Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 27733 invoked from network); 10 Jul 2009 15:12:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Jul 2009 15:12:18 -0000 Received: (qmail 37367 invoked by uid 500); 10 Jul 2009 15:12:27 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 37346 invoked by uid 500); 10 Jul 2009 15:12:27 -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 37336 invoked by uid 99); 10 Jul 2009 15:12:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2009 15:12:27 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [195.248.191.95] (HELO mail.alkar.net) (195.248.191.95) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2009 15:12:16 +0000 Received: from [213.154.221.5] (HELO localhost) by mail.alkar.net (CommuniGate Pro SMTP 5.2.13) with ESMTP id 2016953658 for ivy-user@ant.apache.org; Fri, 10 Jul 2009 18:11:55 +0300 Date: Fri, 10 Jul 2009 18:11:53 +0300 From: Pavel Sharov X-Mailer: The Bat! (v2.00.6) Personal Reply-To: Pavel Sharov X-Priority: 3 (Normal) Message-ID: <139160998281.20090710181153@optima.com.ua> To: Gareth Western Subject: Re: Multi-module dependency configuration In-Reply-To: <34458dc50907100654h661e5756m8b341f70b3daafa7@mail.gmail.com> References: <34458dc50907100654h661e5756m8b341f70b3daafa7@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Gareth, > If i change the B dependency to conf="war->jar" then compilation > fails because the classpath is configured using the "compile" > configuration. Are you sure compilation fails in this case? If your compilation uses resolving against "compile" conf, then it should include dependencies declared in a parent conf, which is "war" in your case... -Pavel