Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt
hiddentrue

Instructions for compiling JWAT-Tools.

Download binaries

If you are only interested in a binary package you can download from here.

...

Downloading the source

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

The following command downloads a copy of the project.

Info

hg clone https://bitbucketgithub.orgcom/nclarkekbnetarchivesuite/jwat-tools.git

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.

Info

mvn compile

...

Building a runnable package

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

...