You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Lukas Roedl (JIRA)" <ji...@apache.org> on 2012/11/16 20:14:12 UTC

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

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

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

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré reassigned KARAF-2016:
-------------------------------------------

    Assignee: 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.RC1, 3.0.0
>         Environment: Linux
>            Reporter: Lukas Roedl
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 3.0.0.RC1, 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 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

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

Posted by "Lukas Roedl (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Roedl updated KARAF-2016:
-------------------------------

    Fix Version/s: 3.0.0
    
> 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, 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 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