Author: mmerz
Date: Wed Oct 27 10:37:36 2004
New Revision: 55720

Modified:
   incubator/beehive/trunk/wsm/drt/build.xml
Log:
Halting the build if the WSM drt has failures or errors.

Contributor: Jonathan Colwell



Modified: incubator/beehive/trunk/wsm/drt/build.xml
==============================================================================
--- incubator/beehive/trunk/wsm/drt/build.xml   (original)
+++ incubator/beehive/trunk/wsm/drt/build.xml   Wed Oct 27 10:37:36 2004
@@ -102,7 +102,7 @@
 
     <target name="run-drt">
         <echo message="** junit logfiles written to ${drt.logs} **" />
-        <junit haltonerror="off" printsummary="on" tempdir="${build.dir}" 
fork="yes">
+        <junit haltonfailure="on" printsummary="on" tempdir="${build.dir}" 
fork="yes">
             <classpath>
                 <pathelement location= "${build.tests}"/>
                 <path refid="drt.classpath"/>

Reply via email to