| <!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=utf-8"> |
| <meta http-equiv="Content-Style-Type" content="text/css"> |
| <link rel="STYLESHEET" href="../book.css" charset="ISO-8859-1" type="text/css"> |
| <title>Ant & external tools tutorial</title> |
| </head> |
| <body> |
| <h1>Ant & external tools tutorial</h1> |
| <p>This chapter covers Eclipse's external tools framework, and its integration with <a href= |
| "http://ant.apache.org/">Ant</a>, the build tool from the <a href="http://www.apache.org/">Apache Software |
| Foundation</a>. For more information on Ant, see the <a href="http://ant.apache.org/manual/index.html">Apache Ant |
| manual</a> for documentation. This chapter assumes a basic knowledge of Ant.</p> |
| <p>This chapter is split into three main sections.</p> |
| <ol> |
| <li><a href="qs-81_basics.htm">Eclipse Ant basics</a>: the basics of working with Ant buildfiles in Eclipse are |
| covered</li> |
| <li><a href="qs-92_project_builders.htm">Ant build files as project builders</a>: several Eclipse use cases are |
| discussed</li> |
| <li><a href="qs-95_external_tools.htm">External tools</a>: the external tools framework and how to use non-Ant |
| tools are covered</li> |
| </ol> |
| </body> |
| </html> |