You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2017/03/29 06:01:41 UTC

[jira] [Resolved] (KARAF-4707) Add pax-url-classpath feature

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

Jean-Baptiste Onofré resolved KARAF-4707.
-----------------------------------------
    Resolution: Won't Fix

Gonna fix that in pax url (providing an uber jar).

> Add pax-url-classpath feature
> -----------------------------
>
>                 Key: KARAF-4707
>                 URL: https://issues.apache.org/jira/browse/KARAF-4707
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-feature
>            Reporter: Alex Soto
>            Assignee: Jean-Baptiste Onofré
>
> To make it easier to use class path URLs.  Something like.
> {code:xml}
> <feature name="pax-url-handler">
> 	<bundle>mvn:org.ops4j.base/ops4j-base-util-property/1.5.0</bundle>
>         <bundle>mvn:org.ops4j.base/ops4j-base-lang/1.5.0</bundle>
> 	<bundle>mvn:org.ops4j.pax.swissbox/pax-swissbox-property/1.8.2</bundle>
>         <bundle>mvn:org.ops4j.pax.url/pax-url-commons/2.4.7</bundle>
>         <bundle>mvn:org.ops4j.pax.url/pax-url-classpath/2.4.7</bundle>
> </feature>
> {code}
> Also, it would be nice to have documentation about how to use it for deploying config files in features.xml:
> {code:xml}
> <configfile finalname="${karaf.etc}/my.config.cfg">
> 	classpath:my.config.cfg
> </configfile>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)