Ant Target Property Sheet
See Also
You open this property sheet from an Ant target node within an Ant
script node. An Ant target has the following properties:
- Target Name. The name of the Ant target.
- Description. An end-user summary of what the target does.
- If Defined. The property that must be present for this target to
execute.
- Unless Defined. The property that, if set, prevents this target from
executing.
- Depends On. The targets that that must be executed before this target
executes.
- Build Sequence (Read-only). The Ant script's build sequence as specified
by the script's build dependencies.
- Target Properties. The properties used
by the target. These properties are stored in an external .ant.properties
file. If no external properties file is defined, the property displays <Open
Properties File Wizard>. Click the property to open a wizard in which
you can create a new properties file.
- Switch Properties File. The external
properties file referenced by the target. The combo box lists all of the ant.properties
files in the same directory as the Ant script file. You can switch the
properties file that the target references by selecting a new file in this
property.
Legal Notices