Ylan,

Thanks for responding. After I remed out some of the path, it started working. So I 
started looking for spaces. Not finding any, I restored the entire path and found that 
Windows was telling me that I had too many entires in my PATH. Thus is was mixed up. I 
just removed some of them and it started working.

Dan


>>> [EMAIL PROTECTED] 03/08/02 02:03PM >>>

>
> 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]>


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
This electronic mail transmission contains information from Joy Global Inc.
which is confidential, and is intended only for the use of the proper addressee.
If you are not the intended recipient, please notify us immediately at the return
address on this transmission, or by telephone at (414) 671-4400, and delete this
message and any attachments from your system.  Unauthorized use, copying,
disclosing, distributing, or taking any action in reliance on the contents of this
transmission is strictly prohibited and may be unlawful.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++




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

Reply via email to