Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 44547 invoked from network); 19 Jul 2010 06:42:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Jul 2010 06:42:15 -0000 Received: (qmail 34212 invoked by uid 500); 19 Jul 2010 06:42:14 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 34120 invoked by uid 500); 19 Jul 2010 06:42:12 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 34112 invoked by uid 99); 19 Jul 2010 06:42:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jul 2010 06:42:12 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rajeshkumarmahto84@gmail.com designates 209.85.160.45 as permitted sender) Received: from [209.85.160.45] (HELO mail-pw0-f45.google.com) (209.85.160.45) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jul 2010 06:42:05 +0000 Received: by pwi2 with SMTP id 2so1675816pwi.4 for ; Sun, 18 Jul 2010 23:40:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=ua+iJhtLjx+spZCmjm+X4JSUkb9QBOGERVFMqi5fntg=; b=c2RI04PO4SifjunXuc0sj9Kb9z1pgVc2kzGJ0LJ2lMdCfyu+f3/VyeA+qbkQNsVIpl VwuYgjxElyHYvHsE0EqwwEuLIClLbIIHZa5jXd2ChCH9jLF/gqi7txamksAdPpajvGyb y+1+7ISkfumMa75PFp4i3EQ6KGxku+fWYa0Y0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ctioLFiez9ajNJAq8w/gIX2EcksnCqXR+I5E300IRF+bNC4b/jpsaMHLqD5BIxXUHQ OGgLNgy/4XVFpfIiOyFIW/igjUStv3DX1PddggBCJEUnpAklcoILedREv5cqSYeGVAAN TISUNHUa6RZk8mohH0v19gRKzzmaSkL1DhyPk= MIME-Version: 1.0 Received: by 10.142.142.12 with SMTP id p12mr5382366wfd.300.1279521644193; Sun, 18 Jul 2010 23:40:44 -0700 (PDT) Received: by 10.142.202.18 with HTTP; Sun, 18 Jul 2010 23:40:44 -0700 (PDT) In-Reply-To: References: Date: Mon, 19 Jul 2010 12:10:44 +0530 Message-ID: Subject: Re: Problems in installing APACHE ANT From: Rajesh Kumar To: Ant Users List Content-Type: multipart/alternative; boundary=000e0cd32a2a15a84c048bb7d9fe X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd32a2a15a84c048bb7d9fe Content-Type: text/plain; charset=ISO-8859-1 Hi Mukul, You need to make sure following things... 1. Make sure you Java is installed and set in path (JAVA_HOME should be added in evn var && JAVA_HOME/bin should be added in PATH) 2. Make sure you have Installed Ant as you have done below 3. To use on command prompt, you need to added this in PATH such as (ANT_HOME/bin 4. To use any other place, call following pattern ANT_HOME/bin ant hope this help.. =========================== Rajesh Kumar Configuration, Build and Release Engineer Blog: http://www.scmGalaxy.com Email: rajesh@scmGalaxy.com On Mon, Jul 19, 2010 at 9:43 AM, Mukul Gupta wrote: > Hi, > > I have downloaded Apache ANT 1.6.5 and installed in my C drive under the > folder C:\apache-ant-1.6.5-bin\apache-ant-1.6.5 (it is full path). > > And, set ANT_HOME as C:\apache-ant-1.6.5-bin\apache-ant-1.6.5 > > and, path as C:\apache-ant-1.6.5-bin\apache-ant-1.6.5\bin > > but still my ANT is not working. Please help me out in making it work. > > Thanks and Regards. > Mukul Gupta > -- --000e0cd32a2a15a84c048bb7d9fe--