
Do the compile with the specified arguments.
Returns:
the exit code of the compilation
Parameters:
-
args - - arguments to pass to process on command line
-
firstFileName - - index of the first source file in args,
if the index is negative, no temporary file will ever be
created, but this may hit the command line length limit on your
system.
-
quoteFiles - - if set to true, filenames containing
spaces will be quoted when they appear in the external file.
This is necessary when running JDK 1.4's javac and probably
others.
Since:
Ant 1.6