Stefan- Your explanation seems very logical, though I could have sworn I tried at least one combination that had only jaxp.jar and parser.jar, but not xerces, in the classpath and I recall getting a similar result. I am probably wrong, and you are probably right, though, so I'll go back and triple check that nothing silly is happening and try again.
Just out of curiosity, though, have you or Simeon or anyone else been able to get Antidote to build? May I assume I'm the only freak having this problem? :-) Sincerest regards, Chris Todd >-----Original Message----- >From: Stefan Bodewig [mailto:[EMAIL PROTECTED] >Sent: Monday, November 13, 2000 3:54 AM >To: [EMAIL PROTECTED] >Subject: Re: problems building antidote > > >Chris Todd <[EMAIL PROTECTED]> wrote: > >Chris, I may be wrong, but > >> org.apache.tools.ant.gui.acs.ACSDefaultElement must be declared >> abstract. It does not define void >> setAttributeNS(java.lang.String, java.lang.String, >> java.lang.String) from interface org.w3c.dom.Element. > >setAttributeNS is a DOM2 method, AFAIK. JAXP 1.0.1 ships with the DOM1 >classes, so it looks as if you have "newer" DOM classes in your >CLASSPATH. Xerces? > >Stefan > >
