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 13206 invoked from network); 13 Nov 2000 04:06:58 -0000 Received: from smtp-out1.bellatlantic.net (199.45.39.156) by locus.apache.org with SMTP; 13 Nov 2000 04:06:58 -0000 Received: from gateway (adsl-151-201-20-27.pittpa.adsl.bellatlantic.net [151.201.20.27]) by smtp-out1.bellatlantic.net (8.9.1/8.9.1) with SMTP id XAA06158 for ; Sun, 12 Nov 2000 23:06:53 -0500 (EST) Reply-To: From: "Chris Todd" To: Subject: RE: problems building antidote Date: Sun, 12 Nov 2000 23:04:56 -0500 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 In-Reply-To: <20001113013144.6361.qmail@web2303.mail.yahoo.com> Importance: Normal X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Simeon- I double checked the version of jaxp.jar, and the first time I tried building antidote I was using jaxp 1.0.1 as well as xerces1.2. So I cleaned out my classpath and put only jaxp.jar and parser.jar from the jaxp1.0 download from sun (same manifest as yours below) and removed xerces, and I got what appear to be the same errors. The classpath I used when starting ant this time only contained tools.jar (IBM 1.3), ant.jar (1.3alpha bootstrapped from today's CVS), jaxp.jar (1.0), and parser.jar (1.0). I'm on Win98 with the IBM 1.3 JVM. Any ideas? Sincerest regards, Chris Todd >-----Original Message----- >From: Simeon Fitch [mailto:metasim@yahoo.com] >Sent: Sunday, November 12, 2000 8:32 PM >To: ant-dev@jakarta.apache.org; chris@christophertodd.com >Subject: Re: problems building antidote > > >What version of the jaxp.jar file do you have? The >manifest to the one I'm using is below. I'll have to >delve into it a little more, but the error looks like >the version of the XML classes that I'm extending >don't imlement a method that mine do. My guess would >be that you have an older XML library, or a classpath >collision with another, or I've got some dependency I >wasn't aware of. I've got two different boxes that I >develop on, so so far I haven't run into the same >thing, but I've been known to do stupider things ;-) > >Let me know what you find. > >Manifest-Version: 1.0 >Specification-Title: Java API for XML Parsing >Interfaces >Specification-Vendor: Sun Microsystems >Created-By: 1.2.2 (Sun Microsystems Inc.) >Specification-Version: 1.0.0 > >Name: javax/xml/parsers >Package-Version: 1.0.0 >Specification-Title: Java API for XML Parsing >Specification-Vendor: Sun Microsystems >Sealed: true >Specification-Version: 1.0.0 >Package-Vendor: Sun Microsystems, Inc. >Package-Title: javax.xml.parsers