[jboss-cvs] JBossAS SVN: r83084 - trunk/bootstrap.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 19 15:42:04 EST 2009


Author: pgier
Date: 2009-01-19 15:42:04 -0500 (Mon, 19 Jan 2009)
New Revision: 83084

Modified:
   trunk/bootstrap/build.bat
Log:
[JBBUILD-510] Set default goal in batch script.

Modified: trunk/bootstrap/build.bat
===================================================================
--- trunk/bootstrap/build.bat	2009-01-19 20:07:31 UTC (rev 83083)
+++ trunk/bootstrap/build.bat	2009-01-19 20:42:04 UTC (rev 83084)
@@ -81,7 +81,9 @@
 
 :ExecuteBatch
 echo Calling %1 %2 %3 %4 %5 %6 %7 %8
-call %1 %2 %3 %4 %5 %6 %7 %8
+set GOAL=%2
+if "%GOAL%"=="" set GOAL==install
+call %1 %GOAL% %3 %4 %5 %6 %7 %8
 
 :end
 




More information about the jboss-cvs-commits mailing list