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:11:21 UTC

[jira] [Deleted] (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:all-tabpanel ]

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


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

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

Posted by "Alan D. Cabrera" <li...@toolazydogs.com>.
Next time, simply close w/ don't fix.  Never delete a Jira issue.  :)


Regards,
Alan

On Nov 13, 2013, at 2:11 AM, Jean-Baptiste Onofré (JIRA) <ji...@apache.org> wrote:

> 
>     [ https://issues.apache.org/jira/browse/XBEAN-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
> 
> Jean-Baptiste Onofré deleted XBEAN-257:
> ---------------------------------------
> 
> 
>> 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
>>           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)