>>>>> 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
- Problems running Ant BKurley660
- Re: Problems running Ant Peter Donald
- RE: problems running ant Schaefer, Don
- RE: problems running ant Dineshram
- RE: problems running ant Bendfelt, Tim (MED, nVisia, GEMS-IT)
- RE: problems running ant Dineshram
- RE: problems running ant Vittoria, Felice
- RE: problems running ant Schaefer, Don
