Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

Downloading the source

The JWAT-Tools source code is hosted on the bitbucket repository using Mercurial SCM.

The following command downloads a copy of the project.

Compiling the source

Currently JWAT-Tools uses Maven3 as the build tool.

Issuing the following commando with a valid Maven installation compiles the JWAT-Tools project.

mvn compile

Building a runnable package

Issuing the following commando with a valid Maven installation compiles and installs the JWAT project locally.

mvn clean package

The only external dependencies are the JWAT jars.

  • No labels