Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 29385 invoked from network); 25 Apr 2005 06:24:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Apr 2005 06:24:32 -0000 Received: (qmail 46616 invoked by uid 500); 25 Apr 2005 06:24:52 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 46088 invoked by uid 500); 25 Apr 2005 06:24:49 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 46067 invoked by uid 99); 25 Apr 2005 06:24:49 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from web52910.mail.yahoo.com (HELO web52910.mail.yahoo.com) (206.190.39.187) by apache.org (qpsmtpd/0.28) with SMTP; Sun, 24 Apr 2005 23:24:49 -0700 Received: (qmail 22461 invoked by uid 60001); 25 Apr 2005 06:24:19 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=CShWnpJeL0E8hBB9MgXlCsYjPU4uAppN+vdltYc5bC6szq8ke7iMVFbgvWhsd56yChZqVbswDfz9X9rfH8IdUk4apSaECaBaFwGjDkxNNPldHl5RROJpZHA+xmSPo46AM0m8cn4pPScYw+xjKo0TSh5Nz+chsF2HUfewxXaJa6g= ; Message-ID: <20050425062419.22459.qmail@web52910.mail.yahoo.com> Received: from [212.95.183.130] by web52910.mail.yahoo.com via HTTP; Sun, 24 Apr 2005 23:24:19 PDT Date: Sun, 24 Apr 2005 23:24:19 -0700 (PDT) From: Ivan Ivanov Subject: Re: ANT_HOME is set incorrectly or ant could not be locatated. Please set ANT_HOME. To: Ant Users List In-Reply-To: 6667 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, --- Sam Huang 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: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org