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 gene...@gump.apache.org.
Project commons-jelly-tags-jaxme 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:
- 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-13092009.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: 12 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-13092009.jar:/srv/gump/public/workspace/apache-commons/collections/build/commons-collections-13092009.jar:/srv/gump/public/workspace/commons-jelly/target/commons-jelly-13092009.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/junit/target/commons-jelly-tags-junit-13092009.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/xml/target/commons-jelly-tags-xml-13092009.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/xmlunit/target/commons-jelly-tags-xmlunit-13092009.jar:/srv/gump/public/workspace/apache-commons/jexl/target/commons-jexl-2.0-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-13092009.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-13092009.jar:/srv/gump/public/workspace/dom4j/build/dom4j.jar:/srv/gump/public/workspace/jaxen/target/jaxen-13092009.jar:/srv/gum
p/packages/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-13092009.jar:/srv/gump/public/workspace/xmlunit/build/java/lib/xmlunit-legacy-13092009.jar:/srv/gump/public/workspace/xmlunit/build/java/lib/xmlunit-core-13092009.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: 11 seconds
Finished at: Sun Sep 13 15:39:16 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 07000813092009, vmgump:vmgump-public:07000813092009
Gump E-mail Identifier (unique within run) #11.
--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org