Re: Trouble building application with space in path

2007-08-22 Thread L . Charbonneau
The Oracle sqlj was being executed but I was looking for the IBM one. Thanks for the help, LPC Krzysztof Kucybała <[EMAIL PROTECTED]> 08/22/2007 03:18 Please respond to "Ant Users List" To Ant Users List cc Subject Re: Trouble building application with space in path

Re: Trouble building application with space in path

2007-08-22 Thread Krzysztof Kucybała
elong - identifiers, filenames, directories. Best regards, Krzysztof Rebhan, Gilbert wrote: Hi, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 21, 2007 8:01 PM To: user@ant.apache.org Subject: Trouble building application with space in path

RE: Trouble building application with space in path

2007-08-21 Thread Rebhan, Gilbert
Hi, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 21, 2007 8:01 PM To: user@ant.apache.org Subject: Trouble building application with space in path >I tried to build an application that has a space in the path and it fails. Did you

Re: Trouble building application with space in path

2007-08-21 Thread Ron Wheeler
There are still programs and libraries that do not handle legal filenames. Space is legal but they have not figured out how to parse a filename properly. You can avoid this by using the 8.3 equivalent name. cd to the C:\cc_dev\charbo12_core_CommonIntegration\Ebusiness\EBUS_Common directory an

Trouble building application with space in path

2007-08-21 Thread L . Charbonneau
I tried to build an application that has a space in the path and it fails. - 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 (RAD7). Here's the target that