Uploaded image for project: 'Karaf'
  1. Karaf
  2. KARAF-4285

features-add-to-repository ignore conditional features

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Cannot Reproduce
    • 4.0.4
    • None
    • karaf
    • None

    Description

      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

      Attachments

        Activity

          People

            jbonofre Jean-Baptiste Onofré
            j3rem1e J. Brébec
            Votes:
            3 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: