hlship 2004/08/27 06:36:25
Modified: hivebuild jar-module.xml jar-module.properties
Log:
Add property to jar-modules.properties for controlling JVM args for junit.
Set a default max heap size of 384M.
Revision Changes Path
1.12 +3 -1 jakarta-hivemind/hivebuild/jar-module.xml
Index: jar-module.xml
===================================================================
RCS file: /home/cvs/jakarta-hivemind/hivebuild/jar-module.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- jar-module.xml 25 Aug 2004 17:06:01 -0000 1.11
+++ jar-module.xml 27 Aug 2004 13:36:25 -0000 1.12
@@ -194,7 +194,9 @@
<classpath refid="@{classpath-id}"/>
- <sysproperty key="PROJECT_ROOT" value="${project.dir}"/>
+ <sysproperty key="PROJECT_ROOT" value="${project.dir}"/>
+
+ <jvmarg line="${module.junit.jvmarg}"/>
<formatter type="xml"/>
<formatter type="brief" usefile="false"/>
1.5 +3 -0 jakarta-hivemind/hivebuild/jar-module.properties
Index: jar-module.properties
===================================================================
RCS file: /home/cvs/jakarta-hivemind/hivebuild/jar-module.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- jar-module.properties 18 Aug 2004 22:48:23 -0000 1.4
+++ jar-module.properties 27 Aug 2004 13:36:25 -0000 1.5
@@ -49,6 +49,9 @@
module.junit.version=3.8.1
module.junit.fork=on
module.junit.forkmode=once
+
+# Used to specify the maximum heap size.
+module.junit.jvmarg=-Xmx384m
module.junit.includeantruntime=on
module.junit.jar=junit-${module.junit.version}.jar
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]