Thank you. There was also another error. (Please be aware novice users!)
 
<target name="prepare-build">
   <available file="${commons.buildfile}" property="${commons.build}" />    --> This 
should be <available file="${commons.buildfile}" property="commons.build"
  (Please note the difference in how the property has been defined). 
</target> 
 
> Marco,
Properties in Ant are immutable, once they are set they can't be changed.
Remove the "<property name="commons.build" value="false" />" line and 
all should be fine (for the purpose of if and unless attributes, 
undefined is equivalent to false)
/t

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to