Hi,

if you'll be so kind to look at

  http://vmgump.apache.org/gump/public/JaxMeAll/jaxmejs/index.html

then you'll find that the build fails because of the following error in the BeanReaderTest:

Testcase: testCreateSchema(org.apache.ws.jaxme.js.junit.BeanReaderTest): Caused an ERROR
    org/apache/xml/serializer/TreeWalker
    java.lang.NoClassDefFoundError: org/apache/xml/serializer/TreeWalker
at org.apache.xalan.processor.TransformerFactoryImpl.newTransformerHandler(TransformerFactoryImpl.java:753) at org.apache.ws.jaxme.js.junit.BeanReaderTest.testCreateSchema(BeanReaderTest.java:307)

The problem occurs at the following line in BeanReaderTest.java:

        TransformerHandler t = ((SAXTransformerFactory)
            TransformerFactory.newInstance()).newTransformerHandler();

JaxMeJS is a build script based on Maven 1. A dependency on xalan-2.3.1.jar is present. The build script works fine outside of Gump, even if I use the same JVM (1.4.2_08).


Thanks for any hints,

Jochen


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to