From conor@cortexebusiness.com.au Mon Aug 14 12:01:26 2000 Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 59506 invoked from network); 14 Aug 2000 12:01:26 -0000 Received: from mta05.mail.au.uu.net (HELO mta05.mail.mel.aone.net.au) (203.2.192.85) by locus.apache.org with SMTP; 14 Aug 2000 12:01:26 -0000 Received: from cognetnt ([63.34.199.10]) by mta05.mail.mel.aone.net.au with SMTP id <20000814120122.VUEH3895.mta05.mail.mel.aone.net.au@cognetnt>; Mon, 14 Aug 2000 22:01:22 +1000 From: "Conor MacNeill" To: , "Pratik" Subject: RE: building ant! Date: Mon, 14 Aug 2000 21:59:59 +1000 Message-ID: <003301c005e7$2be64770$80dc1fcb@cognet.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <006601c00552$9f0a8da0$540274cb@cyberway.com.sg> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Pratik, The bootstrap and build files are part of the source release of ant. They are not included in the binary release of ant. The source distribution can be found at http://jakarta.apache.org/builds/ant/release/v1.1/src/ The binary distribution should be OK for you. On my Win98 box, I have the following in my config.sys SHELL=C:\command.com /E:4096 /P This sets the maximum environment space under Win98, I believe. Let me know if that doesn't get you going. Conor -----Original Message----- From: Pratik [mailto:pratik@starhub.net.sg] Sent: Monday, 14 August 2000 4:17 To: ant-user@jakarta.apache.org Subject: building ant! hi i am trying to install ant1.1 in Win98. the ant user manual mentions that to build ant we need to run bootstrap.bat and then build.bat. where do we get these files from? if i bypass the build step & try to install the binary version i get the following errors - bad command or file name out of environmant space ... build failed build.xml:71: srcdir c:\ant\lib\src\main does not exist where do i get the missing code from? any help will be greatly appreciated thankyou pratik