You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by commons-jelly-tags-jaxme development <de...@commons.apache.org> on 2009/07/20 15:13:10 UTC

[GUMP@vmgump]: Project commons-jelly-tags-jaxme (in module commons-jelly) 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 general@gump.apache.org.

Project commons-jelly-tags-jaxme has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 11 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - commons-jelly-tags-jaxme :  Commons Jelly


Full details are available at:
    http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-jaxme/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Sole output [commons-jelly-tags-jaxme-20072009.jar] identifier set to project name
 -DEBUG- Dependency on packaged-jaxme exists, no need to add for property maven.jar.jaxme.
 -DEBUG- Dependency on packaged-jaxme exists, no need to add for property maven.jar.jaxme-js.
 -DEBUG- Dependency on packaged-jaxme exists, no need to add for property maven.jar.jaxme-xs.
 -DEBUG- Dependency on packaged-jaxme exists, no need to add for property maven.jar.jaxme-api.
 -DEBUG- Dependency on xml-xerces exists, no need to add for property maven.jar.xerces.
 -DEBUG- Dependency on xmlunit exists, no need to add for property maven.jar.xmlunit.
 -DEBUG- (Gump generated) Maven Properties in: /srv/gump/public/workspace/commons-jelly/jelly-tags/jaxme/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /srv/gump/public/workspace/commons-jelly/jelly-tags/jaxme/project.xml
 -DEBUG- Maven project properties in: /srv/gump/public/workspace/commons-jelly/jelly-tags/jaxme/project.properties
 -INFO- Project Reports in: /srv/gump/public/workspace/commons-jelly/jelly-tags/jaxme/target/test-reports
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-jaxme/gump_work/build_commons-jelly_commons-jelly-tags-jaxme.html
Work Name: build_commons-jelly_commons-jelly-tags-jaxme (Type: Build)
Work ended in a state of : Failed
Elapsed: 8 secs
Command Line: maven --offline jar 
[Working Directory: /srv/gump/public/workspace/commons-jelly/jelly-tags/jaxme]
CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20072009.jar:/srv/gump/public/workspace/apache-commons/collections/build/commons-collections-20072009.jar:/srv/gump/public/workspace/commons-jelly/target/commons-jelly-20072009.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/junit/target/commons-jelly-tags-junit-20072009.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/xml/target/commons-jelly-tags-xml-20072009.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/xmlunit/target/commons-jelly-tags-xmlunit-20072009.jar:/srv/gump/public/workspace/apache-commons/jexl/dist/commons-jexl-20072009.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-20072009.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-20072009.jar:/srv/gump/public/workspace/dom4j/build/dom4j.jar:/srv/gump/public/workspace/jaxen/target/jaxen-20072009.jar:/srv/gump/pack
 ages/ws-jaxme-0.5/lib/jaxme2-0.5.jar:/srv/gump/packages/ws-jaxme-0.5/lib/jaxmeapi-0.5.jar:/srv/gump/packages/ws-jaxme-0.5/lib/jaxmejs-0.5.jar:/srv/gump/packages/ws-jaxme-0.5/lib/jaxmexs-0.5.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/public/workspace/xmlunit/build/java/lib/xmlunit-sumo-20072009.jar:/srv/gump/public/workspace/xmlunit/build/java/lib/xmlunit-legacy-20072009.jar:/srv/gump/public/workspace/xmlunit/build/java/lib/xmlunit-core-20072009.jar
---------------------------------------------
    [javac] symbol  : variable super
    [javac] location: class org.apache.ws.jaxme.examples.misc.address.impl.AddressTypeHandler
    [javac]       super.characters(pChars, pOffset, pLen);
    [javac]       ^
    [javac] /srv/gump/public/workspace/commons-jelly/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressTypeHandler.java:305: cannot find symbol
    [javac] symbol  : variable super
    [javac] location: class org.apache.ws.jaxme.examples.misc.address.impl.AddressTypeHandler
    [javac]     super.init(pData);
    [javac]     ^
    [javac] /srv/gump/public/workspace/commons-jelly/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressTypeHandler.java:315: cannot find symbol
    [javac] symbol  : method getData()
    [javac] location: class org.apache.ws.jaxme.examples.misc.address.impl.AddressTypeHandler
    [javac]         __handler_Name.init(getData());
    [javac]                             ^
    [javac] /srv/gump/public/workspace/commons-jelly/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressHandler.java:22: cannot find symbol
    [javac] symbol  : method getData()
    [javac] location: class org.apache.ws.jaxme.examples.misc.address.impl.AddressHandler
    [javac]       return (org.apache.ws.jaxme.examples.misc.address.AddressType) getData().getFactory().getElement(org.apache.ws.jaxme.examples.misc.address.Address.class);
    [javac]                                                                      ^
    [javac] /srv/gump/public/workspace/commons-jelly/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressTypeSerializer.java:62: cannot find symbol
    [javac] symbol  : variable super
    [javac] location: class org.apache.ws.jaxme.examples.misc.address.impl.AddressTypeSerializer
    [javac]     org.xml.sax.helpers.AttributesImpl _1 = super.getAttributes(pData, pElement);
    [javac]                                             ^
    [javac] /srv/gump/public/workspace/commons-jelly/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressTypeSerializer.java:72: cannot find symbol
    [javac] symbol  : variable super
    [javac] location: class org.apache.ws.jaxme.examples.misc.address.impl.AddressTypeSerializer
    [javac]     super.init(pFactory);
    [javac]     ^
    [javac] /srv/gump/public/workspace/commons-jelly/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressTypeSerializer.java:74: cannot find symbol
    [javac] symbol  : method init(org.apache.ws.jaxme.impl.JAXBContextImpl)
    [javac] location: class org.apache.ws.jaxme.examples.misc.address.impl.AddressTypeSerializer.NameTypeSerializer
    [javac]     __ser_Name.init(pFactory);
    [javac]               ^
    [javac] /srv/gump/public/workspace/commons-jelly/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/ObjectFactory.java:30: cannot find symbol
    [javac] symbol  : method getElement(java.lang.Class)
    [javac] location: class org.apache.ws.jaxme.impl.JAXBContextImpl
    [javac]     return jaxbContext.getElement(pElementInterface);
    [javac]                       ^
    [javac] 43 errors

BUILD FAILED
File...... /home/gump/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly
Element... javac
Line...... 52
Column.... 46
Compile failed; see the compiler error output for details.
Total time: 7 seconds
Finished at: Mon Jul 20 06:13:09 PDT 2009

---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-jaxme/rss.xml
- Atom: http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-jaxme/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 06000020072009, vmgump:vmgump-public:06000020072009
Gump E-mail Identifier (unique within run) #62.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]

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