ok, maybe i didn't say clearly.
again, i set the ANT_HOME and JAVA_HOME env, and added %ANT_HOME%\bin
to PATH.
then when i type "ant -version" in console, the message above comes
out, :(
what should i do to solve this problem ?
thufir - 29 Jan 2005 09:03 GMT
Some versions of windows will require additional tweaking. What is
your OS?
For me, in win2k, I renamed the directory which was unzipped to "ant"
and put it in C:\, then did the environmental variables as you have.
Additionally, in Path I've got the explicit value of ANT_HOME appended
because if Path is before ANT_HOME then Path can't know what the
ANT_HOME value can be.
what happens when you just type "ant" at the c-prompt?
here's my output:
Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.
C:\Documents and Settings\Administrator>ant -version
Apache Ant version 1.6.2 compiled on July 16 2004
C:\Documents and Settings\Administrator>
--
Thufir Hawat
KK.Frank@gmail.com - 30 Jan 2005 09:40 GMT
hi Hawat, thanks for your replying.
my OS is winxp sp1, i unzipped ant to D:\ant162, and set ANT_HOME
before Path.
sadly that i get the same output when only type 'ant'
=(