DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10499>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10499 Compiler task doesn't handle spaces in filenames correctly [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2003-06-03 21:19 ------- With the last nightly build of ant, with javac of jdk 1.3 or javac of jdk 1.4, compiling source code installed in paths with embedded spaces resulted in this type of error messages from the compiler : [javac] error: cannot read: C:dev estantdir spacentsrcmainorg pache oolszipAsiExtraField.java I have just submitted changes in DefaultCompilerAdapter and in JavacExternal which address the remarks of Joe Boon and Anne Kinsella. It should be in the next nightly build of ant. Cheers Antoine