You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xbean-dev@geronimo.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2013/11/13 11:03:23 UTC

[jira] [Commented] (XBEAN-257) xbean-asm4-shaded doesn't export all expected packages

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

Jean-Baptiste Onofré commented on XBEAN-257:
--------------------------------------------

My bad, the headers look good. I'm checking using a deployed bundle (in Karaf).

> xbean-asm4-shaded doesn't export all expected packages
> ------------------------------------------------------
>
>                 Key: XBEAN-257
>                 URL: https://issues.apache.org/jira/browse/XBEAN-257
>             Project: XBean
>          Issue Type: Bug
>          Components: asm
>    Affects Versions: 3.14
>            Reporter: Jean-Baptiste Onofré
>
> In the xbean-asm4-shaded pom.xml, we have the xbean.osgi.export property containing:
>             org.apache.xbean.asm4;version=${asm.version},
>             org.apache.xbean.asm4.signature;version=${asm.version},
>             org.apache.xbean.asm4.commons;version=${asm.version},
>             org.apache.xbean.asm4.tree;version=${asm.version}
> However, in the generated META-INF/MANIFEST.MF, we have:
> Export-Package: org.apache.xbean.asm4.original.commons;uses:="org.obje
>  ctweb.asm";version="3.16.0.SNAPSHOT"
> and
> Import-Package: org.objectweb.asm;version="[4.1,5)"
> It looks like the build ignores the property and so, some packages are missing.
> I'm digging why.



--
This message was sent by Atlassian JIRA
(v6.1#6144)