Return-Path: Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Delivered-To: mailing list dev@ant.apache.org Received: (qmail 78579 invoked from network); 3 Jun 2003 22:01:22 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 3 Jun 2003 22:01:22 -0000 Received: (qmail 14128 invoked by uid 50); 3 Jun 2003 22:03:40 -0000 Date: 3 Jun 2003 22:03:40 -0000 Message-ID: <20030603220340.14127.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@ant.apache.org Cc: Subject: DO NOT REPLY [Bug 17683] - javac task fails if path for java file contains space and if using external compiler X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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 levylambert@tiscali-dsl.de 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.