You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by "Jan Koops (JIRA)" <ji...@apache.org> on 2007/05/02 12:55:15 UTC

[jira] Created: (IVY-494) Ivy does not handle multiple version dependencies in maven2 poms correctly

Ivy does not handle multiple version dependencies in maven2 poms correctly
--------------------------------------------------------------------------

                 Key: IVY-494
                 URL: https://issues.apache.org/jira/browse/IVY-494
             Project: Ivy
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.4.1
         Environment: IvyDE 1.2.0
            Reporter: Jan Koops


When trying to get hibernate3 from jboss-repo:
{{jboss-org: tried http://repository.jboss.com/maven2/asm/asm/[1.5.3, 3.0-beta]/asm-[1.5.3, 3.0-beta].pom}}
The dependencies in the pom are declared like:
<dependencies>
     <dependency>
        <groupId>hibernate</groupId>
        <artifactId>hibernate3</artifactId>
        <version>[3.1.1, 3.1.2]</version>
    </dependency>
</dependencies>

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


[jira] Resolved: (IVY-494) Ivy does not handle multiple version dependencies in maven2 poms correctly

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

Maarten Coene resolved IVY-494.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-alpha-2

The problem was the space in the revision-range:
[1.5.3, 3.0-beta] doesn't work
[1.5.3,3.0-beta] does work

This should be fixed now in trunk

> Ivy does not handle multiple version dependencies in maven2 poms correctly
> --------------------------------------------------------------------------
>
>                 Key: IVY-494
>                 URL: https://issues.apache.org/jira/browse/IVY-494
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.4.1
>         Environment: IvyDE 1.2.0
>            Reporter: Jan Koops
>            Assignee: Maarten Coene
>             Fix For: 2.0.0-alpha-2
>
>
> When trying to get hibernate3 from jboss-repo:
> {{jboss-org: tried http://repository.jboss.com/maven2/asm/asm/[1.5.3, 3.0-beta]/asm-[1.5.3, 3.0-beta].pom}}
> The dependencies in the pom are declared like:
> <dependencies>
>      <dependency>
>         <groupId>hibernate</groupId>
>         <artifactId>hibernate3</artifactId>
>         <version>[3.1.1, 3.1.2]</version>
>     </dependency>
> </dependencies>

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


[jira] Assigned: (IVY-494) Ivy does not handle multiple version dependencies in maven2 poms correctly

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

Maarten Coene reassigned IVY-494:
---------------------------------

    Assignee: Maarten Coene

> Ivy does not handle multiple version dependencies in maven2 poms correctly
> --------------------------------------------------------------------------
>
>                 Key: IVY-494
>                 URL: https://issues.apache.org/jira/browse/IVY-494
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.4.1
>         Environment: IvyDE 1.2.0
>            Reporter: Jan Koops
>            Assignee: Maarten Coene
>
> When trying to get hibernate3 from jboss-repo:
> {{jboss-org: tried http://repository.jboss.com/maven2/asm/asm/[1.5.3, 3.0-beta]/asm-[1.5.3, 3.0-beta].pom}}
> The dependencies in the pom are declared like:
> <dependencies>
>      <dependency>
>         <groupId>hibernate</groupId>
>         <artifactId>hibernate3</artifactId>
>         <version>[3.1.1, 3.1.2]</version>
>     </dependency>
> </dependencies>

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