You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "J. Brébec (JIRA)" <ji...@apache.org> on 2016/01/20 23:26:39 UTC

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

J. Brébec created KARAF-4285:
--------------------------------

             Summary: 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
(v6.3.4#6332)