Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 37966 invoked from network); 23 Feb 2008 10:33:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Feb 2008 10:33:08 -0000 Received: (qmail 23878 invoked by uid 500); 23 Feb 2008 10:33:02 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 23859 invoked by uid 500); 23 Feb 2008 10:33:02 -0000 Mailing-List: contact ivy-user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@ant.apache.org Delivered-To: mailing list ivy-user@ant.apache.org Received: (qmail 23850 invoked by uid 99); 23 Feb 2008 10:33:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Feb 2008 02:33:02 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of xavier.hanin@gmail.com designates 209.85.198.189 as permitted sender) Received: from [209.85.198.189] (HELO rv-out-0910.google.com) (209.85.198.189) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Feb 2008 10:32:28 +0000 Received: by rv-out-0910.google.com with SMTP id k15so438692rvb.40 for ; Sat, 23 Feb 2008 02:32:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=BY6NzvZ4Jqt8BnLF9yN53stvyV7Iiu8KJMThdrpei84=; b=akMDZ+Wxg5pPjfcxZsv++mBaXGwtJfyTnZj9XO9N3xwGDHhXt06OVUPPz4BmbKOdGOUrJ7fDjufH1VmR8mm+N/aYdhAcB7x0BiMkrebt4x8uETMnWNHb7yuuOGnuwhiLYvLQA264MHDRTrkMORLSQx1dPgnoJu54mXtKV1qCtOw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=jSCB0VeBJBStKHoBgeRHCGnQXFfILOO+C21iasHckfKV72YOz5iGEKJDp5zwDn2YWL5wBi9QAvpYsXnDAHUWKtyAnWstDJzR17N47qMg7nwt4aNpWEEkKOPFd2OahcrIgvhbeSgCYvgH/gl/rMBIPvtGUMsIMKd5xTubvq9uN14= Received: by 10.140.139.3 with SMTP id m3mr164778rvd.38.1203762757258; Sat, 23 Feb 2008 02:32:37 -0800 (PST) Received: by 10.140.225.10 with HTTP; Sat, 23 Feb 2008 02:32:37 -0800 (PST) Message-ID: <635a05060802230232g53b6ed78x68d4de8fbb219438@mail.gmail.com> Date: Sat, 23 Feb 2008 11:32:37 +0100 From: "Xavier Hanin" To: ivy-user@ant.apache.org Subject: Re: modules get evicted when resolve is called the second time In-Reply-To: <1203689381.11445.29.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1934_27625911.1203762757261" References: <1203683136.11445.14.camel@localhost.localdomain> <1203689381.11445.29.camel@localhost.localdomain> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_1934_27625911.1203762757261 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Indeed, Ivy didn't help to find this out, could you please open an issue in JIRA to ask for the behavior in such case to be more consistent and easy to diagnose. Xavier On Fri, Feb 22, 2008 at 3:09 PM, Vasco Lemoine wrote: > Well I found out what is causing the problem but I think it is of > interest to share it. > > I introduced a extra attribute which I am using for building of > submodules. > > foo-ivy.xml: > > > > > > > > > > > > > bar-ivy.xml: > > > > > > > > > > > > > Because the submodule attribute was missing in the bar-ivy.xml > tag. The foobar dependency gets evicted. I'm not sure this is expected > behavior. If not it is probably a bug or at least the provided > information is not clear enough to troubleshoot. Of course the work > around is adding the extra attribute to the info tag: > > > > > > > > > > > > > Regards Vasco. > > > On Fri, 2008-02-22 at 13:25 +0100, Vasco Lemoine wrote: > > Hi, > > > > I'm experiencing strange behavior when resolving dependencies. The first > > time I the resolve task is executed, after a has been > > performed, everything is fine. When I execute the resolve task again > > modules are being evicted and the following error message( a lot) : > > > > [ivy:resolve] ivy internal error: no node found for etc. > > > > I hope based on the described symptoms you can give me some leads what > > to look for. > > > > Regards Vasco > > > > > > > > -- Xavier Hanin - Independent Java Consultant http://xhab.blogspot.com/ http://ant.apache.org/ivy/ http://www.xoocode.org/ ------=_Part_1934_27625911.1203762757261--