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 2018/06/13 09:14:00 UTC

[jira] [Updated] (KARAF-4285) features-add-to-repository ignore conditional features

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

Jean-Baptiste Onofré updated KARAF-4285:
----------------------------------------
    Fix Version/s: 4.2.1
                   4.1.6
                   4.0.11

> 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
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>             Fix For: 4.0.11, 4.1.6, 4.2.1
>
>
> 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)