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

[jira] Commented: (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: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?

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


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

Posted by Rex Wang <rw...@gmail.com>.
Thank you, Jeremy


-Rex

2010/9/14 Jeremy Hughes <hu...@apache.org>

> On 14 September 2010 10:16, Rex Wang (JIRA) <ji...@apache.org> 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.
> >
> >
>



-- 
Lei Wang (Rex)
rwonly AT apache.org

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

Posted by Jeremy Hughes <hu...@apache.org>.
On 14 September 2010 10:16, Rex Wang (JIRA) <ji...@apache.org> 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.
>
>