Ron Wheeler wrote:
1.6.5 did not recognize <echoxml>.
sorry, my mistake. I meant to say "ant1.7".
just stick with CData; I use it to do things like chuck out maven files
from a build:
<echo file="${target.pom}"><![CDATA[<project>
<modelVersion>4.0.0</modelVersion>
<groupId>${m2.groupID}</groupId>
<artifactId>${artifact.name}</artifactId>
<packaging>jar</packaging>
<version>${Version}</version>
</project>
]]></echo>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]