re[2]: Problems with available

2004-03-30 Thread Marco Tedone
Thank you. There was also another error. (Please be aware novice users!) --> This should be > Marco, Properties in Ant are immutable, once they are set they can't be changed. Remove the "" line and all should be fine (for the purpose of if and unless attributes, undefined is equiva

Re: Problems with available

2004-03-30 Thread RADEMAKERS Tanguy
Marco, Properties in Ant are immutable, once they are set they can't be changed. Remove the "" line and all should be fine (for the purpose of if and unless attributes, undefined is equivalent to false) /t Marco Tedone wrote: Hi, following the documentation for available I defined the follow

Problems with available

2004-03-30 Thread Marco Tedone
Hi, following the documentation for available I defined the following: At the top of my project, different properties, like: I then declared the following target: that, if finds the build.xml file in ../Commons should set ${commons.build} to true. I've done this for quite