Author: arnaudsimon
Date: Mon Feb 25 05:50:46 2008
New Revision: 630852

URL: http://svn.apache.org/viewvc?rev=630852&view=rev
Log:
added prop jvmarg, that could be used allocate more memory: -Djvmarg=-Xmx512m

Modified:
    incubator/qpid/trunk/qpid/java/module.xml

Modified: incubator/qpid/trunk/qpid/java/module.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/module.xml?rev=630852&r1=630851&r2=630852&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/module.xml (original)
+++ incubator/qpid/trunk/qpid/java/module.xml Mon Feb 25 05:50:46 2008
@@ -186,10 +186,11 @@
     <isset property="cpp"/>
   </condition>
 
+
   <target name="test" depends="compile-tests" if="module.test.src.exists"
           description="execute unit tests">
     <junit fork="yes" haltonfailure="no" printsummary="on" timeout="600000">
-
+      <jvmarg value="${jvmarg}" />
       <sysproperty key="amqj.logging.level" value="${amqj.logging.level}"/>
       <sysproperty key="root.logging.level" value="${root.logging.level}"/>
       <sysproperty key="log4j.configuration" value="${log4j.configuration}"/>
@@ -203,7 +204,7 @@
       <formatter type="xml"/>
 
       <classpath refid="module.test.path"/>
-
+     
       <batchtest fork="yes" todir="${build.results}">
         <fileset dir="${module.test.src}">
           <include name="**/${test}.java"/>


Reply via email to