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. Then open the
Options window, select Building Ant
Settings, and type the full path to the binary in the Additional Classpath property.
![]() |
The IDE does not support support implicit task definition. Ant enables you to add default task definitions to a special file that lets any script you use automatically pick up task definitions. |
See Also | |
---|---|
Configuring Ant Settings Creating an Ant Script |