Re: write property as part of task definition

2009-07-16 Thread glenn opdycke-hansen
I would try the following approach: (1) write the value to a file and (2) import the file back 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, > > Is it possible

a task for selecting among possible options?

2009-07-16 Thread Michael George
Hello, I'm trying to clean up our build process, and one of the problems is that everyone on the team uses a different configuration mechanism (environment vars, properties files, manual config,...). In trying to be backwards compatible with everyone's process I find I would like a task that

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

Re: Excute shell command

2009-07-16 Thread David Weintraub
I am not aware of the task being able to use the output parameter property. It's certainly isn't documented. However, if it works, it works. The issues are still the same. You now are dependent on both Ant and the AntContrib tasks. Many people install Ant, but fewer have the AntContrib package in

Re: copy task and filename issue..

2009-07-16 Thread Stefan Bodewig
On 2009-07-16, Scot P. Floess wrote: > Wasn't this covered/solved yesterday on the mailing list? > On Wed, 15 Jul 2009, manish.s...@wellsfargo.com wrote: >> I am having this weird issue which has me stumped and don't know >> where to look further. I think Manish posted the question a second ti

Re: copy task and filename issue..

2009-07-16 Thread Scot P. Floess
Wasn't this covered/solved yesterday on the mailing list? On Wed, 15 Jul 2009, manish.s...@wellsfargo.com wrote: Hi, I am having this weird issue which has me stumped and don't know where to look further. It's the standard task and I have a fileset.