Stefan
Thanks for the reply; that answers my question perfectly.
Paul
-Original Message-
From: Stefan Bodewig [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 08, 2006 4:54 AM
To: user@ant.apache.org
Subject: Re: Ant Property Names
On Tue, 7 Feb 2006, Paul Duncan <[EMAIL PROTEC
On Tue, 7 Feb 2006, Paul Duncan <[EMAIL PROTECTED]> 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 se
Hello,
How long can an Ant Property name be? What characters am I allowed to
put in an Ant property name? I am setting Ant properties with names set
according to the values of macrodef attributes and want to ensure that I
will not potentially attempt to set an invalid name. I am using Ant
1.6.