Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 2515 invoked from network); 15 Nov 2006 12:29:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Nov 2006 12:29:27 -0000 Received: (qmail 61542 invoked by uid 500); 15 Nov 2006 12:29:37 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 61492 invoked by uid 500); 15 Nov 2006 12:29:37 -0000 Mailing-List: contact ivy-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@incubator.apache.org Delivered-To: mailing list ivy-user@incubator.apache.org Received: (qmail 61482 invoked by uid 99); 15 Nov 2006 12:29:37 -0000 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 (hermes.apache.org: domain of xavier.hanin@gmail.com designates 66.249.92.175 as permitted sender) Received: from [66.249.92.175] (HELO ug-out-1314.google.com) (66.249.92.175) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Nov 2006 04:29:35 -0800 Received: by ug-out-1314.google.com with SMTP id y2so136025uge for ; Wed, 15 Nov 2006 04:27:41 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ff8mbCD+wDvTyK8/6mmWjJnPHyutMuE4HaR7n1HPrqPUrLmvLD3EKWsS8kksKKbsjHm0dyUOUx3B63D1CIQ581YiT4Vj+ZSar5XXgGXgzqJah0C7GXM00CzdGNH8csUN0b3J4676gjwxHwQ6kxD+vii2viNTGJQ+tmIifyxXUfQ= Received: by 10.82.127.15 with SMTP id z15mr137895buc.1163593660269; Wed, 15 Nov 2006 04:27:40 -0800 (PST) Received: by 10.82.125.13 with HTTP; Wed, 15 Nov 2006 04:27:40 -0800 (PST) Message-ID: <635a05060611150427k46344535t6d0cb299d76741f9@mail.gmail.com> Date: Wed, 15 Nov 2006 13:27:40 +0100 From: "Xavier Hanin" To: ivy-user@incubator.apache.org Subject: Re: overriding included configurations In-Reply-To: <455AFAD5.6030509@apache.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_11637_13511757.1163593660201" References: <455AFAD5.6030509@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_11637_13511757.1163593660201 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 11/15/06, Steve Loughran wrote: > > Imagine I have some configurations > > > > description="artifacts needed to compile the application"/> > description="the classpath needed to run unittests"/> > description="the classpath needed to run systemtests"/> > description="the classpath needed to run tests"/> > > > > > Then I include them > > > > > > > Can I override an included configuration, giving it different extensions? > > > This is not intended to work, but I think it does :) Give it a try, but since configurations are stored in a Map by name and no verification is done, the new definition should replace the old one. Xavier -Steve > ------=_Part_11637_13511757.1163593660201--