This project uses the ANT build tool to allow you to
easily generate a build. Note: this project is
self-contained, everything needed to build is part of
the project (excluding the build tools that is!).
On *nix based systems use 'sh build.sh "target"'.
On windows based systems use 'build.bat "target"'.
Possible targets include:
- jar - build a jar file.
- doc - build the documentation.
- api - build the API documentation.
- dist-bin-zip - generate the binary .zip file distribution.
- dist-bin-tgz - generate the binary .tar.gz file distribution.
- dist-src-zip - generate the source .zip file distribution.
- dist-src-tgz - generate the source .tar.gz file distribution.
- dist-all - generate all the distribution builds.
- clean - clean the build directory.
- dist-clean - clean the dist directory.