The IDE displays all Ant build scripts as Ant script nodes ()
in the Filesystems window.
Icon | Description |
---|---|
![]() |
A script with an XML parse error |
If you right-click this node and display the contextual menu, you can perform a number of actions, including:
![]() |
You can use the Filesystems window to mount Ant scripts that are stored in special filesystems, such as JARs or FTP filesystems. You can then view and edit these Ant scripts if the special filesystem supports these actions. Ant scripts stored in special filesystems cannot, however, be run in the IDE. |
Icon | Description |
---|---|
![]() |
Ant target |
![]() |
Ant target with a description. These targets are more visible to the user. For example, running ant -projecthelp at the command line shows these targets first. |
![]() |
Ant task |
![]() |
Data structure |
![]() |
A data structure that is out of place. The node's tooltip gives an explanation of the error. |
See Also | |
---|---|
Filesystems Window Creating an Ant Script Editing an Ant Script Running an Ant Script Executing a Target |