Return-Path: X-Original-To: apmail-karaf-issues-archive@minotaur.apache.org Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4C0AC10996 for ; Sun, 5 May 2013 22:20:16 +0000 (UTC) Received: (qmail 41905 invoked by uid 500); 5 May 2013 22:20:16 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 41876 invoked by uid 500); 5 May 2013 22:20:16 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 41848 invoked by uid 99); 5 May 2013 22:20:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 May 2013 22:20:15 +0000 Date: Sun, 5 May 2013 22:20:15 +0000 (UTC) From: "Ryan Moquin (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (KARAF-2304) Karaf 3.0.0 build has some property substitution issues... MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Ryan Moquin created KARAF-2304: ---------------------------------- Summary: Karaf 3.0.0 build has some property substitution issues... Key: KARAF-2304 URL: https://issues.apache.org/jira/browse/KARAF-2304 Project: Karaf Issue Type: Bug Components: karaf-core Affects Versions: 3.0.0 Environment: Windows 7, JDK7 Reporter: Ryan Moquin I was doing a directory compare on the latest 3.0.0-SNAPSHOT compared to 3.0.0-RC1. I noticed what appear to be some problems in the generation of the karaf.bat file: The setupNativePath() now shows: LD_LIBRARY_PATH="/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk-amd64/jre/../lib/amd64:$KARAF_BASE/lib:$KARAF_HOME/lib" instead of the following in RC1 LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:$KARAF_BASE/lib:$KARAF_HOME/lib" Also, the JAVA_ENDORSED DIRS are set to: JAVA_ENDORSED_DIRS="/home/hudson/tools/java/latest1.6/jre/lib/endorsed:/home/hudson/tools/java/latest1.6/lib/endorsed:${KARAF_HOME}/lib/endorsed" Rather than what was in RC1: 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