Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 60224 invoked from network); 28 Jul 2006 08:59:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Jul 2006 08:59:58 -0000 Received: (qmail 10778 invoked by uid 500); 28 Jul 2006 08:59:57 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 10742 invoked by uid 500); 28 Jul 2006 08:59:56 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 10731 invoked by uid 99); 28 Jul 2006 08:59:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jul 2006 01:59:56 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [193.109.238.66] (HELO dnsinet.rzf-nrw.de) (193.109.238.66) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jul 2006 01:59:55 -0700 Received: from z011100.bk.fin.local (z011104.bk.fin.local [172.18.101.140]) by dnsinet.rzf-nrw.de (8.13.7/8.13.7) with ESMTP id k6S8xVX4005366 for ; Fri, 28 Jul 2006 10:59:31 +0200 Received: from z011134.bk.fin.local ([130.11.7.134]) by z011100.bk.fin.local with Microsoft SMTPSVC(6.0.3790.0); Fri, 28 Jul 2006 10:59:32 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: AW: ApacheCon Asia slides preview Date: Fri, 28 Jul 2006 10:59:32 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ApacheCon Asia slides preview Thread-Index: Acau5b4gPs6ZT2MPQFaj8w2WIRmiPgDOLE3Q From: To: X-OriginalArrivalTime: 28 Jul 2006 08:59:32.0735 (UTC) FILETIME=[247C98F0:01C6B224] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Nice stuff. * slide "Extending Ant - Custom Tasks" has too many
  • s (9) for that = size * slide "Extending Ant - Antlibs" - "automatically loaded by Ant at = startup" When did we introduced that feature? The jar will be on the classpath, = but AFAIK you have to declare it in your buildfile (xmlns, taskdef...) * slide "Antlibs - Making a tla" (graphic) HTML error: from the graphic not closed (missing right bracket) * slide "Antlibs - Making a tla" (code) second code line is too long (on my machine ;-) - "nu" instead of = "null);" * slide "Antlibs - Making a tla" (buildfile) - highlight the xmlns:tla declaration - highlight the use of that namespace - the line is too long (just cuts the last quotation mark on = my machine) - indents not right (TAB-problems?) -- target-get end marker not on the right place .... mmmh .... I = send the new ;-) <?xml version=3D"1.0" encoding=3D"utf-8"?> <project name=3D"tla-test" basedir=3D"../../../" default=3D"get" xmlns:tla=3D"antlib:org.apache.ant.tla"> <property name=3D"repo-dir" value=3D"tla-test"/> <target name=3D"get"> <tla:registerarchive = repoURL=3D"http://www.atai.org/archarchives/atai@atai.org--public/" /> <tla:get archive=3D"atai@atai.org--public" revision=3D"tla--atai-dists--1.3.4" dest=3D"${repo-dir}" /> </target> <target name=3D"cleanup"> <delete dir=3D"${repo-dir}"/> </target> </project> * slide "Antlibs - Making a tla" (test) Nice shortcut to AntUnit ;-) * slide "Antlibs - Antunit" AFAIK AntUnit is no longer in the sandbox - it's in the antlib = subproject * slide "Antlibs - A compatibility 'trick'" - define tasks working with Ant prior 1.6 in the properties file - define tasks which require Ant 1.6+ in the antlib.xml * slide "Finally..." - the last word "antversion)" is (on my machine) on the footer line. cheers Jan >-----Urspr=FCngliche Nachricht----- >Von: Kev Jackson [mailto:foamdino@gmail.com]=20 >Gesendet: Montag, 24. Juli 2006 07:09 >An: Ant Developers List >Betreff: ApacheCon Asia slides preview > >Hi all, > >Here's a draft[1] of the slides I've prepared for the asian=20 >apachecon. If any of you have the time to review them and=20 >offer feedback I'd be very grateful. Bear in mind that I only=20 >have until the end of this week to make any adjustments (so=20 >anything significant will probably have to be ignored, I'm sorry). > >Just FYI, I'm using S5[2] to produce the slides (down with >PowerPoint!) - it's an excellent tool and highly recommended. > >Thanks >Kev > >[1] http://people.apache.org/~kevj/apachecon-asia/antlibs.html >[2] http://meyerweb.com/eric/tools/s5/ >-- >"All governments are in equal measure good and evil. The best=20 >ideal is anarchy." - Leo Tolstoy > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For=20 >additional commands, e-mail: dev-help@ant.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org