You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Joshua (JIRA)" <ji...@apache.org> on 2014/08/13 21:30:12 UTC

[jira] [Updated] (FELIX-4605) Split packages not working with maven-bundle-plugin 2.5.0

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

Joshua updated FELIX-4605:
--------------------------

    Environment: 
Windows 8.1
Maven 3.0.5

  was:Windows 8.1


> Split packages not working with maven-bundle-plugin 2.5.0
> ---------------------------------------------------------
>
>                 Key: FELIX-4605
>                 URL: https://issues.apache.org/jira/browse/FELIX-4605
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>    Affects Versions: maven-bundle-plugin-2.5.0
>         Environment: Windows 8.1
> Maven 3.0.5
>            Reporter: Joshua
>
> Does anyone know why with  maven-bundle-plugin 2.5.0 the split packages aren’t working anymore?
> With maven-bundle-plugin 2.4.0 the manifest is generated like this..
> org.eclipse.swt.events,
> org.eclipse.swt.layout,
> org.eclipse.swt.widgets,
> org.eclipse.ui;ui.workbench=split,
> org.eclipse.ui.themes
> Originally-Created-By: Apache Maven Bundle Plugin
> Tool: Bnd-2.1.0.20130426-122213
> With maven-bundle-plugin 2.5.0 the manifest is generated like this…
> org.eclipse.swt.events,
> org.eclipse.swt.layout,
> org.eclipse.swt.widgets,
> org.eclipse.ui,
> org.eclipse.ui.themes
> Originally-Created-By: Apache Maven Bundle Plugin
> Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.6))"
> Tool: Bnd-2.3.0.201405100607
> We noticed this when we checked out one of our existing projects and just updated it from 2.4.0 to 2.5.0. No other changes were made. Once we up to 2.5.0 we couldn’t use the bundle  anymore because the split package isn’t referenced correctly in the manifest. 
> Is there some new configuration I am missing?
> I checked the release notes for 2.5 and didn’t see any changes are split packages
> Release Notes: http://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-2.5.0/doc/changelog.txt
> Site: http://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-2.5.0/doc/site/index.html
> Ideas?



--
This message was sent by Atlassian JIRA
(v6.2#6252)