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 try "'..

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

Re: Testing a file if it is binary or not.

2007-08-21 Thread Robert Clark
On Monday August 20, 2007, "David Weintraub" <[EMAIL PROTECTED]> wrote: > I would use a Perl script to read the first 8000 or so bytes of a > file and look for characters outside of what you'd expect to be > ASCII range. Using Perl, the -T (for text) and -B (for binary) flags do pretty much exac

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

RE: Testing a file if it is binary or not.

2007-08-21 Thread Rebhan, Gilbert
Hi, -Original Message- From: Ditrick, Gregory [mailto:[EMAIL PROTECTED] Sent: Monday, August 20, 2007 9:01 PM To: Ant Users List Subject: Testing a file if it is binary or not. /* Does anyone have any ideas other than using the files extension as a guide and praying that you have them c