Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 25819 invoked by uid 500); 16 Aug 2001 09:29:28 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 25805 invoked by uid 500); 16 Aug 2001 09:29:28 -0000 Delivered-To: apmail-jakarta-ant-cvs@apache.org Date: 16 Aug 2001 09:25:39 -0000 Message-ID: <20010816092539.86287.qmail@icarus.apache.org> From: bodewig@apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant/xdocs resources.xml X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N bodewig 01/08/16 02:25:39 Modified: docs resources.html xdocs resources.xml Log: Add presentation. Submitted by: Erik Hatcher Revision Changes Path 1.6 +42 -0 jakarta-ant/docs/resources.html Index: resources.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/resources.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- resources.html 2001/08/15 06:34:08 1.5 +++ resources.html 2001/08/16 09:25:39 1.6 @@ -718,6 +718,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 + +
+
+
+ + 1.5 +16 -0 jakarta-ant/xdocs/resources.xml Index: resources.xml =================================================================== RCS file: /home/cvs/jakarta-ant/xdocs/resources.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- resources.xml 2001/08/15 03:22:37 1.4 +++ resources.xml 2001/08/16 09:25:39 1.5 @@ -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.

+ +
+ Ant Build Tool
+ + + + + + + + +
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.