Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 10635 invoked from network); 1 Sep 2008 21:23:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Sep 2008 21:23:35 -0000 Received: (qmail 45283 invoked by uid 500); 1 Sep 2008 21:23:33 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 45238 invoked by uid 500); 1 Sep 2008 21:23:33 -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 45229 invoked by uid 99); 1 Sep 2008 21:23:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Sep 2008 14:23:33 -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; Mon, 01 Sep 2008 21:22:43 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 69C43234C1C8 for ; Mon, 1 Sep 2008 14:22:44 -0700 (PDT) Message-ID: <1841153431.1220304164432.JavaMail.jira@brutus> Date: Mon, 1 Sep 2008 14:22:44 -0700 (PDT) From: "Maarten Coene (JIRA)" To: notifications@ant.apache.org Subject: [jira] Updated: (IVY-675) Wrong graph of nodes is logged when circular dependency is detected In-Reply-To: <32753102.1197909283446.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-675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maarten Coene updated IVY-675: ------------------------------ Fix Version/s: (was: 2.0-RC1) > Wrong graph of nodes is logged when circular dependency is detected > ------------------------------------------------------------------- > > Key: IVY-675 > URL: https://issues.apache.org/jira/browse/IVY-675 > Project: Ivy > Issue Type: Bug > Components: Core > Affects Versions: 2.0.0-beta-1 > Reporter: Maarten Coene > > I have a circular dependency. The nodes causing the loop are logged. However, the information logged is incorrect. > For instance: > {code} > [ivy:resolve] :: problems summary :: > [ivy:resolve] :::: ERRORS > [ivy:resolve] LCMT#commons;2.8.4->LCMB#sparadmwebservice;1.0.3->LCMT#parameter > manager;3.2.1->... > [ivy:resolve] > [ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS > BUILD FAILED > C:\working\repository\commons\lcm\ant_build\targets\common-targets-1.0.0.xml:390 > : impossible to resolve dependencies: > org.apache.ivy.plugins.circular.CircularDependencyException: LCMT#common > s;2.8.4->LCMB#sparadmwebservice;1.0.3->LCMT#parametermanager;3.2.1->... > {code} > Howver, my commons-2.8.4 module doesn't has a dependency on sparadmwebservice: > {code} > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.