Instructions for compiling JWAT.
Obtaining the source
The JWAT source code is hosted on the bitbucket repository using Mercurial SCM.
The following command downloads a copy of the source code.
hg clone https://bitbucket.org/nclarkekb/jwat
Compiling the source
Maven is required to build the project.
Currently there are no external dependencies.
mvn install