nicolaken 02/03/18 11:35:48
Modified: . build.xml
Log:
Since I'm adding "test" build to gump, I've set it to halt on error so we get nags
on it happening.
Revision Changes Path
1.188 +1 -1 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- build.xml 18 Mar 2002 19:21:41 -0000 1.187
+++ build.xml 18 Mar 2002 19:35:48 -0000 1.188
@@ -1691,7 +1691,7 @@
<pathelement path="${build.dest}" />
</classpath>
</javac>
- <junit printsummary="yes" haltonfailure="no" fork="yes">
+ <junit printsummary="yes" haltonfailure="yes" fork="yes">
<classpath>
<pathelement location="${build.test}" />
<pathelement location="${build.dest}" />
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]