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:[EMAIL PROTECTED] >Sent: Sunday, November 12, 2000 8:32 PM >To: [EMAIL PROTECTED]; [EMAIL PROTECTED] >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
