Expand the Ant Build Scripts node and select one of the following:
Blank Ant Project. An empty Ant project with basic skeleton
code. Supply the name and directory for the project and click Finish.
Sample Ant Project. A sample Ant project consisting of a
generic build script with basic make operations that you can use. Supply
the name and directory for the project and click Finish.
Custom Task. A subclass of org.apache.tools.ant.Task
in which you define custom build tasks. You can call these tasks in your
Ant script using taskdef. Enter the package and name for the
class and click Finish.