You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Christian Schneider (JIRA)" <ji...@apache.org> on 2013/11/20 11:00:39 UTC

[jira] [Assigned] (KARAF-2016) Hudson paths hard coded in assembled zip and tar.gz distributions

     [ https://issues.apache.org/jira/browse/KARAF-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Schneider reassigned KARAF-2016:
------------------------------------------

    Assignee: Christian Schneider  (was: Jean-Baptiste Onofré)

> 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
>         Environment: Linux
>            Reporter: Lukas Roedl
>            Assignee: Christian Schneider
>             Fix For: 3.0.0
>
>
> 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 was sent by Atlassian JIRA
(v6.1#6144)