Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 78884 invoked from network); 15 Aug 2008 17:44:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Aug 2008 17:44:26 -0000 Received: (qmail 54883 invoked by uid 500); 15 Aug 2008 17:44:24 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 54864 invoked by uid 500); 15 Aug 2008 17:44:24 -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 54853 invoked by uid 99); 15 Aug 2008 17:44:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Aug 2008 10:44:24 -0700 X-ASF-Spam-Status: No, hits=-0.3 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of jimmy@indeed.com does not designate 66.111.4.25 as permitted sender) Received: from [66.111.4.25] (HELO out1.smtp.messagingengine.com) (66.111.4.25) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Aug 2008 17:43:27 +0000 Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 6CACD1587E1 for ; Fri, 15 Aug 2008 13:43:55 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Fri, 15 Aug 2008 13:43:55 -0400 X-Sasl-enc: 32Vp3gcwNt1wI68mWHZNhmuVwYckR6FISr3Bv5eyPVOA 1218822235 Received: from JIMMY.indeed.com (adsl-99-11-84-14.dsl.austtx.sbcglobal.net [99.11.84.14]) by www.fastmail.fm (Postfix) with ESMTPSA id 0D6AA323DA for ; Fri, 15 Aug 2008 13:43:54 -0400 (EDT) Date: Fri, 15 Aug 2008 12:43:48 -0500 (Central Daylight Time) From: Jimmy Wan To: Ivy User Subject: Ivy bug with evicted modules Message-ID: User-Agent: Alpine 1.10 (WNT 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org I'm seeing the following problem: We have the following general configuration structure: module 'myproject' has a dependency on module 'manyrevisionsparent' module 'manyrevisionsparent 1.0' has a dependency on 'manyrevisionschild 1.0' module 'manyrevisionsparent 1.1' has a dependency on 'manyrevisionschild 1.1' module 'manyrevisionschild 1.0' has a dependency on 'testdependency' module 'manyrevisionschild 1.1' has a 'test->default' dependency on 'testdependency' When I build 'myproject', the 'master' and 'webapp' configurations end up with a dependency on 'testdependency'. I understand that this might not be that easy to follow. Is there a recommended way to contribute a test case? I looked for an existing issue but didn't see one that matched this exact case.