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

David Bosschaert updated FELIX-1001:
------------------------------------

    Description: 
>From the following email thread: 
>http://www.mail-archive.com/[email protected]/msg03705.html

For the CXF-DOSGi single-bundle distribution I need to export-package
a directory that just contains resources. In my pom [1], the directory
with the resources is copied into my bundle from an embedded bundle
using the following directive first:
 <Include-Resource>
   @cxf-bundle-minimal-${cxf.version}.jar!/META-INF/cxf/*
 </Include-Resource>
Then I just want to export the package using the following:
 <Export-Package>
   META-INF.cxf
 </Export-Package>
Note, my pom also contains some _exportcontents directives...

However, I'm getting the following error:
[ERROR] Error building bundle
org.apache.cxf.dosgi:cxf-dosgi-ri-singlebundle-distribution:bundle:1.0-SNAPSHOT
: Exporting packages that are not on the Bundle-Classpath[Jar:dot,
Jar:lib/geronimo-annotation_1.0_spec-1.1.1.jar, ... lots more
jars...]: [META-INF.cxf]

According to Stuart this is a bug in BND...

Thanks!

David

[1] 
http://svn.apache.org/repos/asf/cxf/dosgi/trunk/distribution/single-bundle/pom.xml

  was:
>From the following email thread: 
>http://www.mail-archive.com/[email protected]/msg03705.html

For the CXF-DOSGi single-bundle distribution I need to export-package
a directory that just contains resources. In my pom [1], the directory
with the resources is copied into my bundle from an embedded bundle
using the following directive first:
 <Include-Resource>
   @cxf-bundle-minimal-${cxf.version}.jar!/META-INF/cxf/*
 </Include-Resource>
Then I just want to export the package using the following:
 <Export-Package>
   META-INF.cxf
 </Export-Package>
Note, my pom also contains some _exportcontents directives...

However, I'm getting the following error:
[ERROR] Error building bundle
org.apache.cxf.dosgi:cxf-dosgi-ri-singlebundle-distribution:bundle:1.0-SNAPSHOT
: Exporting packages that are not on the Bundle-Classpath[Jar:dot,
Jar:lib/geronimo-annotation_1.0_spec-1.1.1.jar, ... lots more
jars...]: [META-INF.cxf]

Anyone an idea on how I can get META-INF.cxf in my exported package list?

Thanks!

David

[1] 
http://svn.apache.org/repos/asf/cxf/dosgi/trunk/distribution/single-bundle/pom.xml


> Error when trying to Export-Package a directory containing only resources
> -------------------------------------------------------------------------
>
>                 Key: FELIX-1001
>                 URL: https://issues.apache.org/jira/browse/FELIX-1001
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>    Affects Versions: maven-bundle-plugin-2.0.0
>            Reporter: David Bosschaert
>
> From the following email thread: 
> http://www.mail-archive.com/[email protected]/msg03705.html
> For the CXF-DOSGi single-bundle distribution I need to export-package
> a directory that just contains resources. In my pom [1], the directory
> with the resources is copied into my bundle from an embedded bundle
> using the following directive first:
>  <Include-Resource>
>    @cxf-bundle-minimal-${cxf.version}.jar!/META-INF/cxf/*
>  </Include-Resource>
> Then I just want to export the package using the following:
>  <Export-Package>
>    META-INF.cxf
>  </Export-Package>
> Note, my pom also contains some _exportcontents directives...
> However, I'm getting the following error:
> [ERROR] Error building bundle
> org.apache.cxf.dosgi:cxf-dosgi-ri-singlebundle-distribution:bundle:1.0-SNAPSHOT
> : Exporting packages that are not on the Bundle-Classpath[Jar:dot,
> Jar:lib/geronimo-annotation_1.0_spec-1.1.1.jar, ... lots more
> jars...]: [META-INF.cxf]
> According to Stuart this is a bug in BND...
> Thanks!
> David
> [1] 
> http://svn.apache.org/repos/asf/cxf/dosgi/trunk/distribution/single-bundle/pom.xml

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to