Hi, At 05:48 4/2/01 +0100, Thomas Christen wrote: >Did some enhancement to the task Available : > >- It now supports a negative Option (reverse Phrase to NOT Available) as >well.
Could you explain where this is useful and not possible with what we already have. Usually when I want a not I do something like <available property="foo-property" classname="org.biz.MyClass" /> <target name="foo-target-with-not" unless="foo-property" /> <target name="foo-target-without-not" if="foo-property" /> Cheers, Pete *-----------------------------------------------------* | "Faced with the choice between changing one's mind, | | and proving that there is no need to do so - almost | | everyone gets busy on the proof." | | - John Kenneth Galbraith | *-----------------------------------------------------*
