blob: fc4f9b14716cd1e3703ed8351743e0cd9941df1d [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html lang="en">
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2009. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<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>External tools</title>
</head>
<body>
<h1>External tools</h1>
<p>Up to this point in the tutorial, we've discussed Ant as if it
were the only type of external tool available for use in Eclipse. The fact is
that Eclipse's external tools framework handles two broad classes of external
tools:</p>
<ul>
<li>Ant: <a href="qs-82_create.htm">buildfiles</a> and <a href="qs-93_project_builder.htm">project builders</a></li>
<li>Non-Ant: <a href="qs-97_standalone_ets.htm">stand alone tools</a> and <a href="qs-96_non_ant_pjs.htm">non-Ant project builders</a></li>
</ul>
<p> In this section, we look at ways to set up and use non-Ant external
tools.
</p>
<p>
<img border="0" src="../images/ngrelt.png" alt="Related tasks" ><br>
<a href="qs-82_create.htm">Creating Ant buildfiles</a><br>
<a href="qs-83_edit.htm">Editing Ant buildfiles</a><br>
<a href="qs-85_ant_configs.htm">Saving &amp; Reusing Ant options</a><br>
<a href="qs-84_run_ant.htm">Running Ant buildfiles</a><br>
<a href="qs-93_project_builder.htm">Creating a project builder Ant buildfile</a><br>
<a href="qs-92_project_builders.htm">Ant buildfiles as project builders</a><br>
<a href="qs-94_run_pj.htm">Executing project builders</a><br>
<a href="qs-96_non_ant_pjs.htm">Non-Ant project builders</a><br>
<a href="qs-97_standalone_ets.htm">Stand-alone external tools</a>
</p>
</body>
</html>