Hello Arnaud, xmlParserAPIs.jar hasn't existed since Xerces-J 2.6.2. The jar which is now distributed with Xerces is called xml-apis.jar and originates from the xml-commons [1] project. Xerces-J 2.8.0 bundled xml-commons external 1.3.03 [2] which can be found here [3] on ibiblio.
Thanks. [1] http://xml.apache.org/commons/ [2] http://svn.apache.org/viewcvs.cgi/xml/commons/tags/xml-commons-external-1_3_03/java/external/ [3] http://www.ibiblio.org/maven2/xml-apis/xml-apis/1.3.03/ Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] "Arnaud HERITIER" <[EMAIL PROTECTED]> wrote on 04/14/2006 10:50:05 AM: > Hi guys, > > As a maven committer I would like to know if you continue to > publish the xmlParserAPIs on ibiblio ? > http://www.ibiblio.org/maven2/xerces/xmlParserAPIs/ > I found the xercesImpl 2.8.0 but there's no xmlParserAPIs 2.8.0 ! > The last one is for the 2.6.2. > Can you fix it ? > I'm trying to use xerces 2.8 in maven 1.1 on a jdk 1.4 and it > fails with : java.lang.NoClassDefFoundError : org/xml/sax/ext/Attributes2 > > Cheers > > > arnaud --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
