> C:\>ant
> The system cannot find the path specified.

Ant.bat is being found otherwise you would see:

  C:\>ant
  'ant' is not recognized as an internal or external command,
  operable program or batch file.

Perhaps the problem is something that ant.bat is
calling. Try editing ant.bat and take out the @echo off.
Replace the first line with:
   REM @echo off
Run ant again and you'll see the sequence of commands that 
get executed.

Also, make sure you don't have a different ant executable 
(bat, exe, vbs, etc) earlier in your PATH.


Eric

Reply via email to