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 10:45:25 UTC

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

Jean-Baptiste Onofré created XBEAN-257:
------------------------------------------

             Summary: 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)