--- "Kervin, Stephen" <[EMAIL PROTECTED]> wrote:
> I am calling ant on unix from a build machine thru an ant telnet task
> like follows:
> 
> ant -Dbuildfolder="/u30/app/JDEdwards/tagbuilds/${buildfolder}"
> 
> The ${buildfolder} resolves to a folder which has spaces in it, so I
> need to double quote it, but unfortunatly the double quote is used by
> the -D property parameter. 
> 
> Is there and escape character which will allow me to double quote it ? 

Backslash.

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to