Menu

#2 Small error in anteater.bat

open
nobody
None
5
2002-08-29
2002-08-29
Anonymous
No

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

Discussion


Log in to post a comment.