AW: How to use white spaces in a build script

2006-07-31 Thread Andreas Holtmann
n, Gilbert [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 28. Juli 2006 08:15 An: Ant Users List Betreff: RE: How to use white spaces in a build script Sometimes it helps when writing = "'C:/my path with spaces/foobar'" means " ' ' " Regards, Gilbert

How to use white spaces in a build script

2006-07-27 Thread Andreas Holtmann
Hi, I have an ANT task which makes use of a DLL that should be copied from a location that contains white spaces in it's path. I did not manage ANT to get rid of the white spaces e.g "C:\Program Files\...". Is there an easy solution? ANT breaks up after the first space. Thanks for your hel