You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "John Ross (JIRA)" <ji...@apache.org> on 2012/08/06 21:50:02 UTC

[jira] [Created] (ARIES-901) Version attribute not applied to multiple package names separated by semicolons in import package header.

John Ross created ARIES-901:
-------------------------------

             Summary: Version attribute not applied to multiple package names separated by semicolons in import package header.
                 Key: ARIES-901
                 URL: https://issues.apache.org/jira/browse/ARIES-901
             Project: Aries
          Issue Type: Bug
          Components: Subsystem
            Reporter: John Ross


The specified version attribute should be applied to all packages listed in the associated path of the ImportPackage header. Packages are in the same path when they are separated by semicolons as opposed to commas. For example,

org.foo;org.bar;org.foo.bar;version=1.3

should result in all three listed packages being associated with version 1.3 or greater. Currently, the first two will be associated with version 0.0.

org.foo,org.bar,org.foo.bar;version=1.3

In this case, only org.foo.bar is associated with version 1.3 or greater while the first two are version 0.0.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (ARIES-901) Version attribute not applied to multiple package names separated by semicolons in import package header.

Posted by "John Ross (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ARIES-901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Ross resolved ARIES-901.
-----------------------------

    Resolution: Fixed

Fixed in http://svn.apache.org/viewvc?view=revision&revision=1369953.
                
> Version attribute not applied to multiple package names separated by semicolons in import package header.
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: ARIES-901
>                 URL: https://issues.apache.org/jira/browse/ARIES-901
>             Project: Aries
>          Issue Type: Bug
>          Components: Subsystem
>            Reporter: John Ross
>
> The specified version attribute should be applied to all packages listed in the associated path of the ImportPackage header. Packages are in the same path when they are separated by semicolons as opposed to commas. For example,
> org.foo;org.bar;org.foo.bar;version=1.3
> should result in all three listed packages being associated with version 1.3 or greater. Currently, the first two will be associated with version 0.0.
> org.foo,org.bar,org.foo.bar;version=1.3
> In this case, only org.foo.bar is associated with version 1.3 or greater while the first two are version 0.0.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira