Author: rdonkin
Date: Wed May 20 10:18:21 2009
New Revision: 776648

URL: http://svn.apache.org/viewvc?rev=776648&view=rev
Log:
JAMES-907 Forked JVM keeps crashing. Let's just run in the same JVM. 
https://issues.apache.org/jira/browse/JAMES-907

Modified:
    james/server/branches/v2.3/build.xml

Modified: james/server/branches/v2.3/build.xml
URL: 
http://svn.apache.org/viewvc/james/server/branches/v2.3/build.xml?rev=776648&r1=776647&r2=776648&view=diff
==============================================================================
--- james/server/branches/v2.3/build.xml (original)
+++ james/server/branches/v2.3/build.xml Wed May 20 10:18:21 2009
@@ -804,7 +804,7 @@
         
             <formatter type="plain"/>
         
-            <batchtest fork="yes" todir="${build.test.reports}">
+            <batchtest todir="${build.test.reports}">
               <fileset dir="${junitjava.dir}">
                 <include name="**/*Test.java"/>
                 <exclude name="**/AllTests.java"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to