[jboss-cvs] JBoss Messaging SVN: r2719 - trunk/tests.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 21 07:46:54 EDT 2007


Author: sergeypk
Date: 2007-05-21 07:46:54 -0400 (Mon, 21 May 2007)
New Revision: 2719

Modified:
   trunk/tests/build.bat
Log:
Add -Xmx1024m to ant options on Windows so that it doesn't OOME on compile-report

Modified: trunk/tests/build.bat
===================================================================
--- trunk/tests/build.bat	2007-05-21 08:51:05 UTC (rev 2718)
+++ trunk/tests/build.bat	2007-05-21 11:46:54 UTC (rev 2719)
@@ -2,6 +2,6 @@
 REM
 REM $Id: build.bat 71 2004-10-04 20:13:23Z andd $
 REM
-
+set ANT_OPTS=-Xmx1024m
 ant -lib ../thirdparty/junit/lib/junit.jar %1
 




More information about the jboss-cvs-commits mailing list