[
https://issues.apache.org/jira/browse/AMQ-6138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15122314#comment-15122314
]
ASF subversion and git services commented on AMQ-6138:
------------------------------------------------------
Commit e0ad700f2c886527614a7591f4ca68a897bb8063 in activemq's branch
refs/heads/master from [~cshannon]
[ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=e0ad700 ]
https://issues.apache.org/jira/browse/AMQ-6138
Adding ACTIVEMQ_USER_CLASSPATH to make the ActiveMQ classpath more
extendable by users. Also fixinng the classpath parsing to use the
right path separator dependening on the environment.
> ACTIVEMQ_CLASSPATH not extendable
> ---------------------------------
>
> Key: AMQ-6138
> URL: https://issues.apache.org/jira/browse/AMQ-6138
> Project: ActiveMQ
> Issue Type: Improvement
> Components: Broker
> Affects Versions: 5.13.0
> Environment: linux x86-64
> Reporter: Thomas Günter
> Assignee: Christopher L. Shannon
> Priority: Minor
> Fix For: 5.13.1, 5.14.0
>
> Attachments: activemq
>
>
> The current start script 'activemq' prevents the environment variable
> ACTIVEMQ_CLASSPATH from being extended from the outside.
> line #112:
> IS: {{ACTIVEMQ_CLASSPATH="$ACTIVEMQ_BASE/../lib/"}}
> SHOULD: {{ACTIVEMQ_CLASSPATH="$ACTIVEMQ_BASE/../lib/;$ACTIVEMQ_CLASSPATH"}}
> line #278:
> Delimiter should be semicolon, since this is used in
> org/apache/activemq/console/Main.java#274. Refer also to (AMQ-5913).
> IS: {{ACTIVEMQ_CLASSPATH="$\{ACTIVEMQ_CONF\}:$\{ACTIVEMQ_CLASSPATH\}"}}
> SHOULD: {{ACTIVEMQ_CLASSPATH="$\{ACTIVEMQ_CONF\};$\{ACTIVEMQ_CLASSPATH\}"}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)