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