You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by js...@apache.org on 2006/03/15 23:37:03 UTC

svn commit: r386193 - /geronimo/trunk/modules/scripts/src/resources/bin/deploy.bat

Author: jsisson
Date: Wed Mar 15 14:37:02 2006
New Revision: 386193

URL: http://svn.apache.org/viewcvs?rev=386193&view=rev
Log:
GERONIMO-1743 - Fix bug with argument processing in deploy.bat that was recently introduced (merged from 1.1 branch).

Modified:
    geronimo/trunk/modules/scripts/src/resources/bin/deploy.bat

Modified: geronimo/trunk/modules/scripts/src/resources/bin/deploy.bat
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/scripts/src/resources/bin/deploy.bat?rev=386193&r1=386192&r2=386193&view=diff
==============================================================================
--- geronimo/trunk/modules/scripts/src/resources/bin/deploy.bat (original)
+++ geronimo/trunk/modules/scripts/src/resources/bin/deploy.bat Wed Mar 15 14:37:02 2006
@@ -162,7 +162,7 @@
 :skipEnvInfo
 
 @REM Capture any passed in arguments
-set ARGS=%*
+set CMD_LINE_ARGS=%*
 set _JARFILE="%GERONIMO_HOME%"\bin\deployer.jar
 
 %_RUNJAVA% %JAVA_OPTS% %GERONIMO_OPTS% -Dorg.apache.geronimo.base.dir="%GERONIMO_BASE%" -Djava.io.tmpdir="%GERONIMO_TMPDIR%" -jar %_JARFILE% %CMD_LINE_ARGS%