1.6.5 did not recognize <echoxml>.
Ron
Steve Loughran wrote:
Ron Wheeler wrote:
I added the CDATA and it worked, of course. I still wonder how the
person who wrote the tutorial made it work.
Actually, ant may have changed its processing instruction handling at
some point from "ignore" to "reject". Either way, it was broken from
the start, as the PI was there to tell the ant runtime something.
In ant, 1.6, <echoxml> explicitly pumps out XML to a file; but even
that doesnt handle inline processing instructions.
<echoxml file="subbuild.xml">
<project default="foo">
<target name="foo">
<echo>foo</echo>
</target>
</project>
</echoxml>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]