Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 10798 invoked from network); 16 Aug 2004 13:00:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Aug 2004 13:00:10 -0000 Received: (qmail 45415 invoked by uid 500); 16 Aug 2004 12:59:58 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 45375 invoked by uid 500); 16 Aug 2004 12:59:57 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 45360 invoked by uid 99); 16 Aug 2004 12:59:57 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.27.1) with SMTP; Mon, 16 Aug 2004 05:59:53 -0700 Received: (qmail 18375 invoked by uid 0); 16 Aug 2004 12:59:48 -0000 Received: from 192.102.158.90 by www33.gmx.net with HTTP; Mon, 16 Aug 2004 14:59:48 +0200 (MEST) Date: Mon, 16 Aug 2004 14:59:48 +0200 (MEST) From: "Sebastian Ssmoller" To: user@ant.apache.org MIME-Version: 1.0 Subject: and X-Priority: 3 (Normal) X-Authenticated: #15005775 Message-ID: <481.1092661188@www33.gmx.net> X-Mailer: WWW-Mail 1.6 (Global Message Exchange) X-Flags: 0001 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N hi, and properties one more time :) in http://marc.theaimsgroup.com/?l=ant-user&m=109222437520584&w=2 i learned that is inherited when having call-chains of and . in http://marc.theaimsgroup.com/?l=ant-user&m=109230260004928&w=2 i learned that is another way to "pass down" properties. but now it seems that properties passed by are NOT inherited (?) In my project these properties are passed exactly one "level" into the newly created project. whats wrong ? btw: i had a short look at the code. in Ant.java i read: private void overrideProperties() throws BuildException { // remove duplicate properties - last property wins // Needed for backward compatibility Set set = new HashSet(); for (int i = properties.size() - 1; i >= 0; --i) { this behaviour (read the comment) is exactly the opposite of what is expected i guess because the general ant behaviour is : first property wins ... (just a thought). thx regards, seb -- NEU: WLAN-Router f�r 0,- EUR* - auch f�r DSL-Wechsler! GMX DSL = superg�nstig & kabellos http://www.gmx.net/de/go/dsl --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org