Building

The packages that J2Menace is composed of require all have an ant based build process. This decision was taken so that the packages are not tied to one specific IDE.

Dependencies

To build any of the packages of the box you’ll need the following components installed and working on your system:

Build

Jar files (and jad files if building an application) will be found in the build/jar directory

Additional ant tasks

If you want to see what other build options are available type ant or ant help in the package root directory To build the documentation, type ant javadoc To build and run an application, type ant clean build package run

© Will Robertson