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 Faucherand (JIRA)" <ji...@apache.org> on 2007/03/06 10:10:24 UTC

[jira] Commented: (IVY-407) publication dates in latest-time conflict resolution are not used

    [ https://issues.apache.org/jira/browse/IVY-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478338 ] 

Gilles Faucherand commented on IVY-407:
---------------------------------------

Hi Xavier,

I wrote a test for my last examples :

> There are 5 modules A, B, C, D and E.
> 1) publish C-1.0.0, C-1.0.1and C-1.0.2
> 2) B needs C-1.0.0 : retrieve ok and publish B-1.0.0
> 3) A needs B-1.0.0 and C-1.0.2 (!!!CHANGED!!!) : retrieve ok and
> publish A-1.0.0
> 4) D needs C-1.0.1 : retrieve ok and publish D-1.0.0
> 5) E needs D-1.0.0 and A-1.0.0 (D before A in ivy file, important
> again!) retrieve failed to get C-1.0.2 from A
> (get apparently C-1.0.1 from D)

File attached to the issue
- a tgz of my repository (to untar in test/repositories)
- LatestConflictManagerTest.java
- conf and ivy xml files 


> publication dates in latest-time conflict resolution are not used
> -----------------------------------------------------------------
>
>                 Key: IVY-407
>                 URL: https://issues.apache.org/jira/browse/IVY-407
>             Project: Ivy
>          Issue Type: Bug
>    Affects Versions: 1.4.1, 1.5
>         Environment: - Linux Fedora Core 6 
> - java version "1.5.0_10"  
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03) 
> Java HotSpot(TM) Client VM (build 1.5.0_10-b03, mixed mode, sharing)
> - FileSystem repository
>            Reporter: Gilles Faucherand
>         Assigned To: Xavier Hanin
>             Fix For: 1.5
>
>         Attachments: ivy-latest-time-transitivity.xml, ivyconf-latest-time-transitivity.xml, ivyconf-latest-time-transitivity.xml, LatestConflictManagerTest.java, myrepos.tgz
>
>
> I have some problems with eviction strategy, conflict resolution do not retrieve
> the last in time artifact published whereas the publication date are correct in the ivy
> file of the repository.
> Reproduce the bug:
> Set a defaultConflictManager="latest-time" in the ivyconf file
> There are 3 modules A, B and C.
> 1) publish C-1.0.0 and later C-1.0.1
> 2) B needs  C-1.0.0 :  retrieve (ok) and publish B-1.0.0
> 3) A needs B-1.0.0 and C-1.0.1 :  (order is important: B before C in A module ivy file...) 
> then retrieve,  we get C-1.0.0 whereas it should be C-1.0.1 (latest in time)
> I do not set publication date in the module ivy file (boring to change all the time) or in 
> the call of the publish task (attribute pubdate), Should I ?
> Anyway the publication dates have been set (by publish task ?) in the ivy files of the repository and they
> are different ... and not used ?

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