vmassol 2003/03/23 13:29:38
Modified: integration/ant/src/scripts/share build-share.xml
Log:
Good idea from Chris! :-)
Revision Changes Path
1.10 +2 -4 jakarta-cactus/integration/ant/src/scripts/share/build-share.xml
Index: build-share.xml
===================================================================
RCS file:
/home/cvs/jakarta-cactus/integration/ant/src/scripts/share/build-share.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- build-share.xml 23 Mar 2003 21:27:18 -0000 1.9
+++ build-share.xml 23 Mar 2003 21:29:38 -0000 1.10
@@ -202,8 +202,7 @@
<condition property="cactus.test.error.shouldstop">
<and>
<isset property="cactus.junit.error"/>
- <equals arg1="${cactus.halt.on.error}" arg2="true" trim="true"
- casesensitive="false"/>
+ <istrue value="${cactus.halt.on.error}"/>
</and>
</condition>
<antcall target="cactus.test.check.error"/>
@@ -211,8 +210,7 @@
<condition property="cactus.test.failure.shouldstop">
<and>
<isset property="cactus.junit.failure"/>
- <equals arg1="${cactus.halt.on.failure}" arg2="true" trim="true"
- casesensitive="false"/>
+ <istrue value="${cactus.halt.on.failure}"/>
</and>
</condition>
<antcall target="cactus.test.check.failure"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]