Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 78406 invoked from network); 2 Nov 2009 23:57:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Nov 2009 23:57:23 -0000 Received: (qmail 77708 invoked by uid 500); 2 Nov 2009 23:57:23 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 77676 invoked by uid 500); 2 Nov 2009 23:57:23 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 77493 invoked by uid 99); 2 Nov 2009 23:57:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Nov 2009 23:57:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Nov 2009 23:57:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 80942234C495 for ; Mon, 2 Nov 2009 15:56:59 -0800 (PST) Message-ID: <369510659.1257206219525.JavaMail.jira@brutus> Date: Mon, 2 Nov 2009 23:56:59 +0000 (UTC) From: "Maarten Coene (JIRA)" To: notifications@ant.apache.org Subject: [jira] Commented: (IVY-956) Latest Compatible Conflict Manager + Extra Attributes in Dependencies' IVY files == inifinite loop In-Reply-To: <1748637062.1224769724891.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IVY-956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12772766#action_12772766 ] Maarten Coene commented on IVY-956: ----------------------------------- It is possible that this issue has been fixed by a change made for IVY-1115. Could you give it a try? Maarten > Latest Compatible Conflict Manager + Extra Attributes in Dependencies' IVY files == inifinite loop > -------------------------------------------------------------------------------------------------- > > Key: IVY-956 > URL: https://issues.apache.org/jira/browse/IVY-956 > Project: Ivy > Issue Type: Bug > Affects Versions: 2.0-RC1 > Environment: Windows XP > Java 6 > Reporter: Scott Hebert > Attachments: extra-att-multipledependencies.zip > > > When using the Latest Compatible Conflict Manager with the resolution of modules/revisions that contain extra attributes, you get into an infinite loop. > The dependencies on my repository contains this in their element: > {code:xml} > > {code} > If the ivy.xml that I would like to resolve contains this: > {code:xml} > > > > > > > {code} > then the ResolveEngine gets into an infinite loop with this being displayed over and over again: > {noformat} > [ivy:resolve] found CAE-VSK#VSK-FC#MAIN;0.54.1.0 in attribs > [ivy:resolve] [0.54.1.0] CAE-VSK#VSK-FC#MAIN;[0.50.0.0,0.55.0.0] > [ivy:resolve] BLACKLISTING [CAE-VSK#VSK-FC#MAIN;0.54.1.0 blacklisted to evict CAE-VSK#VSK-FC#MAIN;0.54.1.0 in favor of CAE-VSK#VSK-FC#MAIN;0.53.0.1 in CAE#TESTA#MAIN;working@pc6346 for BuildTimeDependencies] > {noformat} > I'm going to attach 2 tests -- one that operates on a repository that contains revs with NO attribs and one that operates on a repository that contains revs WITH attribs. > Thanks, > Scott -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.