Running external tools
The Workbench provides a mechanism for running tools that are not part of it.
To configure an external tool:
- Click Run > External Tools > Configure.
- Click the New button.
- Enter a name for your external tool (for example, My External Tool).
- Click the Browse File System button.
- Find the tool you want to run (for example, on Windows it is usually a file
with the extension .exe or .bat).
- (Optional) In the Tool Arguments field enter the necessary arguments
for the tool.
- (Optional)In the Working directory field enter the working directory
for the tool.
- Click OK.
- To run the tool, click Run > External Tools > My External Tool.
It is also possible to set up and run an external tool to build a project.
- Select the desired project
- From its pop-up menu choose Properties.
- Click External Tools Builders from the list, and configure the tool as described above.

External tools

Running Ant build files