Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 50154 invoked from network); 29 Nov 2000 10:02:12 -0000 Received: from mail.fisci.com (HELO fschp04.fisci.com) (216.32.221.253) by locus.apache.org with SMTP; 29 Nov 2000 10:02:12 -0000 Received: from vancouver ([10.43.3.123]) by fschp04.fisci.com (8.9.3 (PHNE_21697)/8.9.3) with SMTP id FAA28390 for ; Wed, 29 Nov 2000 05:00:23 -0500 (EST) Message-ID: <08ab01c059eb$2aab7440$7b032b0a@jp.fisci.com> From: "Julian M. Savage" To: References: Subject: Re: cvs commit: jakarta-ant/lib - New directory Date: Wed, 29 Nov 2000 18:59:36 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Well... See, I use JUnit.org, and then of course you always need the parser.jar and jaxp.jar or xerxes.jar. They won't be copied over from my build directories "lib" directory to my install directories "lib" directory. So where should I put them so that ant finds them during the build, and also the installed version can find them? Things work nicely, but only if I do that extra manual step of copying the necessary jars from jakarta-ant/lib to my ${dist.dir}/lib. Julian. ----- Original Message ----- From: "Jon Stevens" To: Sent: Wednesday, November 29, 2000 6:53 PM Subject: Re: cvs commit: jakarta-ant/lib - New directory > on 11/29/2000 1:03 AM, "Julian M. Savage" wrote: > > > * What do other people do? Can someone suggest a better way for me to > > accomplish what I'm trying to do? Am I not doing things in a "reasonable" > > manner? > > cvs co ant > cd ant > ./build.sh > > that should be everything that one needs in order to build Ant with all > default options turned on. > > -jon > > -- > twice of not very much is still a lot more than not very much > >