From issues-return-20654-apmail-karaf-issues-archive=karaf.apache.org@karaf.apache.org Mon Oct 6 09:26:33 2014 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 D1030175AD for ; Mon, 6 Oct 2014 09:26:33 +0000 (UTC) Received: (qmail 17130 invoked by uid 500); 6 Oct 2014 09:26:33 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 17107 invoked by uid 500); 6 Oct 2014 09:26:33 -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 17095 invoked by uid 99); 6 Oct 2014 09:26:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Oct 2014 09:26:33 +0000 Date: Mon, 6 Oct 2014 09:26:33 +0000 (UTC) From: =?utf-8?Q?Jean-Baptiste_Onofr=C3=A9_=28JIRA=29?= To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: =?utf-8?Q?[jira]_[Created]_(KARAF-3262)_Being_able_to_us?= =?utf-8?Q?e_${karaf.etc}=C2=A0in_feature__element?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jean-Baptiste Onofr=C3=A9 created KARAF-3262: ------------------------------------------- Summary: Being able to use ${karaf.etc}=C2=A0in feature element Key: KARAF-3262 URL: https://issues.apache.org/jira/browse/KARAF-3262 Project: Karaf Issue Type: Improvement Components: karaf-feature Reporter: Jean-Baptiste Onofr=C3=A9 Assignee: Jean-Baptiste Onofr=C3=A9 Fix For: 4.0.0, 3.0.3, 2.4.1 The element in a feature accepts a finalname attribute to def= ine where the configfile has to be copied. However, finalname is relative to ${karaf.base}, whereas it should be able = to use ${karaf.etc} (and so relative to ${karaf.etc}). In order to be backward compatible, if finalname starts with /etc/ it will = be relative to ${karaf.base}, else it will be related to ${karaf.etc}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)