Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 42483 invoked from network); 5 Nov 2010 01:50:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Nov 2010 01:50:39 -0000 Received: (qmail 12650 invoked by uid 500); 5 Nov 2010 01:51:11 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 12569 invoked by uid 500); 5 Nov 2010 01:51:10 -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 12562 invoked by uid 99); 5 Nov 2010 01:51:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Nov 2010 01:51:10 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Nov 2010 01:51:08 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA51ojU0027288 for ; Fri, 5 Nov 2010 01:50:46 GMT Message-ID: <19959032.21551288921845866.JavaMail.jira@thor> Date: Thu, 4 Nov 2010 21:50:45 -0400 (EDT) From: "Payam Hekmat (JIRA)" To: notifications@ant.apache.org Subject: [jira] Commented: (IVY-1233) Infinite loop in latest-compatible conflict manager In-Reply-To: <21884247.420731285595013050.JavaMail.jira@thor> 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-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928449#action_12928449 ] Payam Hekmat commented on IVY-1233: ----------------------------------- Not sure what to tell you...it worked fine on the checkout I made last night: {noformat} \workspace\ivy>patch -p0 < ivy-1233.patch (Stripping trailing CRs from patch.) patching file src/java/org/apache/ivy/plugins/conflict/LatestCompatibleConflictManager.java {noformat} {noformat} \workspace\ivy>svn info Path: . URL: https://svn.apache.org/repos/asf/ant/ivy/core/trunk Repository Root: https://svn.apache.org/repos/asf Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68 Revision: 1030793 Node Kind: directory Schedule: normal Last Changed Author: hibou Last Changed Rev: 1030584 Last Changed Date: 2010-11-03 13:12:20 -0500 (Wed, 03 Nov 2010) {noformat} > Infinite loop in latest-compatible conflict manager > --------------------------------------------------- > > Key: IVY-1233 > URL: https://issues.apache.org/jira/browse/IVY-1233 > Project: Ivy > Issue Type: Bug > Components: Core > Affects Versions: 2.2.0-RC1 > Reporter: Archie Cobbs > Attachments: ivy-1233-test.patch, ivy-1233.patch, ivybug.zip > > > Attempting to resolve org="com.gargoylesoftware" name="htmlunit" rev="2.7" from the Ivy RoundUp repository with the latest-compatible conflict manager configured leads to an infinite loop: > {noformat} > $ ant > Buildfile: build.xml > clean: > bug: > [ivy:resolve] :: Ivy 2.2.0-rc1 - 20100629224905 :: http://ant.apache.org/ivy/ :: > [ivy:resolve] :: loading settings :: file = /Users/archie/IVYBUG/settings.xml > [ivy:resolve] BLACKLISTING [org.apache.xerces#xerces;2.7+ blacklisted to evict org.apache.xerces#xerces;2.7+ in favor of org.apache.xerces#xerces;2.9.1 in com.gargoylesoftware#htmlunit;2.7 for default] > [ivy:resolve] BLACKLISTING [org.apache.xerces#xerces;2.7+ blacklisted to evict org.apache.xerces#xerces;2.7+ in favor of org.apache.xerces#xerces;2.9.1 in com.gargoylesoftware#htmlunit;2.7 for default] > [ivy:resolve] BLACKLISTING [org.apache.xerces#xerces;2.7+ blacklisted to evict org.apache.xerces#xerces;2.7+ in favor of org.apache.xerces#xerces;2.9.1 in com.gargoylesoftware#htmlunit;2.7 for default] > [ivy:resolve] BLACKLISTING [org.apache.xerces#xerces;2.7+ blacklisted to evict org.apache.xerces#xerces;2.7+ in favor of org.apache.xerces#xerces;2.9.1 in com.gargoylesoftware#htmlunit;2.7 for default] > [ivy:resolve] BLACKLISTING [org.apache.xerces#xerces;2.7+ blacklisted to evict org.apache.xerces#xerces;2.7+ in favor of org.apache.xerces#xerces;2.9.1 in com.gargoylesoftware#htmlunit;2.7 for default] > [ivy:resolve] BLACKLISTING [org.apache.xerces#xerces;2.7+ blacklisted to evict org.apache.xerces#xerces;2.7+ in favor of org.apache.xerces#xerces;2.9.1 in com.gargoylesoftware#htmlunit;2.7 for default] > [ivy:resolve] BLACKLISTING [org.apache.xerces#xerces;2.7+ blacklisted to evict org.apache.xerces#xerces;2.7+ in favor of org.apache.xerces#xerces;2.9.1 in com.gargoylesoftware#htmlunit;2.7 for default] > ... > {noformat} > See attached test case. To run it, unpack ZIP file, cd into IVYBUG, copy {{ant-2.2.0-rc1.jar}} in the current directory and then run "ant". -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.