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 "Gilles Scokart (JIRA)" <ji...@apache.org> on 2007/06/12 10:53:25 UTC

[jira] Created: (IVY-526) Not all evicted modules are listed in the report

Not all evicted modules are listed in the report
------------------------------------------------

                 Key: IVY-526
                 URL: https://issues.apache.org/jira/browse/IVY-526
             Project: Ivy
          Issue Type: Bug
    Affects Versions: 2.0.0-alpha-1
            Reporter: Gilles Scokart


When building ivy from the trunk we should have the commons-httpclient 2.0 evicted by the version 3.0.  Indeed, ivy depends on the version 3.0, but commons-vfs depends on the 2.0.

The build correctly take the version 3.0, but there is no trace of 2.0 being evicted neither on the console, neither in the report.

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


[jira] Resolved: (IVY-526) Evicted modules report depends on the order of the dependencies

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

Maarten Coene resolved IVY-526.
-------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.0)
                   2.0.0-alpha-2

I've updated the IvyNode class which seems to fix this problem.
But I wasn't able to create a junit test to reproduce it.

> Evicted modules report depends on the order of the dependencies
> ---------------------------------------------------------------
>
>                 Key: IVY-526
>                 URL: https://issues.apache.org/jira/browse/IVY-526
>             Project: Ivy
>          Issue Type: Bug
>    Affects Versions: 2.0.0-alpha-1
>            Reporter: Gilles Scokart
>            Assignee: Maarten Coene
>             Fix For: 2.0.0-alpha-2
>
>
> When building ivy from the trunk we should have the commons-httpclient 2.0 evicted by the version 3.0.  Indeed, ivy depends on the version 3.0, but commons-vfs depends on the 2.0.
> The build correctly take the version 3.0, but there is no trace of 2.0 being evicted neither on the console, neither in the report.

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


[jira] Commented: (IVY-526) Not all evicted modules are listed in the report

Posted by "Gilles Scokart (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVY-526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503829 ] 

Gilles Scokart commented on IVY-526:
------------------------------------

That is related to the order under which the dependency are placed.

If you place the commons-http 3.0 dependency after commons-vfs, you have the trace in the console and in the report.

> Not all evicted modules are listed in the report
> ------------------------------------------------
>
>                 Key: IVY-526
>                 URL: https://issues.apache.org/jira/browse/IVY-526
>             Project: Ivy
>          Issue Type: Bug
>    Affects Versions: 2.0.0-alpha-1
>            Reporter: Gilles Scokart
>
> When building ivy from the trunk we should have the commons-httpclient 2.0 evicted by the version 3.0.  Indeed, ivy depends on the version 3.0, but commons-vfs depends on the 2.0.
> The build correctly take the version 3.0, but there is no trace of 2.0 being evicted neither on the console, neither in the report.

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


[jira] Updated: (IVY-526) Evicted modules report depends on the order of the dependencies

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

Gilles Scokart updated IVY-526:
-------------------------------

    Summary: Evicted modules report depends on the order of the dependencies  (was: Not all evicted modules are listed in the report)

> Evicted modules report depends on the order of the dependencies
> ---------------------------------------------------------------
>
>                 Key: IVY-526
>                 URL: https://issues.apache.org/jira/browse/IVY-526
>             Project: Ivy
>          Issue Type: Bug
>    Affects Versions: 2.0.0-alpha-1
>            Reporter: Gilles Scokart
>
> When building ivy from the trunk we should have the commons-httpclient 2.0 evicted by the version 3.0.  Indeed, ivy depends on the version 3.0, but commons-vfs depends on the 2.0.
> The build correctly take the version 3.0, but there is no trace of 2.0 being evicted neither on the console, neither in the report.

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


[jira] Updated: (IVY-526) Evicted modules report depends on the order of the dependencies

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

Gilles Scokart updated IVY-526:
-------------------------------

    Fix Version/s: 2.0

> Evicted modules report depends on the order of the dependencies
> ---------------------------------------------------------------
>
>                 Key: IVY-526
>                 URL: https://issues.apache.org/jira/browse/IVY-526
>             Project: Ivy
>          Issue Type: Bug
>    Affects Versions: 2.0.0-alpha-1
>            Reporter: Gilles Scokart
>             Fix For: 2.0
>
>
> When building ivy from the trunk we should have the commons-httpclient 2.0 evicted by the version 3.0.  Indeed, ivy depends on the version 3.0, but commons-vfs depends on the 2.0.
> The build correctly take the version 3.0, but there is no trace of 2.0 being evicted neither on the console, neither in the report.

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


[jira] Assigned: (IVY-526) Evicted modules report depends on the order of the dependencies

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

Maarten Coene reassigned IVY-526:
---------------------------------

    Assignee: Maarten Coene

> Evicted modules report depends on the order of the dependencies
> ---------------------------------------------------------------
>
>                 Key: IVY-526
>                 URL: https://issues.apache.org/jira/browse/IVY-526
>             Project: Ivy
>          Issue Type: Bug
>    Affects Versions: 2.0.0-alpha-1
>            Reporter: Gilles Scokart
>            Assignee: Maarten Coene
>             Fix For: 2.0.0-alpha-2
>
>
> When building ivy from the trunk we should have the commons-httpclient 2.0 evicted by the version 3.0.  Indeed, ivy depends on the version 3.0, but commons-vfs depends on the 2.0.
> The build correctly take the version 3.0, but there is no trace of 2.0 being evicted neither on the console, neither in the report.

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