[jboss-jira] [JBoss JIRA] Commented: (JBAS-7104) Typo in windows run.bat prevents inclusion of tools.jar
Scott Marlow (JIRA)
jira-events at lists.jboss.org
Thu Jul 16 11:11:43 EDT 2009
[ https://jira.jboss.org/jira/browse/JBAS-7104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12476567#action_12476567 ]
Scott Marlow commented on JBAS-7104:
------------------------------------
Yes, this is clearly a typo. What is the impact of not having the Java compiler on the system classpath when starting the as? Is this impacting Tomcat jsp compiling? I'm just curious what the issue was.
> 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
> Assignee: Scott Marlow
> 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