fb0f4a
--- build.xml.orig	2008-11-29 21:16:01.000000000 +0200
fb0f4a
+++ build.xml	2008-11-29 21:17:28.000000000 +0200
fb0f4a
@@ -286,7 +286,7 @@
fb0f4a
   
fb0f4a
   <target name="-test-all" depends="compile.tests" unless="testcase">
fb0f4a
     <mkdir dir="${build.test.reports}"/>
fb0f4a
-    <junit printsummary="yes" haltonfailure="yes" showoutput="yes">
fb0f4a
+    <junit printsummary="yes" haltonfailure="no" showoutput="yes">
fb0f4a
       <formatter type="brief" />
fb0f4a
       <classpath>
fb0f4a
         <pathelement location="${build.classes}"/>
fb0f4a
@@ -331,7 +331,7 @@
fb0f4a
   
fb0f4a
           description="Run all unit test cases">
fb0f4a
     <echo message="Running collections tests against built jar ..."/>
fb0f4a
-    <junit printsummary="yes" haltonfailure="yes">
fb0f4a
+    <junit printsummary="yes" haltonfailure="no">
fb0f4a
       <classpath>
fb0f4a
         <pathelement location="${build.jar.name}"/>
fb0f4a
         <pathelement location="${build.tests}"/>