dims 01/08/04 06:32:36
Modified: . build.xml
Log:
Don't fork another VM for every test patch from Stuart.
Revision Changes Path
1.45 +1 -1 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- build.xml 2001/08/03 10:53:49 1.44
+++ build.xml 2001/08/04 13:32:35 1.45
@@ -1043,7 +1043,7 @@
<pathelement path="${build.dest}" />
</classpath>
</javac>
- <junit printsummary="yes" haltonfailure="no" fork="yes">
+ <junit printsummary="yes" haltonfailure="no" fork="no">
<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]