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 fulcrum-yaafi has an issue affecting its community integration.
This issue affects 25 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - fulcrum-bsf :  Services Framework
    - fulcrum-cache :  Services Framework
    - fulcrum-configuration-impl :  Services Framework
    - fulcrum-crypto :  Services Framework
    - fulcrum-dvsl :  Services Framework
    - fulcrum-factory :  Services Framework
    - fulcrum-hsqldb :  Services Framework
    - fulcrum-intake :  Services Framework
    - fulcrum-localization :  Services Framework
    - fulcrum-mimetype :  Services Framework
    - fulcrum-naming :  Services Framework
    - fulcrum-osworkflow :  Services Framework
    - fulcrum-parser :  Services Framework
    - fulcrum-pool :  Services Framework
    - fulcrum-quartz :  Services Framework
    - fulcrum-security-api :  Services Framework
    - fulcrum-security-memory :  Services Framework
    - fulcrum-security-nt :  Services Framework
    - fulcrum-template :  Services Framework
    - fulcrum-testcontainer :  Services Framework
    - fulcrum-upload :  Services Framework
    - fulcrum-xmlrpc :  Services Framework
    - fulcrum-xslt :  Services Framework
    - fulcrum-yaafi :  Services Framework
    - turbine-core :  A servlet based framework.


Full details are available at:
    
http://vmgump.apache.org/gump/public/turbine-fulcrum/fulcrum-yaafi/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [fulcrum-yaafi-30062008.jar] identifier set to project name
 -DEBUG- Dependency on excalibur-framework-api exists, no need to add for 
property maven.jar.avalon-framework-api.
 -DEBUG- Dependency on excalibur-framework-impl exists, no need to add for 
property maven.jar.avalon-framework-impl.
 -DEBUG- (Gump generated) Maven Properties in: 
/srv/gump/public/workspace/turbine-fulcrum/yaafi/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: 
/srv/gump/public/workspace/turbine-fulcrum/yaafi/project.xml
 -DEBUG- Maven project properties in: 
/srv/gump/public/workspace/turbine-fulcrum/yaafi/project.properties
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/turbine-fulcrum/fulcrum-yaafi/gump_work/build_turbine-fulcrum_fulcrum-yaafi.html
Work Name: build_turbine-fulcrum_fulcrum-yaafi (Type: Build)
Work ended in a state of : Failed
Elapsed: 9 secs
Command Line: maven --offline jar 
[Working Directory: /srv/gump/public/workspace/turbine-fulcrum/yaafi]
CLASSPATH: 
/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/turbine-fulcrum/yaafi/target/classes:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/public/workspace/excalibur/framework/api/target/excalibur-framework-api-30062008.jar:/srv/gump/public/workspace/excalibur/framework/impl/target/excalibur-framework-impl-30062008.jar:/srv/gump/packages/jamonapi/jamon-2.7.jar
---------------------------------------------
/srv/gump/public/workspace/turbine-fulcrum/yaafi/src/java/org/apache/fulcrum/yaafi/spring/AvalonServiceContainerBean.java:36:
 package org.springframework.beans.factory does not exist
import org.springframework.beans.factory.BeanNameAware;
                                         ^
/srv/gump/public/workspace/turbine-fulcrum/yaafi/src/java/org/apache/fulcrum/yaafi/spring/AvalonServiceContainerBean.java:37:
 package org.springframework.beans does not exist
import org.springframework.beans.BeansException;
                                 ^
/srv/gump/public/workspace/turbine-fulcrum/yaafi/src/java/org/apache/fulcrum/yaafi/spring/AvalonServiceContainerBean.java:47:
 cannot find symbol
symbol: class BeanNameAware
public class AvalonServiceContainerBean implements BeanNameAware, 
BeanFactoryAware, ServiceManager, Initializable, Disposable
                                                   ^
/srv/gump/public/workspace/turbine-fulcrum/yaafi/src/java/org/apache/fulcrum/yaafi/spring/AvalonServiceContainerBean.java:47:
 cannot find symbol
symbol: class BeanFactoryAware
public class AvalonServiceContainerBean implements BeanNameAware, 
BeanFactoryAware, ServiceManager, Initializable, Disposable
                                                                  ^
/srv/gump/public/workspace/turbine-fulcrum/yaafi/src/java/org/apache/fulcrum/yaafi/spring/AvalonServiceContainerBean.java:65:
 cannot find symbol
symbol  : class BeanFactory
location: class org.apache.fulcrum.yaafi.spring.AvalonServiceContainerBean
    private BeanFactory beanFactory;
            ^
/srv/gump/public/workspace/turbine-fulcrum/yaafi/src/java/org/apache/fulcrum/yaafi/spring/AvalonServiceContainerBean.java:167:
 cannot find symbol
symbol  : class BeanFactory
location: class org.apache.fulcrum.yaafi.spring.AvalonServiceContainerBean
    public void setBeanFactory(BeanFactory beanFactory) throws BeansException
                               ^
/srv/gump/public/workspace/turbine-fulcrum/yaafi/src/java/org/apache/fulcrum/yaafi/spring/AvalonServiceContainerBean.java:167:
 cannot find symbol
symbol  : class BeansException
location: class org.apache.fulcrum.yaafi.spring.AvalonServiceContainerBean
    public void setBeanFactory(BeanFactory beanFactory) throws BeansException
                                                               ^
/srv/gump/public/workspace/turbine-fulcrum/yaafi/src/java/org/apache/fulcrum/yaafi/spring/AvalonServiceContainerBean.java:283:
 cannot find symbol
symbol  : class Log
location: class org.apache.fulcrum.yaafi.spring.AvalonServiceContainerBean
            Log log = LogFactory.getLog(this.getLoggerName());
            ^
/srv/gump/public/workspace/turbine-fulcrum/yaafi/src/java/org/apache/fulcrum/yaafi/spring/AvalonServiceContainerBean.java:283:
 cannot find symbol
symbol  : variable LogFactory
location: class org.apache.fulcrum.yaafi.spring.AvalonServiceContainerBean
            Log log = LogFactory.getLog(this.getLoggerName());
                      ^
20 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: 8 seconds
Finished at: Mon Jun 30 18:32:03 GMT-08:00 2008

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

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/turbine-fulcrum/fulcrum-yaafi/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/turbine-fulcrum/fulcrum-yaafi/atom.xml

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

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to