Re: Testing properties with condition

2007-12-18 Thread Dan Vint
Some more info. It appears that is not working. SO I have this Results in: [echo] rest book isset: true [echo] reset book istrue: ${status2} Can anyone explain this result? thanks ..dan At 08:25 AM 12/17/2007, Dan Vint wrote: I'm trying to use properti

Testing properties with condition

2007-12-18 Thread Dan Vint
I'm trying to use properties to control the processing within my script. I have several conditions that I want to test and based on them to stop further processing. I think my problem lies with the not-set condition and how to handle this. I don't see anything in the documentation that indicat

Finding the command from exec task

2007-09-27 Thread Dan Vint
I have a situation where I'm using the exec task to run a program. The underlying program is sensitive to the use of double or single quotes. At the command line without Ant I can get two different results from the program I'm calling. When I put this call into Ant I get the result from having