[
https://issues.apache.org/jira/browse/AMQ-3053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy Bish closed AMQ-3053.
-----------------------------
Resolution: Fixed
The revamped scripts should have resolved this issue.
> misplaced semicolon in bin/activemq l
> -------------------------------------
>
> Key: AMQ-3053
> URL: https://issues.apache.org/jira/browse/AMQ-3053
> Project: ActiveMQ
> Issue Type: Bug
> Affects Versions: 5.4.1
> Reporter: Benson Margulies
>
> {noformat}
> ACTIVEMQ_CLASSPATH="${ACTIVEMQ_CONFIG_DIR};${ACTIVEMQ_CLASSPATH}"
> if [ "${ACTIVEMQ_BASE}" != "${ACTIVEMQ_HOME}" ]; then
> ACTIVEMQ_CLASSPATH="${ACTIVEMQ_BASE}/conf;${ACTIVEMQ_CLASSPATH}"
> fi
> {noformat}
> Note the use of the _only valid on Windows_ semicolon in appending to the
> classpath. It needs to be a colon on Linux.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira