Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 14410 invoked from network); 29 Jul 2004 16:18:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 29 Jul 2004 16:18:24 -0000 Received: (qmail 95467 invoked by uid 500); 29 Jul 2004 16:18:15 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 95240 invoked by uid 500); 29 Jul 2004 16:18:14 -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 95226 invoked by uid 99); 29 Jul 2004 16:18:13 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=DNS_FROM_RFC_POST X-Spam-Check-By: apache.org Received: from [65.54.245.1] (HELO hotmail.com) (65.54.245.1) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 29 Jul 2004 09:18:11 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 29 Jul 2004 09:18:10 -0700 Received: from 67.124.231.147 by by1fd.bay1.hotmail.msn.com with HTTP; Thu, 29 Jul 2004 16:18:10 GMT X-Originating-IP: [67.124.231.147] X-Originating-Email: [babyjoachim@hotmail.com] X-Sender: babyjoachim@hotmail.com From: "Frankie Woodruff" To: user@ant.apache.org Bcc: Subject: Re: trouble installing ant Date: Thu, 29 Jul 2004 09:18:10 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 29 Jul 2004 16:18:10.0797 (UTC) FILETIME=[A42269D0:01C47587] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Thanks for the help! If you have time, could you tell me, do these classpath settings set up where ant will always look for the build files?? I'm trying to make some .jar files and I'm not sure how to make sure it includes all the files in the jar. --javapup >Hi, > >First unzip and and put it in a directory. >say f:\ant-1.5 > >Then set the classpath settings for it. >A simple example is-just simply copy paste these in >cmd prompt. (consider java to be installed in f:\) > >SET PATH=f:\java\bin;f:\ant-1.5\bin; >set JAVA_HOME=f:\java >set ANT_HOME=f:\ant-1.5 >set PATH=%PATH%;%ANT_HOME%\bin; > >Check if java and ant are there >by simply typing >f:\javac >f:\ant -version > >You should see the ant version. If you see it then the >installing is perfect. Now u can go to any directory >and run the corresponding build file. by callinf the >target or the build file itself. > >bye, >with regards, >Deepak. > >--- Frankie Woodruff wrote: > > Hello, I'm new to ant and having trouble getting it > > installed. > > Please bear with me...... When I try to install, it > > says it can't find the > > build.xml file. It didn't come in the files I > > downloaded from Apache....... > > I'm a bit confused and I could really use a hand. > > I'm trying to write > > screensavers in Java and I have to use/understand > > ant to do so. The docs for > > ant are not very clear to someone at my level. I'm > > not a total newb, but I'm > > definitely missing some pieces! > > So if anyone has some patience :O) > > > > --javapup > > > > >_________________________________________________________________ > > FREE pop-up blocking with the new MSN Toolbar � get > > it now! > > >http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/ > > > > > > >--------------------------------------------------------------------- > > To unsubscribe, e-mail: > > user-unsubscribe@ant.apache.org > > For additional commands, e-mail: > > user-help@ant.apache.org > > > > > > > > >__________________________________ >Do you Yahoo!? >Yahoo! Mail - Helps protect you from nasty viruses. >http://promotions.yahoo.com/new_mail > >--------------------------------------------------------------------- >To unsubscribe, e-mail: user-unsubscribe@ant.apache.org >For additional commands, e-mail: user-help@ant.apache.org > _________________________________________________________________ Planning a family vacation? Check out the MSN Family Travel guide! http://dollar.msn.com --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org