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

Rico Neubauer edited comment on KARAF-4285 at 6/11/18 9:25 AM:
---------------------------------------------------------------

Hi [~jbonofre], probably you meant KARAF-4222, but there only dependent bundles 
are discussed.

This request is for the possibility to include dependent features.

Could you consider?


was (Author: riconeubauer):
Hi [~jbonofre], probably you meant KARAF-4222, but there only dependent bundles 
are discussed.

This request is for the possibility to cinlude dependent features.

Could you consider?

> features-add-to-repository ignore conditional features
> ------------------------------------------------------
>
>                 Key: KARAF-4285
>                 URL: https://issues.apache.org/jira/browse/KARAF-4285
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-tooling
>    Affects Versions: 4.0.4
>            Reporter: J. Brébec
>            Priority: Minor
>
> when a feature declare a "conditional feature", the goal 
> features-add-to-repository doesn't add this conditional feature in the target 
> repository.
> by exemple :
> <feature name="opt">
>   <bundle>A</bundle>
> </feature>
> <feature name="main">
>   <conditional>
>     <condition>shell</condition>
>     <feature>opt</feature>
>   </conditional>
> </feature>
> then if i try to package "main" and "shell", then the bundle A is never 
> copyed to the repository



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to