Hi

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 ? 

Thanks, 




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

Reply via email to