slobokot opened a new pull request #105: Fix regression introduced by commit "Use commandline argument file fo… URL: https://github.com/apache/ant/pull/105 Following change https://github.com/apache/ant/pull/98 caused regression in a case when compiler arg is argfile, for example ``` <javac fork="true"> <compilerarg value="@path-to-args-file"/> </javac> ``` This change moves '@argfiles' options to the beginning of commandLine arguments, same as -J options, so that all other options are written to file. Tested on windows with 5000 characters long command line for javac. Related bug reports: https://bugs.archlinux.org/task/64055 https://bugs.openjdk.java.net/browse/JDK-8231316
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org