Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 18404 invoked from network); 8 Feb 2006 04:54:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Feb 2006 04:54:03 -0000 Received: (qmail 9062 invoked by uid 500); 8 Feb 2006 04:53:59 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 9012 invoked by uid 500); 8 Feb 2006 04:53:59 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 9000 invoked by uid 99); 8 Feb 2006 04:53:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2006 20:53:59 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [217.160.128.107] (HELO www.samaflost.de) (217.160.128.107) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2006 20:53:58 -0800 Received: by www.samaflost.de (Postfix, from userid 1000) id 4D1DE88A409; Wed, 8 Feb 2006 05:53:37 +0100 (CET) To: user@ant.apache.org Subject: Re: Ant Property Names X-Draft-From: ("nnfolder:mail.jakarta-ant-user" 52368) References: <467FC81FC2B2B44DAA0388A7FC50F3680FAB06@lnd-yol-mail-01.yolus.lan> From: Stefan Bodewig Date: Wed, 08 Feb 2006 05:53:37 +0100 In-Reply-To: <467FC81FC2B2B44DAA0388A7FC50F3680FAB06@lnd-yol-mail-01.yolus.lan> (Paul Duncan's message of "Tue, 7 Feb 2006 16:57:22 -0000") Message-ID: <87lkwmih7y.fsf@www.samaflost.de> User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Tue, 7 Feb 2006, Paul Duncan wrote: > How long can an Ant Property name be? No limit. > What characters am I allowed to put in an Ant property name? Any. But you won't be able to use a property whose name contains the character } from inside your build file. Also XML sets certain limits on the characters you can use inside the build file (characters < 32 except for the whitespace characters are illegal, for example). Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org