----- Original Message -----
From: "Nico Seessle" <nico@seessle.de>
To: <ant-dev@jakarta.apache.org>
Sent: Tuesday, September 19, 2000 1:04 AM
Subject: [PATCH] Another try on Javac
> It now checks the length of all the arguments that would be passed to the
> compiler and writes them to or temp-file if the length is above 32000 of
JDK
> < 1.3 and length is above 4000. The 4000 is used here because you are much
> more limited in the command line length if you execute the command thru
> cmd.exe (which ant does for jdk < 1.3).
>
I should go to bed now... it doesn't use cmd.exe generally, the sentence
should read "... if you execute the command thru
cmd.exe (which ant does for jdk < 1.3 if the project.baseDir !=
${user.dir}).
Nico
|