Running java-1.5-fixer gives: # /usr/bin/java-1.5-fixer * Generating a list of jars which ant uses ... [ ok ] * Checking for > 1.4 bytecode in ant jars ... /usr/bin/java-1.5-fixer: line 112: QFILE: command not found /usr/bin/java-1.5-fixer: line 112: QFILE: command not found /usr/bin/java-1.5-fixer: line 112: QFILE: command not found /usr/bin/java-1.5-fixer: line 112: QFILE: command not found etc. Replacing line 112 with: package=`${QFILE} -C -q -v ${jar}` seems to work.
Fixed. This was a bug before, and somehow managed to re-appear. Also fixed the java-check-environment.orig being installed.