>
>
> glenn opdycke-hansen wrote:
>> Then use to write to write to the file.
>> --glenn
>>
>> On Fri, Jul 17, 2009 at 09:38, HamletDRC wrote:
>>
>>
>>> Sorry, but this isn't going to work.
>>>
>>> Both echo and echoxml escap
Sorry, but this isn't going to work.
Both echo and echoxml escapes the brackets in the property that contains
XML.
HamletDRC wrote:
>
> Hi Glenn,
>
> Thanks for the answer!
>
> I do indeed need to include the tag in echoxml because without it
> there is no
ck to the Ant script.
> Perhaps something like this.
>
>
> bar.as
> baz.as
>
>
> ...
>
>
>
>
> The might need to be included in the
>
> --glenn
>
> On Thu, Jul 16, 2009 at 15:56, HamletDRC wrote:
>
>>
>> Hi,
>
Hi,
Is it possible to do this?
I have a property that contains two XML elements as a String:
And I want it expanded into the execution of a task as if I wrote this:
bar.as
baz.as
I expected this to work:
${foo}
But I get the error:
The