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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 15 04:35:14 EDT 2007


Author: sergeypk
Date: 2007-06-15 04:35:13 -0400 (Fri, 15 Jun 2007)
New Revision: 2784

Modified:
   trunk/tests/build.bat
Log:
Allow more than one parameter to be passed to Ant

Modified: trunk/tests/build.bat
===================================================================
--- trunk/tests/build.bat	2007-06-15 07:56:43 UTC (rev 2783)
+++ trunk/tests/build.bat	2007-06-15 08:35:13 UTC (rev 2784)
@@ -3,5 +3,5 @@
 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
+ant -lib ../thirdparty/junit/lib/junit.jar %1 %2 %3 %4 %5 %6 %7 %8 %9
 




More information about the jboss-cvs-commits mailing list