Ant support
Apache Ant is an open source, Java-based build tool. See http://ant.apache.org
for more details.
The Ant support allows you to create and run Ant buildfiles from the Workbench.
These Ant buildfiles can operate on resources in the file system as well as
resources in the workspace.
Output from an Ant buildfile is displayed in the console view in the same hierarchical
format seen when running Ant from the command line. Ant tasks (for example "[mkdir]")
are hyperlinked to the associated Ant buildfile, and javac error reports are hyperlinked
to the associated Java source file and line number.
You can add classes to the Ant classpath and add Ant tasks and types from the ant
runtime preference page, under Window > Preferences > Ant > Runtime.
Builds
External tools
Running Ant buildfiles
Modifying the Ant classpath
Adding new Ant tasks and types
Using a different version of Ant
antRunner application entry point
Ant preferences
Ant editor preferences
Ant runtime preferences
Ant view
Ant editor
External Tools and Ant icons