Skip to content

Make java wrapping use response file

The new buildbot dashboards have long paths by default for the base of the build tree. Combining this with listing *.java on the command line resulted in exceeding the command line length limit. This merge request fixes this by writing out a response file with all the filenames and giving that to javac.

The import errors on CDash resulted from make -i ignoring this failure and continuing with the build.

Merge request reports