jbonofre commented on a change in pull request #424: AMQ-5503: Improve initscript, reintegrate changes URL: https://github.com/apache/activemq/pull/424#discussion_r371210998
########## File path: assembly/src/release/bin/activemq ########## @@ -109,14 +96,7 @@ if [ -z "$ACTIVEMQ_BASE" ] ; then ACTIVEMQ_BASE="$ACTIVEMQ_HOME" fi -# Configure user specified classpath here or externally using this variable -if [ -z "$ACTIVEMQ_USER_CLASSPATH" ] ; then - ACTIVEMQ_USER_CLASSPATH="" -fi - -# ActiveMQ Classpath configuration -ACTIVEMQ_CLASSPATH="$ACTIVEMQ_BASE/../lib/:$ACTIVEMQ_USER_CLASSPATH" - +ACTIVEMQ_CLASSPATH="$ACTIVEMQ_BASE/../lib/" Review comment: The user should be able to define its classpath extend, no ? What's the rationale here ? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
