[jbossws-commits] JBossWS SVN: r2315 - branches/jbossws-1.2.0/jbossws-tests.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Feb 9 05:55:59 EST 2007


Author: thomas.diesler at jboss.com
Date: 2007-02-09 05:55:59 -0500 (Fri, 09 Feb 2007)
New Revision: 2315

Modified:
   branches/jbossws-1.2.0/jbossws-tests/build.xml
Log:
Enable junit fork

Modified: branches/jbossws-1.2.0/jbossws-tests/build.xml
===================================================================
--- branches/jbossws-1.2.0/jbossws-tests/build.xml	2007-02-09 10:55:31 UTC (rev 2314)
+++ branches/jbossws-1.2.0/jbossws-tests/build.xml	2007-02-09 10:55:59 UTC (rev 2315)
@@ -421,8 +421,9 @@
   <!-- Common test target -->
   <target name="tests-main" depends="init">
     <mkdir dir="${tests.output.dir}/reports"/>
-    <junit printsummary="yes" showoutput="yes" dir="${tests.output.dir}">
+    <junit printsummary="yes" showoutput="yes" dir="${tests.output.dir}" fork="yes" forkmode="perBatch">
       <jvmarg value="-Djava.security.manager"/>
+      <jvmarg value="-DXmx256m"/>
       <sysproperty key="build.testlog" value="${tests.output.dir}/log"/>
       <sysproperty key="client.scenario" value="${client.scenario}"/>
       <sysproperty key="java.endorsed.dirs" value="${endorsed.dirs}"/>




More information about the jbossws-commits mailing list