Tonight I gave a technical overview of Ant for the local Java Users Group
that is starting to form.
Here it is for all to benefit from (or tear it up because I have no idea
what I'm talking about! :). A patchfile is attached to add it to the
resources page. The zip of the presentation and Ant examples are at:
http://erik.hatcher.net/ant-jug.zip
The zip (built from Ant itself, of course!) contains the PowerPoint
presentation file, but if you just want to see that directly, its available
at:
http://erik.hatcher.net/ant-jug.ppt
Feel free to critique it and give me feedback if you find any technical
mistakes or have comments on it.
Erik
p.s. I used the the latest 1.4 beta build and it all worked fine (after
getting the latest version of Xalan). I also demo'd the Log4J capabilities
using the SocketAppender with Chainsaw (thanks Conor!) available at
http://www.geocities.com/oburn/chainsaw/
cvs -q diff -u resources.xml
Index: resources.xml
===================================================================
RCS file: /home/cvspublic/jakarta-ant/xdocs/resources.xml,v
retrieving revision 1.4
diff -u -r1.4 resources.xml
--- resources.xml 2001/08/15 03:22:37 1.4
+++ resources.xml 2001/08/16 05:57:47
@@ -244,6 +244,22 @@
</section>
<section name="Presentations">
+
+ <subsection name="Ant - presented to the Tucson Java Users Group">
+ <p>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.</p>
+
+ <table>
+ <tr>
+ <th>Author:</th>
+ <td><a href="mailto:[EMAIL PROTECTED]">Erik Hatcher</a></td>
+ </tr>
+ <tr>
+ <th>URL:</th>
+ <td><a
href="http://erik.hatcher.net/ant-jug.zip">http://erik.hatcher.net/ant-jug.zip</a></td>
+ </tr>
+ </table>
+ </subsection>
+
<subsection name="Ant Build Tool">
<p>A PowerPoint presentation on Ant 1.2. It provides a basic overview
of Ant's capabilities.</p>