I had the same problem recently - managed to solve the problem by changing the version of xerces.jar that was being referenced. Try the xerces.jar version under the following URL (it works here).
http://cvs.apache.org/viewcvs.cgi/jakarta-avalon-apps/enterprise/tools/lib/ > -----Original Message----- > From: Gonzalo A. Diethelm [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 19 March, 2002 20:19 > To: Avalon Developers List > Subject: Error compiling excalibur > > > Just got excalibur from cvs, did ant main, and I am getting this error: > > [javac] > all\src\java\org\apache\avalon\excalibur\xml\XercesParser.java:115: > cannot access org.w3c.dom.traversal.DocumentTraversal > [javac] file org\w3c\dom\traversal\DocumentTraversal.class not found > [javac] return new DocumentImpl(); > [javac] ^ > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -deprecation for details. > [javac] 1 error > > Any hints? > > > -- > Gonzalo A. Diethelm > [EMAIL PROTECTED] > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
