From dev-return-50163-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Tue Sep 02 05:36:12 2003 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 68093 invoked from network); 2 Sep 2003 05:36:12 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Sep 2003 05:36:12 -0000 Received: (qmail 44334 invoked by uid 500); 2 Sep 2003 05:35:45 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 44146 invoked by uid 500); 2 Sep 2003 05:35:43 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 44116 invoked from network); 2 Sep 2003 05:35:42 -0000 Received: from unknown (HELO smtp.cortexebusiness.com.au) (203.174.140.214) by daedalus.apache.org with SMTP; 2 Sep 2003 05:35:42 -0000 Received: (from daemon@localhost) by smtp.cortexebusiness.com.au (8.10.0/8.10.0) id h825VgS21712 for ; Tue, 2 Sep 2003 15:31:43 +1000 (EST) Received: from corey.int.cortexebusiness.com.au(192.168.1.6) via SMTP by ctx00., id smtpdAAAe0ayzQ; Tue Sep 2 15:31:38 2003 Received: (from daemon@localhost) by corey.int.cortexebusiness.com.au (8.10.0/8.10.0) id h825Vcf09954 for ; Tue, 2 Sep 2003 15:31:38 +1000 (EST) Received: from kooky.int.cortexebusiness.com.au(192.168.1.48) via SMTP by corey.int.cortexebusiness.com.au, id smtpdAAAhhaWgs; Tue Sep 2 15:31:35 2003 From: Conor MacNeill To: "Ant Developers List" Subject: Re: can't build ant 1.6 Date: Tue, 2 Sep 2003 15:31:33 +1000 User-Agent: KMail/1.5 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309021531.33833.conor@cortexebusiness.com.au> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Tue, 2 Sep 2003 03:14 am, Steve Cohen wrote: > I've received no replies to this, so let me try again with a little more > information. Previous versions of build.sh (or build.bat) contained this > sequence: > I assume you have the latest from CVS - nothing sticky? > > The difference is that LOCALCLASSPATH is no longer being preset with > xercesImpl.jar and xml-apis.jar before the optional directory is scanned. > The absence of these jars from the classpath was what led to the failures > below. Getting them onto the classpath solved the problem. They are not required in the LOCALCLASSPATH as they are now copied into the bootstrap directory and added by the loader. It works for me. Can you check that the xerces jars are in the bootstrap/lib directory? Conor --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org