>>>>>
and my ant.bat file looks like this

@echo off
if exist "%HOME%\antrc_pre.bat" call "%HOME%\antrc_pre.bat"
if not "%OS%"=="Windows_NT" goto win9xStart
...
<<<

I had this problem and traced it to an improper JAVA_HOME value that NT
mysteriously changed. keep echo on ( i.e. REM @echo off) and it will be
easy to debug the actual parameters that ant is getting called with.

Tim

Reply via email to