Achim Nierbeck created KARAF-4931:
-------------------------------------

             Summary: Static Profile generation fails if configfile element 
contains a placeholder
                 Key: KARAF-4931
                 URL: https://issues.apache.org/jira/browse/KARAF-4931
             Project: Karaf
          Issue Type: Bug
          Components: karaf-profile
    Affects Versions: 4.0.8, 4.1.0
            Reporter: Achim Nierbeck


The demo/profiles/static fails in case of a feature file containing a 
placeholder for a file location

karaf.etc in this sample

{code}
...
<feature name="pax-http-jetty" version="${project.version}">
        <configfile 
finalname="${karaf.etc}/jetty.xml">mvn:org.ops4j.pax.web/pax-web-features/${project.version}/xml/jettyconfig</configfile>
        <config name="org.ops4j.pax.web">
            org.osgi.service.http.port=8181
            javax.servlet.context.tempdir=${karaf.data}/pax-web-jsp
            org.ops4j.pax.web.config.file=${karaf.etc}/jetty.xml
        </config>
...
{code}

see also: 
https://ops4j1.jira.com/browse/PAXWEB-999



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to