From edbafdd5b57a95baff7fd9b862cdb4e957215c63 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 16 Aug 2001 09:25:39 +0000 Subject: [PATCH] Add presentation. Submitted by: Erik Hatcher git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269569 13f79535-47bb-0310-9956-ffa450edef68 --- docs/resources.html | 42 ++++++++++++++++++++++++++++++++++++++++++ xdocs/resources.xml | 16 ++++++++++++++++ 2 files changed, 58 insertions(+) diff --git a/docs/resources.html b/docs/resources.html index 099fcd5b3..2e703a973 100644 --- a/docs/resources.html +++ b/docs/resources.html @@ -716,6 +716,48 @@
+ + +
+ + Ant - presented to the Tucson Java Users Group + +
+
+

A PowerPoint technical overview presentation on Ant. Comes complete with a straightforward example demonstrating code compilation, JAR'ing, JUnit testing, JUnit reporting, and Zipping a distribution. A few advanced topics are touched upon like property immutabality and using <antcall> to get around it, build listeners, and writing custom tasks.

+ + + + + + + + + +
+ + Author: + + + + Erik Hatcher + +
+ + URL: + + + + http://erik.hatcher.net/ant-jug.zip + +
+
+
+
Ant Build Tool diff --git a/xdocs/resources.xml b/xdocs/resources.xml index 150942c4b..46a4b1fec 100644 --- a/xdocs/resources.xml +++ b/xdocs/resources.xml @@ -244,6 +244,22 @@
+ + +

A PowerPoint technical overview presentation on Ant. Comes complete with a straightforward example demonstrating code compilation, JAR'ing, JUnit testing, JUnit reporting, and Zipping a distribution. A few advanced topics are touched upon like property immutabality and using <antcall> to get around it, build listeners, and writing custom tasks.

+ + + + + + + + + + +
Author:Erik Hatcher
URL:http://erik.hatcher.net/ant-jug.zip
+
+

A PowerPoint presentation on Ant 1.2. It provides a basic overview of Ant's capabilities.