Dear Gumpmeisters,
            
The following 1 notifys should have been sent

*********************************************************** G U M P
[EMAIL PROTECTED]: Project logging-log4j-component (in module 
logging-log4j-component) failed
*********************************************************** G U M P
[EMAIL PROTECTED]: Project logging-log4j-component (in module 
logging-log4j-component) failed
Failed with to: [EMAIL PROTECTED] from: [<[EMAIL PROTECTED]>]
Failed to send notify e-mail: {'[EMAIL PROTECTED]': (550, 'sorry, your envelope 
sender is in my badmailfrom list')}
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 logging-log4j-component has an issue affecting its community 
integration.
This issue affects 2 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - logging-log4j-component :  Back-port of log4j 1.3 component framework for 
use with log4...
    - logging-log4j-receivers :  Back-port of log4j 1.3 receivers for use with 
log4j 1.2.  (E...


Full details are available at:
    
http://vmgump.apache.org/gump/public/logging-log4j-component/logging-log4j-component/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -INFO- Failed with reason build failed
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/logging-log4j-component/logging-log4j-component/gump_work/build_logging-log4j-component_logging-log4j-component.html
Work Name: build_logging-log4j-component_logging-log4j-component (Type: Build)
Work ended in a state of : Failed
Elapsed: 3 secs
Command Line: java -Djava.awt.headless=true org.apache.tools.ant.Main 
-Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only 
-Dproject.version=21042007 gump 
[Working Directory: /usr/local/gump/public/workspace/logging-log4j-component]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/logging-log4j-12/dist/lib/log4j-21042007.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar
---------------------------------------------
    [javac]             logger = Logger.getLogger(this.getClass());
    [javac]                                       ^
    [javac] 
/x1/gump/public/workspace/logging-log4j-component/src/test/java/org/apache/log4j/plugins/PluginTestCase.java:618:
 non-static method setName(java.lang.String) cannot be referenced from a static 
context
    [javac]             setName(_name);
    [javac]             ^
    [javac] 
/x1/gump/public/workspace/logging-log4j-component/src/test/java/org/apache/log4j/plugins/PluginTestCase.java:627:
 cannot find symbol
    [javac] symbol  : method getClass()
    [javac] location: class 
org.apache.log4j.plugins.PluginTestCase.PluginTester2
    [javac]             logger = Logger.getLogger(this.getClass());
    [javac]                                       ^
    [javac] 
/x1/gump/public/workspace/logging-log4j-component/src/test/java/org/apache/log4j/plugins/PluginTestCase.java:628:
 non-static method setName(java.lang.String) cannot be referenced from a static 
context
    [javac]             setName(_name);
    [javac]             ^
    [javac] 
/x1/gump/public/workspace/logging-log4j-component/src/test/java/org/apache/log4j/xml/PluginConfiguratorTest.java:52:
 cannot find symbol
    [javac] symbol  : class PluginConfigurator
    [javac] location: class org.apache.log4j.xml.PluginConfiguratorTest
    [javac]         PluginConfigurator conf = new PluginConfigurator();
    [javac]         ^
    [javac] 
/x1/gump/public/workspace/logging-log4j-component/src/test/java/org/apache/log4j/xml/PluginConfiguratorTest.java:52:
 cannot find symbol
    [javac] symbol  : class PluginConfigurator
    [javac] location: class org.apache.log4j.xml.PluginConfiguratorTest
    [javac]         PluginConfigurator conf = new PluginConfigurator();
    [javac]                                       ^
    [javac] 
/x1/gump/public/workspace/logging-log4j-component/src/test/java/org/apache/log4j/xml/PluginConfiguratorTest.java:53:
 cannot find symbol
    [javac] symbol  : class LoggerRepositoryExImpl
    [javac] location: class org.apache.log4j.xml.PluginConfiguratorTest
    [javac]         LoggerRepositoryExImpl repo = new LoggerRepositoryExImpl(
    [javac]         ^
    [javac] 
/x1/gump/public/workspace/logging-log4j-component/src/test/java/org/apache/log4j/xml/PluginConfiguratorTest.java:53:
 cannot find symbol
    [javac] symbol  : class LoggerRepositoryExImpl
    [javac] location: class org.apache.log4j.xml.PluginConfiguratorTest
    [javac]         LoggerRepositoryExImpl repo = new LoggerRepositoryExImpl(
    [javac]                                           ^
    [javac] 
/x1/gump/public/workspace/logging-log4j-component/src/test/java/org/apache/log4j/xml/PluginConfiguratorTest.java:56:
 cannot find symbol
    [javac] symbol  : class PluginRegistry
    [javac] location: class org.apache.log4j.xml.PluginConfiguratorTest
    [javac]         PluginRegistry plugins = repo.getPluginRegistry();
    [javac]         ^
    [javac] 
/x1/gump/public/workspace/logging-log4j-component/src/test/java/org/apache/log4j/xml/PluginConfiguratorTest.java:59:
 cannot access org.apache.log4j.xml.MockReceiver
    [javac] bad class file: null
    [javac] unable to access file: 
/x1/gump/public/workspace/logging-log4j-component/src/test/java/org/apache/log4j/xml/MockReceiver.java
 (No such file or directory)
    [javac] Please remove or make sure it appears in the correct subdirectory 
of the classpath.
    [javac]                 MockReceiver.class);
    [javac]                 ^
    [javac] 40 errors

BUILD FAILED
/x1/gump/public/workspace/logging-log4j-component/build.xml:100: Compile 
failed; see the compiler error output for details.

Total time: 3 seconds
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/logging-log4j-component/logging-log4j-component/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/logging-log4j-component/logging-log4j-component/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 14001621042007, vmgump.apache.org:vmgump-public:14001621042007
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