Building from Source Code in the Community Edition

If you have downloaded the Community Edition, you can use the included Ant build script to rebuild JAR files if you make source changes.

You need Apache Ant version 1.9.0 or later in order to do builds. You can download Ant from here.

You also need Apache Ivy for loading dependencies. You can download Ivy from here.

Make sure to add the ivy JAR file to your ~/.ant/lib directory or specify the ivy directory using the ant -lib option.

The default Ant target will rebuild all JAR files.