A couple of lines are out of place in anteater.bat,
resulting in the _STANDARD_ARGS not being passed
to the java command line.The fix is to move the offending
lines after the checkJikes label as so:
:checkJikes
echo Anteater 0.9.9
set _STANDARD_ARGS="-Danteater.home=%
ANTEATER_HOME% -Danteater.report=%
ANTEATER_HOME%\resources\scripts\report.xml -
Danteater.resources=%ANTEATER_HOME%\resources"
if not "%JIKESPATH%" == "" goto runAntWithJikes