> <condition property="xml.skip.istrue"> > <equals arg1="${xml.skip}" arg2="true"/> > </condition> > </target>
But wouldn't xml.skip.istrue only be set once? Anyways, ideally 'if' and 'unless' would consider any string of the form ${...} to be false, having unset properties evaluate to true isn't exactly intuitive, in my opinion... -- Eric Jain -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>