Nice stuff. * slide "Extending Ant - Custom Tasks" has too many <li>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: <td> 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 <tla:get> <tla:registerarchive> - the <project> 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="1.0" encoding="utf-8"?> <project name="tla-test" basedir="../../../" default="get" xmlns:tla="antlib:org.apache.ant.tla">
<property name="repo-dir" value="tla-test"/> <target name="get"> <tla:registerarchive repoURL="http://www.atai.org/archarchives/[EMAIL PROTECTED]/" /> <tla:get archive="[EMAIL PROTECTED]" revision="tla--atai-dists--1.3.4" dest="${repo-dir}" /> </target> <target name="cleanup"> <delete dir="${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üngliche Nachricht----- >Von: Kev Jackson [mailto:[EMAIL PROTECTED] >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 >apachecon. If any of you have the time to review them and >offer feedback I'd be very grateful. Bear in mind that I only >have until the end of this week to make any adjustments (so >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 >ideal is anarchy." - Leo Tolstoy > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] For >additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]