]
Kevin Conner reassigned JBESB-2747:
-----------------------------------
Assignee: Kevin Conner
Document AS5 run.bat error
--------------------------
Key: JBESB-2747
URL:
https://jira.jboss.org/jira/browse/JBESB-2747
Project: JBoss ESB
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Application Server, Documentation
Affects Versions: 4.5
Reporter: Kevin Conner
Assignee: Kevin Conner
Fix For: 4.6
The AS 5.1.0 GA release contains an error in the run.bat script, the consequence of which
is that the JDK tools jar is never applied to the classpath.
We need to document this issue as we rely on the compiler for WSDL proxy generation
within wise.
The specific part in error is the following
if exist "%JBOSS_HOME%\bin\run.jar" (
if "x%JAVAC_JAR%" == "x" (
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".
echo Please check that you are in the bin directory when running this script.
goto END
)
The two set commands should be reversed.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: