Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-18870

Error while generating OSGi manifest

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.21.0
    • 3.21.0
    • camel-osgi
    • Unknown

    Description

      The build of OSGi manifest is broken when building camel-karaf main branch:

       

      on project camel-core-osgi: Internal error in maven-bundle-plugin: Calc manifest failed, state=
      ...
      Unclosed group near index 12
      [ERROR] \$(?:replace
      

       

      The problem seems related to this commit (remove slash):

      https://github.com/apache/camel/commit/82b8cf1f28252bb7fc26bfd37df6219f3fd46b37

      Replacing this:

      <camel.osgi.export.pkg>$${replace;{local-packages};;;;}</camel.osgi.export.pkg>

      by this from previous version:

      <camel.osgi.export.pkg>$${replace;{local-packages};;;\;}</camel.osgi.export.pkg>

      seems to fix the problem.

      May be gnodet can give more insights about this change before revert
      or fixing it.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              fpapon Francois Papon
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: