Optional Ant Tasks

The Ant integration module includes Ant's optional.jar file. These tasks are mostly optional because they require special libraries not shipped with Ant (and generally not shipped with the IDE either). If you need some of these tasks, download the extra libraries and place the JAR files in the modules/patches/org-apache-tools-ant-module/ directory of your IDE install directory.

Implicit Tasks

One style that is not supported by the IDE is defining tasks implicitly. Ant enables you to add default task definitions to a special file that lets any script you use automatically pick up task definitions. This feature might be supported in the Ant module in the future.

See also
Ant Classpath and Custom Tasks
Configuring Ant Settings
Creating an Ant Project

Legal Notices