Lukas Roedl created KARAF-2016:
----------------------------------
Summary: Hudson paths hard coded in assembled zip and tar.gz
distributions
Key: KARAF-2016
URL: https://issues.apache.org/jira/browse/KARAF-2016
Project: Karaf
Issue Type: Bug
Components: karaf-core
Affects Versions: 3.0.0.RC1, 3.0.0
Environment: Linux
Reporter: Lukas Roedl
Fix For: 3.0.0.RC1
If you download either apache-karaf-3.0.0-SNAPSHOT.zip or
apache-karaf-3.0.0-SNAPSHOT.tar.gz, the paths for JAVA_ENDORSED_DIRS and
JAVA_EXT_DIRS in the bin/karaf script are wrong.
What's in the script:
JAVA_ENDORSED_DIRS="/home/hudson/tools/java/latest1.6/jre/lib/endorsed:/home/hudson/tools/java/latest1.6/lib/endorsed:${KARAF_HOME}/lib/endorsed"
JAVA_EXT_DIRS="/home/hudson/tools/java/latest1.6/jre/lib/ext:/home/hudson/tools/java/latest1.6/lib/ext:${KARAF_HOME}/lib/ext"
What should be there:
JAVA_ENDORSED_DIRS="${JAVA_HOME}/jre/lib/endorsed:${JAVA_HOME}/lib/endorsed:${KARAF_HOME}/lib/endorsed"
JAVA_EXT_DIRS="${JAVA_HOME}/jre/lib/ext:${JAVA_HOME}/lib/ext:${KARAF_HOME}/lib/ext"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira