  |
http://ant.apache.org/ - 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. |
  |
Ant-contrib project - http://sourceforge.net/projects/ant-contrib/
SourceForge project for potential ant contributions. Currently consists of a C/C++ compilation task and various logical tasks. |
  |
http://www.ggtools.net/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. |
  |
http://antforms.sourceforge.net/ - 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. |