Re: write property as part of task definition

2009-07-17 Thread HamletDRC
> > > 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

Re: write property as part of task definition

2009-07-17 Thread HamletDRC
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

Re: write property as part of task definition

2009-07-17 Thread HamletDRC
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, >

write property as part of task definition

2009-07-16 Thread HamletDRC
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