Return-Path: Delivered-To: apmail-jakarta-hivemind-cvs-archive@www.apache.org Received: (qmail 92291 invoked from network); 27 Aug 2004 13:36:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 27 Aug 2004 13:36:29 -0000 Received: (qmail 92588 invoked by uid 500); 27 Aug 2004 13:36:29 -0000 Delivered-To: apmail-jakarta-hivemind-cvs-archive@jakarta.apache.org Received: (qmail 92523 invoked by uid 500); 27 Aug 2004 13:36:28 -0000 Mailing-List: contact hivemind-cvs-help@jakarta.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: hivemind-dev@jakarta.apache.org Delivered-To: mailing list hivemind-cvs@jakarta.apache.org Received: (qmail 92486 invoked by uid 99); 27 Aug 2004 13:36:27 -0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Fri, 27 Aug 2004 06:36:27 -0700 Received: (qmail 92237 invoked by uid 1616); 27 Aug 2004 13:36:25 -0000 Date: 27 Aug 2004 13:36:25 -0000 Message-ID: <20040827133625.92236.qmail@minotaur.apache.org> From: hlship@apache.org To: jakarta-hivemind-cvs@apache.org Subject: cvs commit: jakarta-hivemind/hivebuild jar-module.xml jar-module.properties X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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 @@ - + + + 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: hivemind-cvs-unsubscribe@jakarta.apache.org For additional commands, e-mail: hivemind-cvs-help@jakarta.apache.org