As I said: introduced with 1.7. So use a HEAD-version or a backport as AntLib.

Jan

>-----Ursprüngliche Nachricht-----
>Von: Ron Wheeler [mailto:[EMAIL PROTECTED] 
>Gesendet: Montag, 22. August 2005 13:38
>An: Ant Users List
>Betreff: Re: ant echo problem in cocoon tutorial
>
>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]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to