You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Rex Wang (JIRA)" <ji...@apache.org> on 2010/09/14 11:16:20 UTC

[jira] Updated: (ARIES-405) getBundleImportedPackages() of FrameworkUtils does not split package declarations correctly

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

Rex Wang updated ARIES-405:
---------------------------

    Attachment: screenshot-1.jpg

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