You could (as a workaround, until you can find out why your version is
broken), just do the command-line defines as separate properties, then
combine them in your build-file -- eg:
$ ant -Dm=August -Dd=24 -Dy=2001
and in your build-file you'd have:
<property name="last_date" value="${m} ${d}, ${y}"/>
Diane
--- James Bullington <[EMAIL PROTECTED]> wrote:
> I am looking for any way to add a string with spaces
> to a property. The only solution that I can think of
> at this moment is to write an ant task that does some
> wierd conversion. This, obviously, is not what I want
> to tell my client.
>
> To refresh... Ant 1.3 (March 2, 2001) will allow
> spaces if you quote them.
> ex. -Dlastdate="August 24, 2001"
>
> Ant 1.3 (May 11, 2001) which happens to be included
> with Weblogic 6.1 will not work (with or without
> quotes).
>
> Has anyone been able to input spaces, somehow???
>
> --Jim
>
>
> =====
> Support anti-Spam legislation.
> Join the fight http://www.cauce.org/
>
> __________________________________________________
> Do You Yahoo!?
> Make international calls for as low as $.04/minute with Yahoo! Messenger
> http://phonecard.yahoo.com/
=====
([EMAIL PROTECTED])
__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/