----- Original Message -----
From: "Conor MacNeill" <[EMAIL PROTECTED]>
> Adding namespace support is not a backward compatible change, though
> <project name="test" default="test">
> <target name="test">
> <taskdef name="test:echo"
> classname="org.apache.tools.ant.taskdefs.Echo"/>
> <test:echo message="hello"/>
> </target>
> </project>
I don't understand how this is not backwards compatible? As long as newer
versions of Ant can run older build files, that is backwards compatibility.
But older versions of Ant cannot be expected to run newer build files. Or
am I missing something here?
Erik
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>