[EMAIL PROTECTED] wrote:
[snip]
  +        <!-- Decides whether to halt the build if errors or failures have
  +               occurred -->
  +
  +        <condition property="cactus.test.error.shouldstop">
  +          <and>
  +            <isset property="cactus.junit.error"/>
  +            <equals arg1="${cactus.halt.on.error}" arg2="true" trim="true"
  +              casesensitive="false"/>

Why not use <istrue> here? That would also support the 'yes' and 'on' values, besides being cleaner.


--
Christopher Lenz
/=/ cmlenz at gmx.de


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



Reply via email to