On 3/6/07, Gilles Faucherand <[EMAIL PROTECTED]> wrote:
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) I attached to the mail - a tgz of my repository (to untar in test/repositories) - LatestConflictManagerTest.java - conf and ivy xml files
Ok, thanks, I'll work on a fix soon. Just one thing, could you please attach those files to the JIRA issue (if JIRA works properly). It helps to track them and also for legal things (in JIRA you can explictly state you agree to make them a contribution under the ASF license). Thanks, - Xavier Gilles