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/08 16:16:35 UTC

[jira] Resolved: (FELIX-547) OBR portion of the plugin balks on singular version range of [1.0.0,1.0.0].

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

Stuart McCulloch resolved FELIX-547.
------------------------------------

    Resolution: Fixed

This is now fixed in trunk, but not yet deployed in a snapshot.

> OBR portion of the plugin balks on singular version range of [1.0.0,1.0.0].
> ---------------------------------------------------------------------------
>
>                 Key: FELIX-547
>                 URL: https://issues.apache.org/jira/browse/FELIX-547
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>    Affects Versions: maven-bundle-plugin-1.4.0
>         Environment: N/A
>            Reporter: Thomas Dewire
>            Assignee: Stuart McCulloch
>             Fix For: maven-bundle-plugin-1.4.2
>
>
> The OBR portion of the maven-bundle-plugin does not want to allow the syntax:
> <Import-Package>com.ea.bugtest1;version="[1.0.0,1.0.0]"</Import-Package>
> It complains with the following message:
> java.lang.IllegalArgumentException: Low Range is higher than High Range: 1.0.0-1.0.0
> ...although this appears to be a legal construct that will in fact load up in Equinox. (Would it do the same in Felix?)

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