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=17683>. 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=17683 javac task fails if path for java file contains space and if using external compiler ------- Additional Comments From [EMAIL PROTECTED] 2003-06-03 22:03 ------- Anne, I believe I have solved this bug together with the bug 10499. However, I did not put this if ( i==0) { out.println(args[i]); } in CVS, because I did not know why you had put this line. Maybe the command line arguments used to be in args[0], so you did not want to see them quoted. My understanding is that in ant1.6alpha, only filenames are in this array, so my fix will be fine. Let me know if I am wrong.