You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Konrad Windszus (JIRA)" <ji...@apache.org> on 2012/05/31 11:07:22 UTC

[jira] [Commented] (FELIX-2991) Allow the creating of fragments that populate Export-Package

    [ https://issues.apache.org/jira/browse/FELIX-2991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286419#comment-13286419 ] 

Konrad Windszus commented on FELIX-2991:
----------------------------------------

Even having a maven dependency on the fragment host is not sufficient. Still maven-bundle-plugin in version 2.3.7 complains about "Superfluous export-package instructions". Therefore option c) is not feasible.
                
> Allow the creating of fragments that populate Export-Package 
> -------------------------------------------------------------
>
>                 Key: FELIX-2991
>                 URL: https://issues.apache.org/jira/browse/FELIX-2991
>             Project: Felix
>          Issue Type: New Feature
>          Components: Maven Bundle Plugin
>            Reporter: Michael Van Geertruy
>
> When using the maven-bundle-plugin to create fragments which add export-packages to a host bundle, the maven-bundle-plugin considers all of the export-packages as superfluous, does not add them to the fragment's MANIFEST.MF file and fails to compile.  
> The specific case is when attempting to add exports to a bundle where bnd-wrapping doesn't pick up all of the necessary packages. For example, when executing this line in Karaf:
> osgi:install -s mvn:tibco/tibco-crypt/5.1.2
> The wrap command skips over a number of packages. So creation of a fragment is necessary. However, the build fails for the above noted reason. The work-around for this issue is to use the maven-jar-plugin to create the fragment.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira