Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 63713 invoked by uid 500); 16 Aug 2001 06:10:45 -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 63684 invoked from network); 16 Aug 2001 06:10:45 -0000 Message-ID: <007b01c1261a$552b22a0$6601a8c0@GILAMONSTER> From: "Erik Hatcher" To: "ant-dev" Cc: Subject: [PATCH] Ant Presentation for local Java Users Group Date: Wed, 15 Aug 2001 23:11:39 -0700 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0076_01C125DF.A380DA70" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_0076_01C125DF.A380DA70 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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/ ------=_NextPart_000_0076_01C125DF.A380DA70 Content-Type: text/plain; name="patchfile.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="patchfile.txt" cvs -q diff -u resources.xml=20 Index: resources.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 @@ =20
+ + +

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.

------=_NextPart_000_0076_01C125DF.A380DA70--