DOM L3 XPath now can run against Xalan-J
Curt Arnold <[email protected]> Thu, 24 Apr 2003 00:12:24 -0500
| Newsgroups | gmane.comp.web.dom.test-suites.general |
|---|---|
| Message-ID | <[email protected]> |
I've committed to the CVS against bug 191 (http://www.w3.org/Bugs/Public/show_bug.cgi?id=191) that the DOM L3 XPath test suite to be run against Xalan-J's XPath DOM implementation. Details appear in bug but are: ant junit-runner ant dom3-xpath-jar cd build copy \xalan\lib\xalan.jar copy \xalan\lib\xercesImpl.jar copy \xalan\lib\xml-apis.jar copy \junit\junit.jar java -cp dom3-xpath.jar junit.textui.TestRunner org.w3c.domts.level3.xpath.TestXalan My fairly recent Xalan build ran with 4 failures and 1 error. I'm pretty sure they are still using a previous WD's Java building resulting in the abstract method exception.