On Dec 9, 2006, at 10:16 AM, Grant Ingersoll (JIRA) wrote:
I wanted to do something like adding a property named run.clover (off by default) that could then be overridden by -Drun.clover=true on the command line, but I admit I don't see in ANT how to AND together the clover.present attribute with this new property. The CONDITION and AVAILABLE tasks in ANT don't seem to allow for ANDing two existing properties, or perhaps I am missing something

<condition> can be used with <and> with nested <isset>s (or other conditions here <http://ant.apache.org/manual/CoreTasks/ conditions.html>).

        Erik



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

Reply via email to