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 run one or more targets other than the default target, you can type the target names in the Run Target(s) field.
![]() |
Changing the Run Target(s) property is not recommended, as it causes the IDE to search for these targets for all Ant Scripts that use Ant Script Execution. If you need to run a specific target, create a shortcut to the target or double-click the target's node in the Explorer. |
See also | |
---|---|
Internal Executor
Applet Executor Locale Executor Creating a Shortcut to a Target Executing a Target |