[ 
https://issues.apache.org/jira/browse/KARAF-4931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15837939#comment-15837939
 ] 

ASF subversion and git services commented on KARAF-4931:
--------------------------------------------------------

Commit 350c7f25a6e67d454144326062e9f99b18aae1f2 in karaf's branch 
refs/heads/master from [~gnt]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=350c7f2 ]

[KARAF-4931] - Static profile generation fails if configfile element contains a 
placeholder

> 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.1.0, 4.0.8
>            Reporter: Achim Nierbeck
>            Assignee: Achim Nierbeck
>             Fix For: 4.1.0
>
>
> 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