greenbays / openid4java

Automatically exported from code.google.com/p/openid4java
0 stars 0 forks source link

Ant build.xml is missing xerces.jar #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run 'ant clean test'

What is the expected output? What do you see instead?

http://opensource.bamboo.atlassian.com/build/viewBuildResultsFailedTests.action?
buildKey=OPENID-OPENID4JAVA&buildNumber=18

java.lang.NoClassDefFoundError: org/apache/xerces/parsers/DOMParser
    at org.openxri.xml.XRDS.fromDOM(XRDS.java:237)
    at org.openxri.xml.XRDS.<init>(XRDS.java:67)
    at net.openid.discovery.DiscoveryTest.createXrds(DiscoveryTest.java:92)
    at
net.openid.discovery.DiscoveryTest.testExtractDiscoveryInformationDelegate(Disco
veryTest.java:101)

What version of the product are you using? On what operating system?

Latest source.

Please provide any additional information below.

It appears that xerces.jar needs to be added to the /lib/ directory and as
a pom.xml dependency for maven2.

Original issue reported on code.google.com by justen.s...@gmail.com on 3 Apr 2007 at 5:23

GoogleCodeExporter commented 8 years ago
Fixed a while ago in rev181.

Original comment by Johnny.B...@gmail.com on 22 Aug 2007 at 7:10