Re: write property as part of task definition

2009-07-17 Thread HamletDRC
at contains two XML elements as a String: >>>>>> >>>>>> >>>>> value="<include>bar.as</include><include>baz.as >>>>>> </include>" >>>>>> /> >>>>>> >>>>>> An

Re: write property as part of task definition

2009-07-17 Thread Michael George
HamletDRC wrote: Hi Glenn, Thanks for the answer! I do indeed need to include the tag in echoxml because without it there is no root tag and so the xml is malformed. import strips off a tag, so you could alternatively use that.

Re: write property as part of task definition

2009-07-17 Thread Michael George
${foo}. Can I do this in Ant? - -- Hamlet D'Arcy -- View this message in context: http://www.nabble.com/write-property-as-part-of-task-definition-tp24524324p24524324.html Sent from the Ant - Users mailing list archive at Nabble.com.

Re: write property as part of task definition

2009-07-17 Thread glenn opdycke-hansen
gt; </include>" > >>> /> > >>> > >>> And I want it expanded into the execution of a task as if I wrote this: > >>> > >>> > >>> bar.as > >>> baz.as > >>> > >>&

Re: write property as part of task definition

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

Re: write property as part of task definition

2009-07-17 Thread HamletDRC
pport nested text data ("${foo}"). >> >> I'm assuming this isn't an error with "compc" but is instead in error in >> how >> I'm expanding ${foo}. >> >> Can I do this in Ant? >> >> >> >> >> - >>

Re: write property as part of task definition

2009-07-16 Thread glenn opdycke-hansen
h "compc" but is instead in error in > how > I'm expanding ${foo}. > > Can I do this in Ant? > > > > > - > -- > Hamlet D'Arcy > > -- > View this message in context: > http://www.nabble.com/write-property-as-part-of-task-definit

write property as part of task definition

2009-07-16 Thread HamletDRC
type doesn't support nested text data ("${foo}"). I'm assuming this isn't an error with "compc" but is instead in error in how I'm expanding ${foo}. Can I do this in Ant? - -- Hamlet D'Arcy -- View this message in context: http://