blob: 77e7ab46ef8327dc5bbfaae47f35cb35a7ca8ae2 [file] [log] [blame]
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<document>
<properties>
<author email="bodewig@apache.org">Stefan Bodewig</author>
<title>Resources</title>
</properties>
<body>
<section name="FAQs">
<subsection name="At Ant's website">
<p>Starting with the release of Ant 1.4 the Ant's FAQ is
bundled with the distribution, the most recent version can
always be found at the website.</p>
<table class="externals">
<tr>
<th>FAQ:</th>
<td><a href="faq.html">http://ant.apache.org/faq.html</a></td>
</tr>
</table>
</subsection>
<subsection name="jGuru">
<p>jGuru hosts an interactive Ant discussion forum and FAQ system</p>
<table class="externals">
<tr>
<th>Forum:</th>
<td><a href="http://www.jguru.com/forums/home.jsp?topic=Ant">http://www.jguru.com/forums/home.jsp?topic=Ant</a></td>
</tr>
<tr>
<th>FAQ:</th>
<td><a href="http://www.jguru.com/faq/home.jsp?topic=Ant">http://www.jguru.com/faq/home.jsp?topic=Ant</a></td>
</tr>
</table>
</subsection>
<subsection name="FAQ about Borland Application Server tasks">
<p>Benoit Moussaud, the original author of the Borland
Application Server specific <a
href="manual/OptionalTasks/ejb.html#ejbtasks">EJB tasks</a> has put
together a FAQ for this specific subtask.</p>
<table class="externals">
<tr>
<th>FAQ:</th>
<td><a href="http://www.moussaud.org/ejbjar.html">http://www.moussaud.org/ejbjar.html</a></td>
</tr>
</table>
</subsection>
</section>
<section name="WIKIs">
<subsection name="Apache">
<p>The ASF provides a Wiki farm for Apache projects.</p>
<table class="externals">
<tr>
<th>Main page:</th>
<td><a href="http://wiki.apache.org/general">Apache Wiki Farm</a></td>
</tr>
<tr>
<th>Ant Wiki:</th>
<td><a href="http://wiki.apache.org/ant/">Ant Wiki</a></td>
</tr>
</table>
</subsection>
</section>
<section name="Books">
<p>The most recent books come first</p>
<subsection name="Ant in Action"
isbn="193239480X">
<p>Published April/May 2007, and covering Ant 1.7.</p>
<p>This is a major rewrite of the first edition; still 600 pages long.
</p>
<p>
This book moves up from Ant1.5 to Java1.5 and 1.7, with a near-complete
rewrite of the applied-ant section, covering new topics such as
antlibs, repository management with Ivy, Xml Schema validation,
EJB3.0/Java EE development and advanced deployment using SmartFrog.
The ant coding section looks at AntUnit, antlib authoring and
scripting languages, while the beginners chapters, the first third
of the book, still shows developers how to build, test, package and
redistribute a Java application.
</p>
<p>
If you are one of the 20,000+ owners of the first edition, it is now
obsolete. Sorry :)
</p>
<table class="externals">
<tr>
<th>Author:</th>
<td>Steve Loughran and Erik Hatcher</td>
</tr>
<tr>
<th>Publisher URL:</th>
<td>
<a href="http://www.manning.com/loughran/">
http://www.manning.com/loughran/
</a>
</td>
</tr>
<tr>
<th>Book URL</th>
<td>
<a href="http://antbook.org/">
http://antbook.org/
</a>
</td>
</tr>
<tr>
<th>Source code repository</th>
<td>
<a href="http://sourceforge.net/projects/antbook">
http://sourceforge.net/projects/antbook
</a>
</td>
</tr>
</table>
</subsection>
<subsection name="Ant: The Definitive Guide, 2nd edition" isbn="0596006098">
<p>Published April 2005, and covers Ant release 1.6.1.</p>
<p>This is a complete rewrite of the first edition; this book is
now 290 pages and so covers Ant in more depth than its predecessor.
</p>
<p>It also mixes reference information (tables) with text explanation
on how to use the tasks. Contents includes JUnit, CVS, execution, basic
deployment, Web application development and XDoclet. There is also coverage
of XDoclet, and a chapter on how to extend Ant in Java.</p>
<table class="externals">
<tr>
<th>Author:</th>
<td>Steve Holzner</td>
</tr>
<tr>
<th>URL:</th>
<td>
<a href="http://www.oreilly.com/catalog/anttdg2/">http://www.oreilly.com/catalog/anttdg2/</a>
</td>
</tr>
</table>
</subsection>
<subsection name="Pragmatic Project Automation" isbn="0974514039">
<p>
How to Build, Deploy, and Monitor Java Applications.
Published: July 2004 ISBN: 0-9745140-3-9
</p>
<p>
This is not a reference guide to Ant, but a book on how to automate the build process.
The core build, continuous integration, reporting and release management
are all covered. Ant is of course central to this. This is a fun read!
</p>
<table class="externals">
<tr>
<th>Author:</th>
<td>Mike Clark</td>
</tr>
<tr>
<th>URL:</th>
<td>
<a href="http://www.pragmaticprogrammer.com/sk/auto/">http://www.pragmaticprogrammer.com/sk/auto//</a>
</td>
</tr>
</table>
</subsection>
<subsection name="Extreme Programming with Ant" isbn="0672325624">
<p> This book shows how to implement an XP project using Ant 1.5.3, and many other 3rd party tools. Covers:</p>
<ul>
<li>The fundamentals of Ant: concepts, core and optional tasks</li>
<li>How to write custom Ant components, including custom Tasks, Loggers, Listeners, Input Handlers, Selectors, Filters, Mappers and Data Types</li>
<li>Mitigating risks by creating spike tests with Ant buildfiles</li>
<li>Add CVS version control and testing with JUnit</li>
<li>Automate nightly builds and reporting</li>
<li>Deploy applications dynamically using XDoclet</li>
<li>Enforcing Code Standards with Jalopy, PMD, CheckStyle, iContract, JDepend</li>
<li>Using Remote Ant (Rant) and CruiseControl</li>
<li>Generating project documentation</li>
<li>Adapting an XP process for use by other teams or across an enterprise</li>
<li>Custom Task examples to generating UML diagrams, creating reports and metrics on-the-fly</li>
<li>Follows a case-study of a team that implements an XP Project</li>
</ul>
<table class="externals">
<tr>
<th>Authors:</th>
<td>Glenn Niemeyer and Jeremy Poteet</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.sams.com/catalog/product.asp?product_id=%7BFB825A48-BC04-4C55-BD8C-DF93C6BBF920%7D">http://www.sams.com/catalog/product.asp?product_id=%7BFB825A48-BC04-4C55-BD8C-DF93C6BBF920%7D</a></td>
</tr>
</table>
</subsection>
<subsection name="Ant. Das Java-Build-Tool in der Praxis" isbn="3827320666">
<p>A German language book on Ant that covers Ant 1.5.
This is the original description:</p>
<source>
Das Build-Tool Ant ist das Open-Source-Werkzeug, das den Entwicklungsprozess einer Java-
oder J2EE-Anwendung wesentlich vereinfacht. Gesteuert durch XML-basierte Skripte f�hrt es
nahezu alle Aufgaben aus, die nach dem Kodieren einer Anwendung anfallen.</source>
<p>Some topics:</p>
<ul>
<li>creating archives (zip, jar)</li>
<li>call the java compiler</li>
<li>edit property files</li>
<li>file operation</li>
<li>source code control systems</li>
</ul>
<p>The book is available in English as "Ant: The Java Build Tool in Practice"</p>
<table class="externals">
<tr>
<th>Authors:</th>
<td>Bernd Matzke</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.addison-wesley.de/main/main.asp?page=home/bookdetails&amp;ProductID=13459">http://www.addison-wesley.de/main/main.asp?page=home/bookdetails&amp;ProductID=13459</a></td>
</tr>
</table>
</subsection>
<subsection name="Java Development with Ant" isbn="1930110588">
<p>Published 2002. This book covers Ant 1.5, including:</p>
<ul>
<li>The new Ant 1.5 features</li>
<li>Ant's datatypes and property handling</li>
<li>JUnit testing and reporting</li>
<li>Continuous integration techniques</li>
<li>XDoclet for attribute-oriented programming</li>
<li>EJB generation, building, and packaging</li>
<li>Writing and testing native code</li>
<li>Building Web Services with Apache Axis</li>
<li>Deploying your system to multiple remote servers</li>
<li>Using and writing
<ul>
<li>Loggers</li>
<li>Listeners</li>
<li>Selectors</li>
<li>Custom tasks</li>
</ul>
</li>
</ul>
<p>Also available in Korean and German editions</p>
<table class="externals">
<tr>
<th>Authors:</th>
<td>Erik Hatcher and Steve Loughran</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.manning.com/antbook/">http://www.manning.com/antbook/</a></td>
</tr>
</table>
</subsection>
<subsection name="Ant: The Definitive Guide, 1st edition" isbn="0596001843">
<!-- a soon as somebody submits a description, let's add it -->
<p>Published 2002, Covers Ant release 1.4.1.</p>
<table class="externals">
<tr>
<th>Authors:</th>
<td>Jesse E. Tilly and Eric M. Burke</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.oreilly.com/catalog/anttdg/">http://www.oreilly.com/catalog/anttdg/</a></td>
</tr>
</table>
</subsection>
<subsection name="Ant. Kurz und Gut." isbn="3897212412">
<p>A German language short reference for Ant that covers Ant
1.4. This is the original description:</p>
<source>
Ant kurz &amp; gut enth&#xe4;lt eine vollst&#xe4;ndige Referenz der Built-in Tasks
und ihrer jeweiligen Attribute sowie kurze Beispiele f&#xfc;r ihre Verwendung.
Daneben bietet das Buch eine knappe Einf&#xfc;hrung in die Arbeit mit Ant und
eine Erl&#xe4;uterung der Ant-Basiselemente (Projekte, Properties, Targets und Tasks).
Behandelt werden au&#xdf;erdem grundlegende Konzepte wie Filesets, Patternsets und
Pfadstrukturen, das Schreiben eigener Tasks, die Aufruf-Syntax und Optional Tasks. </source>
<table class="externals">
<tr>
<th>Author:</th>
<td>Stefan Edlich</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.amazon.de/exec/obidos/ASIN/3897212412/">http://www.amazon.de/exec/obidos/ASIN/3897212412/</a></td>
</tr>
</table>
</subsection>
<subsection name="Java Tools for eXtreme Programming" isbn="047120708X">
<p>This book covers the following XP subjects:</p>
<ul>
<li>Automated unit and functional testing</li>
<li>Continuous integration through build and deployment automation</li>
<li>The value of refactoring and continuous integration</li>
<li>How Ant, JUnit, JUnitPerf, Cactus, HTTPUnit, and JMeter
can be used to achieve the goals of the XP methodology</li>
</ul>
<table class="externals">
<tr>
<th>Authors:</th>
<td>Richard Hightower and Nicholas Lesiecki</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.wiley.com/cda/product/0,,047120708X,00.html">http://www.wiley.com/cda/product/0,,047120708X,00.html</a></td>
</tr>
</table>
</subsection>
</section>
<section name="Articles and Presentations">
<p>The following sections list articles and presentations
written about Apache Ant. If you've written something that
should be included, please post it to one of the mailing
lists.</p>
</section>
<section name="Articles">
<subsection name="Extending Ant Input Abilities">
<p>The contents of this document is the following:<ul>
<li>Section 2 provides a simple example how InputHandlers are created,</li>
<li>Section 3 develops an inputhandler that masks the passwords typed on the command line,</li>
<li>Section 4 gives two handlers, whose input is typed in graphical components,</li>
<li>Section 5 extends Input task so that we can use dierent input handlers on different uses of &lt;input&gt;,</li>
<li>Section 6 describes a problem found while writing this document,</li>
<li>Section 7 summarizes some dark corners the author do not understand.</li>
</ul></p>
<table class="externals">
<tr>
<th>Author:</th>
<td>Ivan Ivanov</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="https://sourceforge.net/project/showfiles.php?group_id=103509">https://sourceforge.net/project/showfiles.php?group_id=103509 (Download ZIP+PDF from Sourceforge)</a></td>
</tr>
</table>
</subsection>
<subsection name="Keep the Ant, Hold the XML">
<p>Key G. Gauthier talks about writing "buildfiles" in Java.</p>
<table class="externals">
<tr>
<th>Author:</th>
<td>Key G. Gauthier</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.ftponline.com/javapro/2004_06/magazine/features/kgauthier/">http://www.ftponline.com/javapro/2004_06/magazine/features/kgauthier/</a></td>
</tr>
</table>
</subsection>
<subsection name="Ant 1.6 for Task Writers">
<p>This article talks about XML namespace handling, Ant
libraries and the newly introduced type polymorphism.</p>
<table class="externals">
<tr>
<th>Author:</th>
<td>Stefan Bodewig</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://otn.oracle.com/pub/articles/bodewig_taskwriters.html">http://otn.oracle.com/pub/articles/bodewig_taskwriters.html</a></td>
</tr>
</table>
</subsection>
<subsection name="Managing Build Complexity with Apache Ant 1.6">
<p>As Apache Ant is applied to increasingly difficult tasks,
its users are creating more complex and less legible build
files. This is due, in part, to the limited tools for
decomposition and code reuse within previous versions of
Ant.</p>
<table class="externals">
<tr>
<th>Author:</th>
<td>Geoffrey Wiseman</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.sys-con.com/story/?storyid=45078&amp;DE=1">http://www.sys-con.com/story/?storyid=45078&amp;DE=1</a></td>
</tr>
</table>
</subsection>
<subsection name="New Ant 1.6 Features for Big Projects">
<p>This article describes the &lt;macrodef&gt;, &lt;import&gt;
and &lt;subant&gt; tasks in detail and shows how they help in
building bigger systems.</p>
<table class="externals">
<tr>
<th>Author:</th>
<td>Stefan Bodewig</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://otn.oracle.com/pub/articles/bodewig_ant1.6.html">http://otn.oracle.com/pub/articles/bodewig_ant1.6.html</a></td>
</tr>
</table>
</subsection>
<subsection name="Programmieren für Ant">
<p>This article describes the main topics of programming your own tasks.
Description is done on five examples.</p>
<p>This article is written in German and published in
<a href="http://www.sigs-datacom.de/sd/publications/js/index.htm">Java-Spektrum</a>
5/2004.</p>
<table class="externals">
<tr>
<th>Author:</th>
<td>Bernd Matzke</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.sigs-datacom.de/sd/news/document?PID=216">http://www.sigs-datacom.de/sd/news/document?PID=216</a></td>
</tr>
</table>
</subsection>
<subsection name="Ant in Anger: Using Ant in a Production Development System">
<p>This document describes strategies and some basic examples of how to
use Ant in larger team development projects.</p>
<table class="externals">
<tr>
<th>Author:</th>
<td>Steve Loughran</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="ant_in_anger.html">http://ant.apache.org/ant_in_anger.html</a></td>
</tr>
</table>
</subsection>
<subsection name="Ant Task Guidelines">
<p>This document describes how to write custom Ant tasks, and how to submit
them to potentially be included in Ant.</p>
<table class="externals">
<tr>
<th>Author:</th>
<td>Steve Loughran</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="ant_task_guidelines.html">http://ant.apache.org/ant_task_guidelines.html</a></td>
</tr>
</table>
</subsection>
<subsection name="Build a Better Robot with Ant">
<p>This article describes the gory details of writing custom
Ant tasks.</p>
<table class="externals">
<tr>
<th>Author:</th>
<td>Erik Hatcher</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.fawcette.com/javapro/2003_02/magazine/features/ehatcher/">http://www.fawcette.com/javapro/2003_02/magazine/features/ehatcher/l</a></td>
</tr>
</table>
</subsection>
<subsection name="Automating the build and test process">
<p>This article demonstrates an approach to the automated build and test process. Working with Ant 1.3 and the JUnit test framework, it shows how to automate a process that captures pertinent information about each test suite run, generates an attractive report, and e-mails the report.</p>
<table class="externals">
<tr>
<th>Author:</th>
<td><a href="mailto:ehatcher@apache.org">Erik Hatcher</a></td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.ibm.com/developerworks/java/library/j-junitmail/">http://www.ibm.com/developerworks/java/library/j-junitmail/</a></td>
</tr>
</table>
</subsection>
<subsection name="Incremental development with Ant and JUnit">
<p>This article explores the benefits of unit testing with Ant and
JUnit, detailing how to develop automated unit tests and integrate them
into your build process.</p>
<table class="externals">
<tr>
<th>Author:</th>
<td><a href="mailto:malcolm@nuearth.com">Malcolm Davis</a></td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www-106.ibm.com/developerworks/library/j-ant/?dwzone=java">http://www-106.ibm.com/developerworks/library/j-ant/?dwzone=java</a></td>
</tr>
</table>
</subsection>
<subsection name="Automate your build process using Java and Ant">
<p>This article provides an introduction to using Ant with some basic
examples and by highlighting some of the important tasks.</p>
<table class="externals">
<tr>
<th>Author:</th>
<td><a href="mailto:michael.cymerman@javaworld.com">Michael Cymerman</a></td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.javaworld.com/javaworld/jw-10-2000/jw-1020-ant.html">http://www.javaworld.com/javaworld/jw-10-2000/jw-1020-ant.html</a></td>
</tr>
</table>
</subsection>
<subsection name="Short tutorial in Cactus&apos; (formerly J2EEUnit)
documentation">
<p>There is a short tutorial on how to use Ant in Cactus&apos;
documentation. It has a slant towards build files that will be used
with Cactus.</p>
<table class="externals">
<tr>
<th>Author:</th>
<td>Cactus development team</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://jakarta.apache.org/cactus/howto_ant_primer.html">http://jakarta.apache.org/cactus/howto_ant_primer.html</a></td>
</tr>
</table>
</subsection>
<subsection name="Developing custom Ant tasks with VisualAge for Java">
<p>This article outlines how to integrate Ant into VisualAge for Java,
and how to write and debug custom tasks using the IDE and the
integrated debugger.</p>
<table class="externals">
<tr>
<th>Author:</th>
<td><a href="mailto:glenn@somanetworks.com">Glenn McAllister</a></td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www7.software.ibm.com/vad.nsf/data/document2366?OpenDocument&amp;p=1&amp;BCT=1&amp;Footer=1">http://www7.software.ibm.com/vad.nsf/data/document2366?OpenDocument&amp;p=1&amp;BCT=1&amp;Footer=1</a></td>
</tr>
</table>
</subsection>
<subsection name="Automated builds with VisualAge for Java and Ant">
<p>This article shows how you can perform command line builds with a
VisualAge for Java repository.</p>
<table class="externals">
<tr>
<th>Author:</th>
<td><a href="mailto:glenn@somanetworks.com">Glenn McAllister</a></td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www7.software.ibm.com/vad.nsf/Data/Document4366?OpenDocument&amp;p=1&amp;BCT=3&amp;Footer=1">http://www7.software.ibm.com/vad.nsf/Data/Document4366?OpenDocument&amp;p=1&amp;BCT=3&amp;Footer=1</a></td>
</tr>
</table>
</subsection>
<subsection name="Ant: A Build Tool from the Jakarta Project">
<p>This article is from the &quot;Best Practices&quot; section of
Sun&apos;s Dot-Com Builder Site.</p>
<table class="externals">
<tr>
<th>Author:</th>
<td>Laura Geele Wang</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://dcb.sun.com/practices/profiles/ant.jsp">http://dcb.sun.com/practices/profiles/ant.jsp</a></td>
</tr>
</table>
</subsection>
<subsection name="Making a Mountain Out of an Anthill">
<p>This article is from the June 2001 issue of the Java Developer&apos;
Journal. You need to be a registered JDJ subscriber to view this
article.</p>
<table class="externals">
<tr>
<th>Author:</th>
<td>Neal Ford</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.sys-con.com/java/archivesa.cfm?volume=06&amp;issue=06">http://www.sys-con.com/java/archivesa.cfm?volume=06&amp;issue=06</a></td>
</tr>
</table>
</subsection>
<subsection name="Using Ant and Weblogic EJBs">
<p>This article describes how to use Ant to create Weblogic EJBs, and
some workarounds for issues you may encounter.</p>
<table class="externals">
<tr>
<th>Author:</th>
<td>Jesse E. Tilly</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.onjava.com/pub/a/onjava/2001/06/25/antejb.html">http://www.onjava.com/pub/a/onjava/2001/06/25/antejb.html</a></td>
</tr>
</table>
</subsection>
<subsection name="Using JavaScript with Ant">
<p>A tutorial about using JavaScript and XSLT with Ant.</p>
<table class="externals">
<tr>
<th>Author:</th>
<td>Dylan Schiemann</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.sitepen.com/ant/javascript.html">http://www.sitepen.com/ant/javascript.html</a></td>
</tr>
</table>
</subsection>
<subsection name="Building with Ant">
<p>Series of articles that describe a framework for web
application development based on Ant and JUnit.</p>
<table class="externals">
<tr>
<th>Author:</th>
<td><a href="mailto:alexc@purpletech.com">Alex Chaffee</a></td>
</tr>
<tr>
<th>URL:</th>
<td>Introduction: <a href="http://softwaredev.earthweb.com/sdtech/article/0,,12065_989631,00.html">http://softwaredev.earthweb.com/sdtech/article/0,,12065_989631,00.html</a><br/>
Directory Structure: <a href="http://softwaredev.earthweb.com/sdtech/article/0,,12082_994991,00.html">http://softwaredev.earthweb.com/sdtech/article/0,,12082_994991,00.html</a><br/>
Deployment and Distribution: <a href="http://softwaredev.earthweb.com/sdtech/article/0,,12077_998241,00.html">http://softwaredev.earthweb.com/sdtech/article/0,,12077_998241,00.html</a></td>
</tr>
</table>
</subsection>
<subsection name="Developing with JAXB and Ant">
<p>Series of articles that shows how to use Ant together with
the Java API for XML Binding (JAXB).</p>
<table class="externals">
<tr>
<th>Author:</th>
<td>Joseph Shelby</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.onjava.com/pub/a/onjava/2002/03/06/jaxant1.html">http://www.onjava.com/pub/a/onjava/2002/03/06/jaxant1.html</a><br/>
<a href="http://www.onjava.com/pub/a/onjava/2002/03/13/jaxbant2.html">http://www.onjava.com/pub/a/onjava/2002/03/13/jaxbant2.html</a></td>
</tr>
</table>
</subsection>
</section>
<section name="Presentations">
<subsection name="Ant Build Tool">
<p>A PowerPoint presentation on Ant 1.2. It provides a basic overview
of Ant&apos;s capabilities.</p>
<table class="externals">
<tr>
<th>Author:</th>
<td><a href="mailto:chanezon@netscape.com">Patrick Chanezon</a></td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://people.netscape.com/chanezon/tech/ant/ant_preso.ppt">http://people.netscape.com/chanezon/tech/ant/ant_preso.ppt</a></td>
</tr>
</table>
</subsection>
<subsection name="Ant">
<p>A detailed Ant 1.3 PowerPoint presentation, made at the St. Louis Java Users Group
meeting in March 2001. Includes a detailed build file and basic
descriptions of all the built in and optional tasks. Updated for Ant 1.4 in October 2001.
Available in PDF format now.</p>
<table class="externals">
<tr>
<th>Author:</th>
<td>Mark Volkmann</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.ociweb.com/jnb/files/Ant.pdf">http://www.ociweb.com/jnb/files/Ant.pdf</a></td>
</tr>
</table>
</subsection>
</section>
</body>
</document>