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 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to