>I am thinking of adding:
>
> <project xmlns:ac="antlib:net.sf.antcontrib">
> <typedef antlib="antlib:net.sf.antcontrib"
> classpath="${PATH_TO_ANTCONTRIB.JAR}"/>
>
>which would be equilivent to
> <typedef uri="antlib:net.sf.antcontrib"
> resource="net/sf/antcontrib/antlib.xml"
> classpath="${PATH_TO_ANTCONTRIB.JAR}"/>
Would it be easier to have
<typedef
antlib="net.sf.antcontrib" no need for antlib: protocoll as its
the only
xmlns="ac" no need for name-equality between
<project xmlns> and <typedef>
resource+uri together with xmlns: if you dont use
antlib+xmlns attribute
classpath as before (also support of nested
<resources>?)
/>
Jan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]