RE: Ant Property Names

2006-02-08 Thread Paul Duncan
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

Re: Ant Property Names

2006-02-07 Thread Stefan Bodewig
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