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.