I have just been looking at the <condition> task and I wonder whether it
should support testing of property values, something like

    <condition property="sitraka.gate">
      <and>
        <property name="jakarta.oro.present"/>
        <property name="jdk1.2+"/>
      </and>
    </condition>

Can that be achieved with the current implementation? Is it desirable?

Conor

Reply via email to