--- peter reilly <[EMAIL PROTECTED]> wrote: > > For example: > > <project xmlns:antcontrib="antlib:net.sf.antcontrib" > xmlns:acme="antlib:org.acme.anttasks"> > <target name="show"> > <antcontrib:if> > <antcontrib:or> > <antcontrib:equals arg1="yes" arg2="${prop}"/> > <acme:fileready file="${file}"/> > </antcontrib:or> > <antcontrib:then> > <echo>The arguments are equal</echo> > </antcontrib:then> > </antcontrib:if> > </target> > </project> >
Okay, how about redoing the same example with: <antcontrib:if xmlns="antlib:net.sf.antcontrib"> ... </antcontrib:if> or will that syntax be available at all? -Matt __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]