Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 68755 invoked by uid 500); 10 Sep 2001 09:09:27 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 68744 invoked from network); 10 Sep 2001 09:09:26 -0000 Message-ID: <001801c139d8$1eaf03f0$3feea218@john2> Reply-To: "JohnA" From: "JohnA" To: References: <169952BF6CCBF34CBC6CEB0B3570D17F33FDBB@ussdex01.corp.wingcast.com> Subject: properties Date: Mon, 10 Sep 2001 05:08:12 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I've searched the doc for information about properties in the doc but I can't seem to find a clear answer to: 1) what are the built-in properties, if any? in other words, if I don't define any are there still some values I can get to using ${}? I know that doesn't work because I tried it... 2) what are the scoping rules for properties? It seems that if a property is defined ... then it is visible to all targets. But if it is defined in a target, it is visible in that target and then to all subsequent targets. But I'm only guessing. what are the rules around overrides? e.g. if a property is defined in the and also defined in a target, what value is used in subsequent targets? John