Re: whitespace for javac task

2004-01-05 Thread Peter Reilly
It is more (much more) likely to be a bug with java - exec for windows. It has problems with quoting/not quoting for windows crazy CreateProcess cmd parameter. This raises differences between unix and windows view of paramaters in java.lang.Runtime#exec(). Removal of the fork attribute should work

Re: whitespace for javac task

2004-01-05 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: I have a white space character in my source directory name. ... ... ... [javac] Compiling 1695 source files to C:\x\build\classes [javac] javac: invalid flag: C:\x\Java [javac] Usage: javac Definitely a bug in Ant, the arguments to a fork

RE: whitespace for javac task

2004-01-04 Thread JHead
respond to "Ant Users List" To: "Ant Users List" <[EMAIL PROTECTED]> cc: Subject:RE: whitespace for javac task Try using the following property for source directory: I guess that would pass "Java Source" (with the double

RE: whitespace for javac task

2004-01-04 Thread Al Caponi
PROTECTED] Subject: whitespace for javac task Hi Guys, I have a white space character in my source directory name. This is causing problems for my javac task. Here is the relevant build file snippet: compile required java so