On 2010-06-27, Emmanuel Bourg wrote:

> Le 26/06/2010 15:34, Oliver Heger a écrit :
>> Does anybody have an idea what is going on here? It seems that the tests
>> related to XML processing are broken.

> No idea, this isn't the first time Gump breaks on the test cases
> involving a XML parser.

> There are more info there:

> http://vmgump.apache.org/gump/public/apache-commons/commons-configuration-test/gump_file/org.apache.commons.configuration.TestXMLConfiguration.txt

> java.lang.NoClassDefFoundError: org/w3c/dom/ElementTraversal

commons-configuration's POM lists dependencies on Xerces 2.6.2 and
xml-apis 1.0.b2 - at least the Xerces version is pretty old by now.

Inside Gump you get the trunk of Xerces and the trunk of xml-commons'
java/external.  Right now it looks as if Xerces wouldn't see the
xml-apis jar you've downloaded (since that should contain
ElementTranversal).  It may be that ElementTraversal ends up in a
different jar, though.  I'll look into it.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to