Hello,
--- Sam Huang <[EMAIL PROTECTED]> wrote:
> Hello,
> As a beginner of Ant, I use the command
> set ant_home=D:\apache-ant-1.6.2\bin
> to setup my ant, but resulted a message as title.
> How to correct it? Thanks!
Well, it is not correct. ANT_HOME (with capital
letters) is the place where ant is installed, in your
case it should be
set ANT_HOME=D:\apache-ant-1.6.2.

Next you should set your PATH to contain ant launching
scripts:
set PATH=%PATH%;%ANT_HOME%/bin

Now if the command
ant -version
gives you the version of the Ant you are using, you
have installed it correctly.

HTH
Ivan

> 
> Regards, 
> Sam Hwang
>  


                
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 

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

Reply via email to