blob: f88c9e2a071253f733d2800003acd15c8f9c24cc [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<HEAD>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. 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>Ant support</title>
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </script>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1 CLASS="Head">
Ant support</H1>
<P CLASS="Para">
Apache Ant is an open source, Java-based build tool. &nbsp;See <a href="http://ant.apache.org" target="_blank">http://ant.apache.org</a>
for more details. </P>
<P CLASS="Para">
The Ant support allows you to create and run Ant buildfiles from the Workbench.&nbsp;
These Ant buildfiles can operate on resources in the file system as well as
resources in the workspace.
</P>
<P CLASS="Para">
Output from an Ant buildfile is displayed in the console view in the same hierarchical
format seen when running Ant from the command line. Ant tasks (for example "[mkdir]")
are hyperlinked to the associated Ant buildfile, and javac error reports are hyperlinked
to the associated Java source file and line number.
</P>
<P CLASS="Para">
You can add classes to the Ant classpath and add Ant tasks and types from the
<a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.ant.ui.AntRuntimePreferencePage)")'>
<img src="PLUGINS_ROOT/org.eclipse.help/command_link.png">
<b>Ant &gt; Runtime</b></a> preference page.
</P>
<p><img border="0" src="../images/ngrelc.png" alt="Related concepts" ><br>
<a href="../concepts/concepts-22.htm">Builds</a><br>
<a href="../concepts/concepts-exttools.htm">External tools</a>
</p>
<p><img border="0" src="../images/ngrelt.png" alt="Related tasks" ><br>
<a href="../tasks/tasks-ant-running.htm">Running Ant buildfiles</a><br>
<a href="../tasks/tasks-ant-classpath.htm">Modifying the Ant classpath</a><br>
<a href="../tasks/tasks-ant-addtasksandtypes.htm">Adding new Ant tasks and types</a><br>
<a href="../tasks/tasks-ant-version.htm">Using a different version of Ant</a><br>
<a href="../tasks/antRunner.htm">antRunner application entry point</a>
</p>
<p><img border="0" src="../images/ngrelr.png" alt="Related reference" ><br>
<a href="../reference/ref-antprefs.htm">Ant preferences</a><br>
<a href="../reference/ref-anteditorprefs.htm">Ant editor preferences</a><br>
<a href="../reference/ref-antruntimeprefs.htm">Ant runtime preferences</a><br>
<a href="../reference/ref-antview.htm">Ant view</a><br>
<a href="../reference/ref-anteditor.htm">Ant editor</a><br>
<a href="../reference/ref-anticons.htm">External Tools and Ant icons</a>
</p>
</BODY>
</html>