Return-Path: Delivered-To: apmail-turbine-dev-archive@www.apache.org Received: (qmail 40151 invoked from network); 8 Dec 2010 10:11:10 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Dec 2010 10:11:10 -0000 Received: (qmail 71750 invoked by uid 500); 8 Dec 2010 10:11:10 -0000 Delivered-To: apmail-turbine-dev-archive@turbine.apache.org Received: (qmail 71668 invoked by uid 500); 8 Dec 2010 10:11:08 -0000 Mailing-List: contact dev-help@turbine.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Turbine Developers List" Delivered-To: mailing list dev@turbine.apache.org Received: (qmail 71660 invoked by uid 99); 8 Dec 2010 10:11:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 10:11:07 +0000 X-ASF-Spam-Status: No, hits=-1999.6 required=10.0 tests=ALL_TRUSTED,INVALID_DATE X-Spam-Check-By: apache.org Received: from [140.211.11.55] (HELO vmgump.apache.org) (140.211.11.55) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 10:11:06 +0000 Received: from vmgump.apache.org (localhost [127.0.0.1]) by vmgump.apache.org (Postfix) with ESMTP id 702BB148BEA for ; Wed, 8 Dec 2010 10:14:45 +0000 (UTC) Date: Wed, 08 Dec 2010 10:14:45 UTC From: fulcrum-quartz development To: dev@turbine.apache.org Subject: [GUMP@vmgump]: Project fulcrum-quartz (in module turbine-fulcrum) failed Message-Id: <20101208101445.702BB148BEA@vmgump.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 fulcrum-quartz has an issue affecting its community integration. This issue affects 2 projects, and has been outstanding for 7 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - fulcrum-quartz : Services Framework - fulcrum-quartz-test : Services Framework Full details are available at: http://vmgump.apache.org/gump/public/turbine-fulcrum/fulcrum-quartz/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Sole jar output [fulcrum-quartz-1.1.0-SNAPSHOT.jar] identifier set to project name -DEBUG- (Apache Gump generated) Apache Maven Settings in: /srv/gump/public/workspace/turbine-fulcrum/quartz/gump_mvn_settings.xml -INFO- Failed with reason build failed -DEBUG- Maven POM in: /srv/gump/public/workspace/turbine-fulcrum/quartz/pom.xml -INFO- Failed to extract fallback artifacts from Gump Repository The following work was performed: http://vmgump.apache.org/gump/public/turbine-fulcrum/fulcrum-quartz/gump_work/build_turbine-fulcrum_fulcrum-quartz.html Work Name: build_turbine-fulcrum_fulcrum-quartz (Type: Build) Work ended in a state of : Failed Elapsed: 19 secs Command Line: /opt/maven2/bin/mvn --batch-mode -DskipTests=true --settings /srv/gump/public/workspace/turbine-fulcrum/quartz/gump_mvn_settings.xml package [Working Directory: /srv/gump/public/workspace/turbine-fulcrum/quartz] M2_HOME: /opt/maven2 --------------------------------------------- [INFO] [resources:resources {execution: default-resources}] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 2 resources to META-INF [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 2 source files to /srv/gump/public/workspace/turbine-fulcrum/quartz/target/classes [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure /srv/gump/public/workspace/turbine-fulcrum/quartz/src/java/org/apache/fulcrum/quartz/impl/QuartzSchedulerImpl.java:[128,22] cannot find symbol symbol : method addGlobalJobListener(org.apache.fulcrum.quartz.impl.QuartzSchedulerImpl) location: interface org.quartz.Scheduler /srv/gump/public/workspace/turbine-fulcrum/quartz/src/java/org/apache/fulcrum/quartz/impl/QuartzSchedulerImpl.java:[223,71] cannot find symbol symbol : method getFullName() location: interface org.quartz.JobDetail /srv/gump/public/workspace/turbine-fulcrum/quartz/src/java/org/apache/fulcrum/quartz/impl/QuartzSchedulerImpl.java:[230,80] cannot find symbol symbol : method getFullName() location: interface org.quartz.JobDetail /srv/gump/public/workspace/turbine-fulcrum/quartz/src/java/org/apache/fulcrum/quartz/impl/QuartzSchedulerImpl.java:[247,60] incompatible types found : java.util.List required: java.lang.String[] /srv/gump/public/workspace/turbine-fulcrum/quartz/src/java/org/apache/fulcrum/quartz/impl/QuartzSchedulerImpl.java:[251,49] cannot find symbol symbol : method getJobNames(java.lang.String) location: interface org.quartz.Scheduler /srv/gump/public/workspace/turbine-fulcrum/quartz/src/java/org/apache/fulcrum/quartz/impl/QuartzSchedulerImpl.java:[257,52] getJobDetail(org.quartz.JobKey) in org.quartz.Scheduler cannot be applied to (java.lang.String,java.lang.String) /srv/gump/public/workspace/turbine-fulcrum/quartz/src/java/org/apache/fulcrum/quartz/impl/QuartzSchedulerImpl.java:[258,54] getTriggersOfJob(org.quartz.JobKey) in org.quartz.Scheduler cannot be applied to (java.lang.String,java.lang.String) /srv/gump/public/workspace/turbine-fulcrum/quartz/src/java/org/apache/fulcrum/quartz/impl/QuartzSchedulerImpl.java:[259,39] cannot find symbol symbol : method getFullName() location: interface org.quartz.JobDetail /srv/gump/public/workspace/turbine-fulcrum/quartz/src/java/org/apache/fulcrum/quartz/impl/QuartzSchedulerImpl.java:[263,48] cannot find symbol symbol : method getFullName() location: interface org.quartz.Trigger [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17 seconds [INFO] Finished at: Wed Dec 08 10:14:43 UTC 2010 [INFO] Final Memory: 23M/57M [INFO] ------------------------------------------------------------------------ --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/turbine-fulcrum/fulcrum-quartz/rss.xml - Atom: http://vmgump.apache.org/gump/public/turbine-fulcrum/fulcrum-quartz/atom.xml ============================== Gump Tracking Only === Produced by Apache Gump(TM) version 2.3. Gump Run 11000008122010, vmgump.apache.org:vmgump:11000008122010 Gump E-mail Identifier (unique within run) #18. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org For additional commands, e-mail: dev-help@turbine.apache.org