Dear Plutomeisters, [email protected] wrote:
> Dear Gumpmeisters, > > The following 1 notifys should have been sent > > *********************************************************** G U M P > [g...@vmgump]: Project portals-pluto-trunk-test (in module > [portals-pluto-trunk) failed > *********************************************************** G U M P > [g...@vmgump]: Project portals-pluto-trunk-test (in module > [portals-pluto-trunk) failed > To whom it may engage... > > This is an automated request, but not an unsolicited one. For > more information please visit http://gump.apache.org/nagged.html, > and/or contact the folk at [email protected]. > > Project portals-pluto-trunk-test has an issue affecting its community > integration. This issue affects 1 projects. > The current state of this project is 'Failed', with reason 'Build Failed'. > For reference only, the following projects are affected by this: > - portals-pluto-trunk-test : JSR168 Container > > > Full details are available at: > http://vmgump.apache.org/gump/public/portals-pluto-trunk/portals- pluto-trunk-test/index.html > > That said, some information snippets are provided here. > > The following annotations (debug/informational/warning/error messages) > were provided: > -WARNING- Overriding Maven2 settings: > [/srv/gump/public/workspace/portals-pluto-trunk/gump_mvn_settings.xml] > -DEBUG- (Gump generated) Maven2 Settings in: > /srv/gump/public/workspace/portals-pluto-trunk/gump_mvn_settings.xml > -INFO- Failed with reason build failed -DEBUG- Maven POM in: > /srv/gump/public/workspace/portals-pluto-trunk/pom.xml > > > > The following work was performed: > http://vmgump.apache.org/gump/public/portals-pluto-trunk/portals-pluto- trunk-test/gump_work/build_portals-pluto-trunk_portals-pluto-trunk-test.html > Work Name: build_portals-pluto-trunk_portals-pluto-trunk-test (Type: > Build) Work ended in a state of : Failed > Elapsed: 28 secs > Command Line: mvn --batch-mode --settings > /srv/gump/public/workspace/portals-pluto-trunk/gump_mvn_settings.xml > package > [Working Directory: /srv/gump/public/workspace/portals-pluto-trunk] > CLASSPATH: > /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/portals- pluto-trunk/pluto-taglib/target/pluto-taglib-2.0.2- SNAPSHOT.jar:/srv/gump/public/workspace/portals-pluto-trunk/pluto- util/target/pluto-util-2.0.2- SNAPSHOT.jar:/srv/gump/public/workspace/portals-pluto-trunk/pluto-container- driver-api/target/pluto-container-driver-api-2.0.2- SNAPSHOT.jar:/srv/gump/public/workspace/portals-pluto-trunk/pluto-container- api/target/pluto-container-api-2.0.2- SNAPSHOT.jar:/srv/gump/public/workspace/portals-pluto-trunk/pluto-portal- driver/target/pluto-portal-driver-2.0.2- SNAPSHOT.jar:/srv/gump/public/workspace/portals-pluto-trunk/pluto- container/target/pluto-container-2.0.2- SNAPSHOT.jar:/srv/gump/public/workspace/portals-pluto-trunk/pluto-ant- tasks/target/pluto-ant-tasks-2.0.2-SNAPSHO > T.jar:/srv/gump/public/workspace/portals-pluto-trunk/maven-pluto- plugin/target/maven-pluto-plugin-2.0.2- SNAPSHOT.jar:/srv/gump/public/workspace/portals-pluto-trunk/pluto-portal- driver-impl/t > arget/pluto-portal-driver-impl-2.0.2- SNAPSHOT.jar:/srv/gump/public/workspace/portals-pluto-trunk/pluto- portal/target/pluto-portal-2.0.2-SNAPSHOT.war > --------------------------------------------- > [INFO] > [------------------------------------------------------------------------ > [INFO] org/xmlpull/v1/XmlPullParserFactory > org.xmlpull.v1.XmlPullParserFactory > [INFO] > [------------------------------------------------------------------------ > [INFO] Trace > java.lang.NoClassDefFoundError: org/xmlpull/v1/XmlPullParserFactory > at > com.thoughtworks.xstream.io.xml.XppDriver.createParser(XppDriver.java:57) > at > com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(AbstractXppDriver.java:56) > at com.thoughtworks.xstream.XStream.fromXML(XStream.java:871) at > org.apache.maven.plugin.war.util.WebappStructureSerializer.fromXml(WebappStructureSerializer.java:73) > at [snip] It seems somebody is building against the XStream trunk. XStream supports now generic XPP implementations. The spec requires that such an implementation can be loaded normally with the XmlPullFactory, which is unfortunately not part of the Xpp3 library. So you have to do one of this: - use directly the new Xpp3Driver circumventing the usage of the XPP factory - add xmlpull:xmlpull as dependency - use net.sf.kxml:kxml2-min instead of xpp3:xpp3_min as dependency, since it contains the XPP factory as normally required and it seems even faster Cheers, Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
