>
> * 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...)
Ok, good point, that's what I meant, but expressed very badly - have
to update the slide
> * slide "Antlibs - Making a tla" (graphic)
> HTML error: from the graphic not closed (missing right bracket)
Ta - will fix
> * slide "Antlibs - Making a tla" (code)
> second code line is too long (on my machine ;-) - "nu" instead of
> "null);"
Yay widescreen laptops ;) - I'll be presenting from my machine, so
as long as the projector is in 14:9 format I should be fine - but
with most of the code examples it's tough to get everything to fit
just right
> * 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?)
hope not!
> -- 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/atai@atai.org--
> public/"
> />
> <tla:get archive="atai@atai.org--public"
> revision="tla--atai-dists--1.3.4"
> dest="${repo-dir}" />
> </target>
>
> <target name="cleanup">
> <delete dir="${repo-dir}"/>
> </target>
>
> </project>
>
cheers I'll do some cut-n-paste to fix that up
> * slide "Antlibs - Making a tla" (test)
> Nice shortcut to AntUnit ;-)
In English this is called a segue
> * 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:foamdino@gmail.com]
>> 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: dev-unsubscribe@ant.apache.org For
>> 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
>
--
"In vain you tell me that Artificial Government is good, but that I
fall out with the Abuse. The Thing! The Thing itself is the Abuse!" -
Edmund Burke
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|