Jean-Baptiste Onofré created KARAF-3262: ------------------------------------------- Summary: Being able to use ${karaf.etc} in 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é Assignee: Jean-Baptiste Onofré Fix For: 4.0.0, 3.0.3, 2.4.1 The element in a feature accepts a finalname attribute to define 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)