Executing Projects

Each Ant project has a "default" attribute in its XML file that determines which target is executed if none is specified on the command-line that calls Ant during a build. Double-clicking on an Ant project () in the Explorer will run Ant on this default project and display the output of the build in the Output Window. This can also be accomplished by right-clicking the node and selecting the Execute context menu item.

If you want to control use of Output Window tabs, use the IDE's standard Execution Settings. You can also stop a running build if desired using the standard Execution View.