You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Stuart McCulloch (JIRA)" <ji...@apache.org> on 2008/07/09 14:57:31 UTC

[jira] Updated: (FELIX-545) Export-Package version inconsistencies.

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

Stuart McCulloch updated FELIX-545:
-----------------------------------

    Fix Version/s:     (was: maven-bundle-plugin-1.4.2)
                   maven-bundle-plugin-1.4.3
         Assignee:     (was: Stuart McCulloch)

This fix will require a change to the BND library, so moving it to target release 1.4.3 of the bundleplugin

> Export-Package version inconsistencies.
> ---------------------------------------
>
>                 Key: FELIX-545
>                 URL: https://issues.apache.org/jira/browse/FELIX-545
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>    Affects Versions: maven-bundle-plugin-1.4.0
>         Environment: N/A
>            Reporter: Thomas Dewire
>            Priority: Minor
>             Fix For: maven-bundle-plugin-1.4.3
>
>         Attachments: bugtest.tar.gz
>
>
> The version associated with an Export-Package statement can vary depending on the method used to create it. In both cases, the input is identical, but the output is not.
> Case 1: Created from packageinfo files in the source tree. In this case, the input of "1.0.0-SNAPSHOT" will be shortened down to "1.0.0".
> Case 2: Created from an Export-Package directive. In this case, the input of "1.0.0-SNAPSHOT" will be converted to 1.0.0.SNAPSHOT".
> I will attach a small sample project that demonstrates the behavior.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.