<target name="executeStuff" if="newProp"> This target would execute only if newProp has been set. Using the attribute "unless" would do the opposite i.e target would execute if the property has not been set.
Doesn't matter if the property has an empty string or space or whatever. If you see the ant manual you'll get more details on this and related topics. -----Original Message----- From: Shailesh Sharma [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 2:41 PM To: Ant Users List Subject: RE: if/else in ANT ??? how could i check if the property is been set or not ??? Vikas Phonsa <[EMAIL PROTECTED]> wrote: I'm not sure what u mean by null. You could use a target with "if" or "unless" attributes for this to check if a property has been set or not. If this doesn't work for you then see the tasks in ant-contrib . vikas -----Original Message----- From: Shailesh Sharma [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 2:15 PM To: Ant Users List Subject: if/else in ANT ??? How does this work out in ANT: if(any of the value is NOT null) // do something ... } --------------------------------- Do you Yahoo!? The New Yahoo! Shopping - with improved product search --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------- Do you Yahoo!? The New Yahoo! Shopping - with improved product search --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]