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

RE: How to use white spaces in a build script

2006-07-27 Thread Rebhan, Gilbert
Sometimes it helps when writing = "'C:/my path with spaces/foobar'" means " ' ' " Regards, Gilbert -Original Message- From: Andreas Holtmann [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 3:44 PM To: Ant Users List Subject: H

Re: How to use white spaces in a build script

2006-07-27 Thread Andrew Goktepe
hem, ANT refuses compilation. Best, Andreas -Ursprüngliche Nachricht- Von: Andrew Goktepe [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 27. Juli 2006 16:13 An: Ant Users List Betreff: Re: How to use white spaces in a build script Where is the path being set (property tag, command lin

Re: How to use white spaces in a build script

2006-07-27 Thread Andrew Goktepe
Where is the path being set (property tag, command line, property file, etc)? Can you post the relevant parts of your script, and the error that you get? -Andrew On 7/27/06, Andreas Holtmann <[EMAIL PROTECTED]> wrote: Hi, I have an ANT task which makes use of a DLL that should be copied fr

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