You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by Gump <de...@excalibur.apache.org> on 2004/10/28 10:31:08 UTC

[GUMP@brutus]: Project excalibur-logkit (in module excalibur) failed

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 excalibur-logkit 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:
    - excalibur-logkit :  Repository of reusable components.


Full details are available at:
    http://brutus.apache.org/gump/public/excalibur/excalibur-logkit/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Sole output [excalibur-logkit-28102004.jar] identifier set to project name
 -INFO- Made directory [/usr/local/gump/public/workspace/excalibur/containerkit/logkit/target/classes]
 -DEBUG- (Gump generated) Maven Properties in: /usr/local/gump/public/workspace/excalibur/containerkit/logkit/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /usr/local/gump/public/workspace/excalibur/containerkit/logkit/project.xml
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://brutus.apache.org/gump/public/excalibur/excalibur-logkit/gump_work/build_excalibur_excalibur-logkit.html
Work Name: build_excalibur_excalibur-logkit (Type: Build)
Work ended in a state of : Failed
Elapsed: 5 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/excalibur/containerkit/logkit]
CLASSPATH : /opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/excalibur/containerkit/logkit/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-stylebook.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-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/public/workspace/logging-log4j/log4j-28102004.jar:/usr/local/gump/public/workspace/logging-log4j/log4j-chainsaw-28102004.jar:/usr/local/gump/public/workspace/logging-log4j/log4j-lf5-28102004.jar:/usr/local/gump/public/workspace/jakarta-servletapi-4/lib/servlet.jar:/usr/local/gump/packages/javamail-1.3.2/lib/mailapi.jar:/usr/local/gump/packages/jms1.0.2/lib/jms.jar:/usr/local/gump/public/workspace/checkstyle/target/dist/checkstyle-28102004/checkstyle-28102004.jar:/usr/local/gump/packages/antlr-2.7.3/antlr.jar:/usr/local/gump/public/workspace/jakarta-regexp/build/jakarta-regexp-28102004.jar:/usr/local/gump/public/workspace/ant/bootstrap/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/bootstrap/lib/ant.jar:/usr/local/gump/public/workspace/jakarta-bcel/bin/bcel.jar:/usr/local/gump/public/workspace/jakarta-commons/beanutils/dist/commons-beanutils-core.jar:/usr/local/gump/public/workspace/jakarta-commons/cli/target/commons-cli-28102004.jar:/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-28102004.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-api.jar:/usr/local/gump/public/workspace/jdom/build/jdom.jar:/usr/local/gump/public/workspace/jakarta-velocity/bin/velocity-28102004.jar:/usr/local/gump/public/workspace/avalon-trunk/runtime/logkit/target/deliverables/jars/avalon-logkit-28102004.jar:/usr/local/gump/public/workspace/avalon-tools/tools/magic/target/deliverables/jars/avalon-tools-magic-28102004.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar
---------------------------------------------
symbol  : method setThreadDescription (java.lang.String)
location: class org.apache.log.output.lf5.LogKitLogRecord
            setThreadDescription( Thread.currentThread().getName() );
            ^
/home/gump/workspaces2/public/workspace/excalibur/containerkit/logkit/src/java/org/apache/log/output/lf5/LogKitLogRecord.java:93: cannot resolve symbol
symbol  : method setThrown (java.lang.Throwable)
location: class org.apache.log.output.lf5.LogKitLogRecord
        setThrown( event.getThrowable() );
        ^
/home/gump/workspaces2/public/workspace/excalibur/containerkit/logkit/src/java/org/apache/log/output/lf5/LogKitLogRecord.java:111: cannot resolve symbol
symbol  : variable LogLevel 
location: class org.apache.log.output.lf5.LogKitLogRecord
            return LogLevel.DEBUG;
                   ^
/home/gump/workspaces2/public/workspace/excalibur/containerkit/logkit/src/java/org/apache/log/output/lf5/LogKitLogRecord.java:115: cannot resolve symbol
symbol  : variable LogLevel 
location: class org.apache.log.output.lf5.LogKitLogRecord
            return LogLevel.INFO;
                   ^
/home/gump/workspaces2/public/workspace/excalibur/containerkit/logkit/src/java/org/apache/log/output/lf5/LogKitLogRecord.java:119: cannot resolve symbol
symbol  : variable LogLevel 
location: class org.apache.log.output.lf5.LogKitLogRecord
            return LogLevel.WARN;
                   ^
/home/gump/workspaces2/public/workspace/excalibur/containerkit/logkit/src/java/org/apache/log/output/lf5/LogKitLogRecord.java:123: cannot resolve symbol
symbol  : variable LogLevel 
location: class org.apache.log.output.lf5.LogKitLogRecord
            return LogLevel.ERROR;
                   ^
/home/gump/workspaces2/public/workspace/excalibur/containerkit/logkit/src/java/org/apache/log/output/lf5/LogKitLogRecord.java:127: cannot resolve symbol
symbol  : variable LogLevel 
location: class org.apache.log.output.lf5.LogKitLogRecord
            return LogLevel.FATAL;
                   ^
/home/gump/workspaces2/public/workspace/excalibur/containerkit/logkit/src/java/org/apache/log/output/lf5/LogKitLogRecord.java:131: cannot resolve symbol
symbol  : class LogLevel 
location: class org.apache.log.output.lf5.LogKitLogRecord
            return new LogLevel( priority.getName(), priority.getValue() );
                       ^
31 errors

BUILD FAILED
File...... /home/gump/.maven/cache/maven-java-plugin-1.4/plugin.jelly
Element... ant:javac
Line...... 53
Column.... 48
Compile failed; see the compiler error output for details.
Total time: 4 seconds
Finished at: Thu Oct 28 01:31:07 PDT 2004

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

To subscribe to this information via syndicated feeds:
- RSS: http://brutus.apache.org/gump/public/excalibur/excalibur-logkit/rss.xml
- Atom: http://brutus.apache.org/gump/public/excalibur/excalibur-logkit/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.1.0-alpha-0003.
Gump Run 09000028102004, brutus:brutus-public:09000028102004
Gump E-mail Identifier (unique within run) #16.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org