[jboss-cvs] JBossAS SVN: r91347 - trunk/main/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 16 11:46:11 EDT 2009


Author: smarlow at redhat.com
Date: 2009-07-16 11:46:11 -0400 (Thu, 16 Jul 2009)
New Revision: 91347

Modified:
   trunk/main/src/bin/run.bat
Log:
JBAS-7104 Typo in windows run.bat prevents inclusion of tools.jar

Modified: trunk/main/src/bin/run.bat
===================================================================
--- trunk/main/src/bin/run.bat	2009-07-16 15:45:42 UTC (rev 91346)
+++ trunk/main/src/bin/run.bat	2009-07-16 15:46:11 UTC (rev 91347)
@@ -85,9 +85,9 @@
 
 if exist "%JBOSS_HOME%\bin\run.jar" (
   if "x%JAVAC_JAR%" == "x" (
+    set "RUNJAR=%JBOSS_HOME%\bin\run.jar"
+  ) else (
     set "RUNJAR=%JAVAC_JAR%;%JBOSS_HOME%\bin\run.jar"
-  ) else (
-    set "RUNJAR=%JBOSS_HOME%\bin\run.jar"
   )
 ) else (
   echo Could not locate "%JBOSS_HOME%\bin\run.jar".




More information about the jboss-cvs-commits mailing list