Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 64531 invoked from network); 22 Apr 2005 06:41:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Apr 2005 06:41:12 -0000 Received: (qmail 75940 invoked by uid 500); 22 Apr 2005 06:41:24 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 75727 invoked by uid 500); 22 Apr 2005 06:41:23 -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 75713 invoked by uid 99); 22 Apr 2005 06:41:22 -0000 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=HTML_40_50,HTML_MESSAGE,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from dnsinet.rzf-nrw.de (HELO dnsinet.rzf-nrw.de) (193.109.238.66) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 21 Apr 2005 23:41:22 -0700 Received: from z011100.bk.fin.local (z011104.bk.fin.local [193.109.238.140]) by dnsinet.rzf-nrw.de (8.12.10/8.12.10) with ESMTP id j3M6dqS8004903 for ; Fri, 22 Apr 2005 08:40:42 +0200 Received: from z011104.bk.fin.local ([130.11.7.104]) by z011100.bk.fin.local with Microsoft SMTPSVC(6.0.3790.0); Fri, 22 Apr 2005 08:39:55 +0200 Received: by z011104.bk.fin.local with Internet Mail Service (5.5.2657.72) id ; Fri, 22 Apr 2005 08:39:49 +0200 Message-ID: <879A5AD5DD0ED511891F0003473A9B5614F6060D@Z011004> From: Jan.Materne@rzf.fin-nrw.de To: user@ant.apache.org Subject: AW: AW: AW: Installing Ant under Windows XP Date: Fri, 22 Apr 2005 08:39:44 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C54706.11B55700" X-OriginalArrivalTime: 22 Apr 2005 06:39:55.0430 (UTC) FILETIME=[1860CC60:01C54706] X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C54706.11B55700 Content-Type: text/plain; charset="iso-8859-1" > *Were you installing as the Administrator or a limited access user? For Ant you dont have to be an Admin - just extract the binary distro. > *And in My Computer | Properties | Advanced Tab | Environment > Variables, did > you set the following: > > ANT_HOME=C:\wherever Ant is Would be helpful, but is not necessary: ant.bat sets this variable. > CLASSPATH=%ANT_HOME%\LIB\*.jar or specific.jar DONT! You could earn lot of problems when doing that. The ant.bat starts quasi a "java -cp ant-launcher.jar Launcher" and that class will load all jars from ANT_HOME\lib and USER_HOME\.ant\lib. > PATH=%ANT_HOME%\bin Indeed helpful - but not necessary. Jan ------_=_NextPart_001_01C54706.11B55700--