----- Original Message ----- 
From: "William Lee" <[EMAIL PROTECTED]>
To: "Ant User" <[EMAIL PROTECTED]>
Sent: Tuesday, January 16, 2001 5:16 AM
Subject: Passing in -D argument with space to the ant.bat script


> The "ant.bat" script that comes with Ant 1.2 doesn't seem to support -D
> options with space in it.  For example, I can do:
> 
> c:\> ant -DPROP="dir with space"
> 
> I'll get:
> 
> with was unexpected at this time.
> 
Can you try out 

c:\> ant "-DPROP=dir with space"?

Looks funny, but may work better...

Nico


Reply via email to