AW: ant global properies (variable)

2008-08-28 Thread Knuplesch, Juergen
rg Betreff: Re: ant global properies (variable) Here's a simple version of what I'm trying to do. -- View this message in context: http://www.nabble.com/

Re: ant global properies (variable)

2008-08-27 Thread mindspin311
Here's a simple version of what I'm trying to do. -- View this message in context: http://www.nabble.com/ant-global-properies-%28variable%29-tp19184177p19186036.ht

Re: ant global properies (variable)

2008-08-27 Thread Evgeny
Well, with JDK 1.6 and Ant 1.7.x you can write a that will do whatever it is you want.And it will probably be shorter/easier/more readable than any ant-out-of-the-box solution you'll come up with. On Wed, Aug 27, 2008 at 7:04 PM, mindspin311 <[EMAIL PROTECTED]>wrote: > > I have a unit-test task

ant global properies (variable)

2008-08-27 Thread mindspin311
I have a unit-test task which uses foreach to break up a list of unit test files, and runs the task 'parse' on each file. When I receieve an error code, or an empty log file is created, I want to set a certain property to true inside the parse task. I was hoping this would work, but as soon as th