Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 92339 invoked from network); 24 Sep 2003 16:17:40 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 24 Sep 2003 16:17:40 -0000 Received: (qmail 79736 invoked by uid 500); 24 Sep 2003 16:17:24 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 79573 invoked by uid 500); 24 Sep 2003 16:17:23 -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 79542 invoked from network); 24 Sep 2003 16:17:23 -0000 Received: from unknown (HELO 137100.vserver.de) (62.75.137.100) by daedalus.apache.org with SMTP; 24 Sep 2003 16:17:23 -0000 Received: from D2CFT80J (localhost.localdomain [127.0.0.1]) (authenticated) by 137100.vserver.de (8.11.6/8.11.6) with ESMTP id h8OGHNd18700 for ; Wed, 24 Sep 2003 18:17:23 +0200 From: =?iso-8859-1?Q?Antoine_L=E9vy-Lambert?= To: "Ant Users List" Subject: AW: Mail task override Date: Wed, 24 Sep 2003 18:16:33 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <7A57F750AF65D411949C00508BDFD8181F6F047E@USPLM202> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N the rules are : - properties defined on the command line with ant -D"propertyname=value" take precedence over everything, - inside a build file, if the same property is defined twice with the first definition wins hope this helps -----Urspr�ngliche Nachricht----- Von: Lopez, William [mailto:william.lopez@eds.com] Gesendet: Mittwoch, 24. September 2003 17:11 An: Ant Users List Betreff: Mail task override Hello: I have a maillogger.properties file that all my mail task use but I want to attach some files specific to one of the mail tasks...I believe Ant grants the capability to override these properties due to "scope" (an Ant property, in a build file, can over ride a properties file (external from build file) property)...am I correct about this?...would it be something similar to this: Thanks! -Will --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org