Instructions for compiling JWAT. |
The JWAT source code is hosted on the bitbucket repository using Mercurial SCM.
The following command downloads a copy of the project.
hg clone https://bitbucket.org/nclarkekb/jwat |
Currently JWAT uses Maven3 as the build tool.
Issuing the following commando with a valid Maven installation compiles the JWAT project.
mvn compile |
Issuing the following commando with a valid Maven installation compiles and installed the JWAT project locally.
mvn clean install |
Currently there are no external dependencies.