[
https://issues.apache.org/jira/browse/FELIX-4605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14629896#comment-14629896
]
Guillaume Nodet commented on FELIX-4605:
----------------------------------------
Yeah, I know what split packages are, I just wasn't aware that bnd explicitly
generated additional attributes.
How were those controlled ?
Does your plugin configuration contain some specific instructions that are now
ignored ? Could you attach a sample pom to reproduce the problem ?
> 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
> Java 6
> 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.3.4#6332)