bdelacretaz 2004/02/07 02:50:05
Modified: . build.properties
tools/targets test-build.xml
Log:
anteater tests: configurable haltonerror option
Revision Changes Path
1.34 +1 -0 cocoon-2.1/build.properties
Index: build.properties
===================================================================
RCS file: /home/cvs/cocoon-2.1/build.properties,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- build.properties 6 Feb 2004 09:30:48 -0000 1.33
+++ build.properties 7 Feb 2004 10:50:05 -0000 1.34
@@ -43,6 +43,7 @@
anteater.target.host = localhost
anteater.target.port = 8888
anteater.target.base.path = /
+anteater.option.haltonerror = true
# ---- Build
-------------------------------------------------------------------
1.5 +1 -1 cocoon-2.1/tools/targets/test-build.xml
Index: test-build.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/tools/targets/test-build.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- test-build.xml 6 Feb 2004 09:30:48 -0000 1.4
+++ test-build.xml 7 Feb 2004 10:50:05 -0000 1.5
@@ -46,7 +46,7 @@
<jvmarg value="-Danteater.resources=${anteater.home}/resources"/>
<jvmarg
value="-Danteater.report=${anteater.home}/resources/scripts/report.xml"/>
<jvmarg value="-Djava.endorsed.dirs=${anteater.home}/lib"/>
- <arg line="-f ${build.test}/anteater/all-tests.xml
-Dhost=${anteater.target.host} -Dport=${anteater.target.port}
-Dbase=${anteater.target.base.path}"/>
+ <arg line="-f ${build.test}/anteater/all-tests.xml
-Dhost=${anteater.target.host} -Dport=${anteater.target.port}
-Dbase=${anteater.target.base.path}
-Ddefault.haltonerror=${anteater.option.haltonerror}"/>
</java>
</target>