Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 84828 invoked from network); 24 Oct 2008 14:28:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Oct 2008 14:28:05 -0000 Received: (qmail 74789 invoked by uid 500); 24 Oct 2008 14:28:08 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 74744 invoked by uid 500); 24 Oct 2008 14:28:08 -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 74708 invoked by uid 99); 24 Oct 2008 14:28:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Oct 2008 07:28:08 -0700 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; Fri, 24 Oct 2008 14:27:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4014B234C22D for ; Fri, 24 Oct 2008 07:27:44 -0700 (PDT) Message-ID: <1270088926.1224858464248.JavaMail.jira@brutus> Date: Fri, 24 Oct 2008 07:27:44 -0700 (PDT) From: "Scott Hebert (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-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=12642469#action_12642469 ] Scott Hebert commented on IVY-956: ---------------------------------- I also testing the above swap in SVN trunk and it still hangs.... Scott > 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.