> We are using that all the time in lots of tasks.
I was thinking about the new "dynamic" properties that are resolved/
computed at runtime, not about "present/not present" properties. So
something like this:
<target ... if="${onOrOffProperty}">
This has the advantage that you can specify a boolean value. So:
ant -Dclover.enabled=false
wouldn't run this target:
<target name="clover.setup" if="clover.enabled">
and I think it currently does. As far as I can tell this feature isn't
used at all in Lucene build files?
Dawid
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]