Ant Script Execution

See Also 

Ant Script Execution is the default executor for all Ant scripts. By default, when you run an Ant build script, the IDE runs the script's default target. If you want to run one or more targets other than the default target, you can type the target names in the Run Target(s) field.

tip Changing the Run Target(s) property is not recommended, as it globally changes the targets the IDE runs for all Ant Scripts that use Ant Script Execution. If you need to run a specific target, double-click the target's node in the Filesystems window or create a shortcut to the target.
See Also
Internal Execution
Applet Execution
Creating a Shortcut to a Target
Executing a Target

Legal Notices