Editing Ant Scripts
When you expand a build script's node in the Explorer, you can see its
full structure: targets, tasks, and various data structures. You can
edit these nodes in various ways.
To remove a task:
- In the Explorer, expand the Ant project to see its full structure.
- Right-click on the task you want to remove and choose Delete from
the contextual menu.
To change an attribute:
- Right-click on a project, target, or data
structure and choose Properties. You can change the value of the
desired property in the Properties window.
To copy and paste a file set:
- Right-click the Ant file set and choose Copy from the contextual
menu.
- Right-click on another filesystem or project in the Explorer and
choose Paste
Copy.
To examine or change dependencies:
- Right-click an Ant target and choose Properties from the
contextual menu. You can see the target's dependencies listed in the
Depends On property.
- Click on the Depends On property and click the ellipsis button to
open the Depends On dialog box. You can add or remove dependencies as
desired.
You can also add a new element from an Ant node's contextual menu.
The changes you make are reflected immediately in the Editor.
Legal Notices