On 14 September 2010 10:16, Rex Wang (JIRA) <[email protected]> wrote: > > [ > https://issues.apache.org/jira/browse/ARIES-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12909159#action_12909159 > ] > > Rex Wang commented on ARIES-405: > -------------------------------- > > will commit the changes.. Can anybody give me the right to assign jiras to > myself?
I just added you to the aries-developers JIRA group. > >> getBundleImportedPackages() of FrameworkUtils does not split package >> declarations correctly >> ------------------------------------------------------------------------------------------- >> >> Key: ARIES-405 >> URL: https://issues.apache.org/jira/browse/ARIES-405 >> Project: Aries >> Issue Type: Bug >> Components: JMX >> Affects Versions: 0.1, 0.2 >> Reporter: Rex Wang >> Fix For: 0.3 >> >> Attachments: screenshot-1.jpg >> >> >> if the import package header has the following content: >> junit.framework;resolution:=optional;version="[3.8.1,4)",org.apache.commons.logging;version="[1.0,2)" >> then, it will split to 4 pieces: >> junit.framework;resolution:=optional;version="[3.8.1 >> 4)" >> org.apache.commons.logging;version="[1.0, >> 2)" >> Apparently, it is not correct. > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > >
