You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Achim Nierbeck (JIRA)" <ji...@apache.org> on 2017/01/13 09:56:26 UTC

[jira] [Resolved] (KARAF-4931) Static Profile generation fails if configfile element contains a placeholder

     [ https://issues.apache.org/jira/browse/KARAF-4931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Achim Nierbeck resolved KARAF-4931.
-----------------------------------
       Resolution: Fixed
         Assignee: Achim Nierbeck
    Fix Version/s: 4.1.0

fixed with: 
http://git-wip-us.apache.org/repos/asf/karaf/commit/e6e0928b

> 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)