Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 6300 invoked from network); 1 Dec 2008 04:34:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Dec 2008 04:34:06 -0000 Received: (qmail 3687 invoked by uid 500); 1 Dec 2008 04:34:16 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 3609 invoked by uid 500); 1 Dec 2008 04:34:16 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 3598 invoked by uid 99); 1 Dec 2008 04:34:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Nov 2008 20:34:16 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.135] (HELO vmgump.apache.org) (140.211.11.135) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2008 04:32:56 +0000 Received: from [140.211.11.135] (localhost [127.0.0.1]) by vmgump.apache.org (Postfix) with ESMTP id C812DAB4324 for ; Sun, 30 Nov 2008 20:33:13 -0800 (PST) Date: Sun, 30 Nov 2008 20:33:13 PST From: commons-jelly-tags-define development To: dev@commons.apache.org Subject: [GUMP@vmgump]: Project commons-jelly-tags-define-test (in module commons-jelly) failed Message-Id: <20081201043313.C812DAB4324@vmgump.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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-define-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: - commons-jelly-tags-define-test : Commons Jelly Full details are available at: http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-define-test/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Dependency on xml-xerces exists, no need to add for property maven.jar.xerces. -DEBUG- (Gump generated) Maven Properties in: /srv/gump/public/workspace/commons-jelly/jelly-tags/define/build.properties -INFO- Failed with reason build failed -DEBUG- Maven POM in: /srv/gump/public/workspace/commons-jelly/jelly-tags/define/project.xml -DEBUG- Maven project properties in: /srv/gump/public/workspace/commons-jelly/jelly-tags/define/project.properties -INFO- Project Reports in: /srv/gump/public/workspace/commons-jelly/jelly-tags/define/target/test-reports -WARNING- No directory [/srv/gump/public/workspace/commons-jelly/jelly-tags/define/target/test-reports] The following work was performed: http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-define-test/gump_work/build_commons-jelly_commons-jelly-tags-define-test.html Work Name: build_commons-jelly_commons-jelly-tags-define-test (Type: Build) Work ended in a state of : Failed Elapsed: 5 secs Command Line: maven --offline jar [Working Directory: /srv/gump/public/workspace/commons-jelly/jelly-tags/define] CLASSPATH: /usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-30112008.jar:/srv/gump/public/workspace/commons-cli-1.x/target/commons-cli-30112008.jar:/srv/gump/public/workspace/apache-commons/collections/build/commons-collections-30112008.jar:/srv/gump/public/workspace/commons-jelly/target/commons-jelly-30112008.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/dynabean/target/commons-jelly-tags-dynabean-30112008.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/junit/target/commons-jelly-tags-junit-30112008.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/log/target/commons-jelly-tags-log-30112008.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/xml/target/commons-jelly-tags-xml-30112008.jar:/srv/gump/public/workspace/apache-commons/jexl/dist/commons-jexl-30112008.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-30112008.jar:/srv/gump/public/workspace/apach e-commons/logging/target/commons-logging-api-30112008.jar:/srv/gump/public/workspace/dom4j/build/dom4j.jar:/srv/gump/public/workspace/jaxen/target/jaxen-30112008.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar --------------------------------------------- __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 build:start: java:prepare-filesystem: [mkdir] Created dir: /srv/gump/public/workspace/commons-jelly/jelly-tags/define/target/classes java:compile: [echo] Compiling to /srv/gump/public/workspace/commons-jelly/jelly-tags/define/target/classes [javac] Compiling 14 source files to /srv/gump/public/workspace/commons-jelly/jelly-tags/define/target/classes [javac] /srv/gump/public/workspace/commons-jelly/jelly-tags/define/src/java/org/apache/commons/jelly/tags/define/DefineTagSupport.java:39: getTagLibrary() in org.apache.commons.jelly.tags.define.DefineTagSupport cannot implement getTagLibrary() in org.apache.commons.jelly.Tag; attempting to use incompatible return type [javac] found : org.apache.commons.jelly.impl.DynamicTagLibrary [javac] required: org.apache.commons.jelly.TagLibrary [javac] public DynamicTagLibrary getTagLibrary() { [javac] ^ [javac] /srv/gump/public/workspace/commons-jelly/jelly-tags/define/src/java/org/apache/commons/jelly/tags/define/TaglibTag.java:83: getTagLibrary() in org.apache.commons.jelly.tags.define.TaglibTag cannot implement getTagLibrary() in org.apache.commons.jelly.Tag; attempting to use incompatible return type [javac] found : org.apache.commons.jelly.impl.DynamicTagLibrary [javac] required: org.apache.commons.jelly.TagLibrary [javac] public DynamicTagLibrary getTagLibrary() { [javac] ^ [javac] 2 errors BUILD FAILED File...... /home/gump/.maven/cache/maven-java-plugin-1.5/plugin.jelly Element... ant:javac Line...... 63 Column.... 48 Compile failed; see the compiler error output for details. Total time: 4 seconds Finished at: Sun Nov 30 20:33:08 GMT-08:00 2008 --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-define-test/rss.xml - Atom: http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-define-test/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 10001630112008, vmgump:vmgump-public:10001630112008 Gump E-mail Identifier (unique within run) #6. -- 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