[jboss-jira] [JBoss JIRA] Created: (JBAS-7104) Typo in windows run.bat prevents inclusion of tools.jar
Kevin Conner (JIRA)
jira-events at lists.jboss.org
Thu Jul 16 09:54:42 EDT 2009
Typo in windows run.bat prevents inclusion of tools.jar
-------------------------------------------------------
Key: JBAS-7104
URL: https://jira.jboss.org/jira/browse/JBAS-7104
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Other
Affects Versions: JBossAS-5.1.0.GA
Reporter: Kevin Conner
Priority: Trivial
Just noticed the following in the windows run.bat while investigating an issue.
if "x%JAVAC_JAR%" == "x" (
set "RUNJAR=%JAVAC_JAR%;%JBOSS_HOME%\bin\run.jar"
) else (
set "RUNJAR=%JBOSS_HOME%\bin\run.jar"
)
The set commands should be reversed.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list