  |
Ant - http://ant.apache.org/
Pure Java build tool, simpler and easier to use than GNU Make. Also it runs many tasks including the javac compiler inside the same VM, so it can compile a large directory tree in seconds. [Open Source, BSD-like] |
  |
CruiseControl - http://cruisecontrol.sourceforge.net/
An open-source tool to set up a continuous build process using Ant. |
  |
DTD for Ant - http://www.sdv.fr/pages/casa/html/ant-dtd.en.html
An extensible DTD for Ant buildfiles. |
  |
AntForm - http://antforms.sourceforge.net/
Form-based input for Ant scripts. Provides tasks for creating input forms, wizards and menus. Supports a variety of widgets ranging from simple text to calendar controls. |
  |
Grand - http://www.ggtools.net/grand/
A set of tools to create a visual representation of Ant target dependencies. It works by taking an Ant build file and creating a "dot" file. It relying on the Ant API rather than XML parsing to get the dependencies. |