Re: Trouble building with space in path

2007-08-15 Thread David Weintraub
Try this: Instead of this: The """ will be translated into quotation marks, and thus keep the entire argument together. On 8/15/07, Gilbert Rebhan <[EMAIL PROTECTED]> wrote: > Hi, > > [EMAIL PROTECTED] wrote: > > I'm having trouble build a project that has a space in its path. > > without lo

Re: Trouble building with space in path

2007-08-15 Thread Dominique Devienne
On 8/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'm having trouble build a project that has a space in its path. You may be able to work around the problem by combining the 'dir' and 'relative' attributes of , since it appears the relative path starting at ${sqlj.dir} is space-free. Th

Re: Trouble building with space in path

2007-08-15 Thread Gilbert Rebhan
Hi, [EMAIL PROTECTED] wrote: I'm having trouble build a project that has a space in its path. without looking for the details = try the good old "'your/dir with spaces/in it'" pattern. Regards, Gilbert - To unsubscribe, e-

Trouble building with space in path

2007-08-15 Thread L . Charbonneau
Good day, I'm having trouble build a project that has a space in its path. - I tried with ant 1.6.5 and 1.7.0. - Other users of this build script have a path with spaces and are not having any problems. - I'm getting this from both the command line and from the IDE. Here's the target that give m