You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Nico Seessle <ni...@seessle.de> on 2000/09/15 08:57:11 UTC

[PATCH] Javac.java

Just a little error fixed. On Windows Javac checks for a "long" commandline
and if it encounters one it writes the Sourcefiles to a tempfile and then
passes @tempfile to the compiler instead of the filenames. (This is how it
should have been). Due to an error in the loop-initialization Javac wrote
also all other "args" to the tempfile, including the command itself. With
the patch it will only write the source-file names to the tempfile.

Can someone please verify this?

Thanks

Nico

Re: [PATCH] Javac.java

Posted by Michael McCallum <mi...@spinsoftware.co.nz>.
> Just a little error fixed. On Windows Javac checks for a "long" commandline
> and if it encounters one it writes the Sourcefiles to a tempfile and then
> passes @tempfile to the compiler instead of the filenames. (This is how it
> should have been). Due to an error in the loop-initialization Javac wrote
> also all other "args" to the tempfile, including the command itself. With
> the patch it will only write the source-file names to the tempfile.
> 
> Can someone please verify this?
yes. Found this as well. 

--- BEGIN GEEK CODE BLOCK ---
Version 3.12
GCS d+(-) s:- a-- C++(+++)$ UL++++(H)(S)$ P+++$ L+++$>++++
E--- W++ N++ o++ K? !w() O? !M V? PS+ PE+++ Y+ t+ 5++ X++ 
R(+) !tv b++(++++) D++ G>++ e++> h--()(*) r+ y+()
--- END GEEK CODE BLOCK ---