>
> set ANT_HOME=C:\Ant
> set PATH=%PATH%;%ANT_HOME%\bin
Just a guess, but make sure that there are no spaces in your path at all.
Maybee your previous PATH variable is messing it up.
You can try commenting the previous PATH and instead using:

set ANT_HOME=C:\Ant
set PATH=%ANT_HOME%\bin

Then restart (sorry, no other way in WIN95), and see if ant works (nothing
else in your previous path will). If this is the case, then your previous
path declaration is somehow incorrect.

If this is not the case, try posting the resylts of your path to the list
and I'll take a look at it.

Good Luck.

Ylan Segal.



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to