blob: 47e3230297fce465bf58602f06b3ccb8981b7495 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Running external tools</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Running external tools</H1>
<p>The Workbench provides a mechanism for running tools that are not part of it.
To configure an external tool:
</p>
<ol>
<li>Click <b>Run &gt; External Tools &gt; Configure</b>.</li>
<li>Click the <b>New</b> button.</li>
<li>Enter a name for your external tool (for example, My External Tool).</li>
<li>Click the <b>Browse File System</b> button.</li>
<li>Find the tool you want to run (for example, on Windows it is usually a file
with the extension .exe or .bat).</li>
<li>(Optional) In the <b>Tool Arguments</b> field enter the necessary arguments
for the tool.</li>
<li>(Optional)In the <b>Working directory</b> field enter the working directory
for the tool.</li>
<li>Click <b>OK</b>.</li>
<li>To run the tool, click <b>Run &gt; External Tools &gt; My External Tool</b>.</li>
</ol>
<p>It is also possible to set up and run an external tool to build a project.
</p>
<ol>
<li>Select the desired project.</li>
<li>From its pop-up menu choose <b>Properties</b>.</li>
<li>Click <b>External Tools Builders</b> from the list, and configure the tool as described above.</li>
</ol>
<P><img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"><br>
<a href="../concepts/concepts-exttools.htm">External tools</a><br>
</P>
<p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br>
<a href="./tasks-ant-running.htm">Running Ant buildfiles</a><br>
</p>
<p>&nbsp;<br>
<a href="../hglegal2003.htm">
<img src = "../images/ngibmcpy2003.gif" alt="Copyright IBM Corporation and others 2000, 2003" border="0" width="324" height="14"></a>
</p>
</BODY>
</HTML>