You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@excalibur.apache.org by Gump Integration Build <de...@excalibur.apache.org> on 2004/10/07 11:48:35 UTC

[GUMP@brutus]: Project excalibur-event-impl (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 folk at general@gump.apache.org.

Project excalibur-event-impl has an issue affecting its community integration.
This issue affects 4 projects, and has been outstanding for 4 runs.
Project State : 'Failed'
The following are affected:
    - excalibur-event :  Repository of reusable components.
    - excalibur-event-impl :  Repository of reusable components.
    - excalibur-fortress-container-api :  Repository of reusable components.
    - excalibur-fortress-meta :  Repository of reusable components.


Full details are available at:

    http://brutus.apache.org/gump/public/excalibur/excalibur-event-impl/index.html

That said, some snippets follow:


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


The following work was performed:
http://brutus.apache.org/gump/public/excalibur/excalibur-event-impl/gump_work/build_excalibur_excalibur-event-impl.html
Work Name: build_excalibur_excalibur-event-impl (Type: Build)
State: Failed
Elapsed: 6 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/excalibur/deprecated/event/impl]
CLASSPATH : /opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/excalibur/deprecated/event/impl/target/classes:/usr/local/gump/public/workspace/avalon-trunk/runtime/framework/api/target/deliverables/jars/avalon-framework-api-07102004.jar:/usr/local/gump/public/workspace/avalon-tools/tools/magic/target/deliverables/jars/avalon-tools-magic-07102004.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar:/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/avalon-trunk/runtime/framework/legacy/target/deliverables/jars/avalon-framework-legacy-07102004.jar:/usr/local/gump/public/workspace/avalon-trunk/runtime/framework/impl/target/deliverables/jars/avalon-framework-impl-07102004.jar:/usr/local/gump/public/workspace/excalibur/deprecated/event/api/target/excalibur-event-api-2.0.jar:/usr/local/gump/public/workspace/checkstyle/target/dist/checkstyle-07102004/checkstyle-07102004.jar:/usr/local/gump/packages/antlr-2.7.3/antlr.jar:/usr/local/gump/public/workspace/jakarta-regexp/build/jakarta-regexp-07102004.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-07102004.jar:/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-07102004.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-07102004.jar:/usr/local/gump/public/workspace/avalon-trunk/runtime/logkit/target/deliverables/jars/avalon-logkit-07102004.jar:/usr/local/gump/packages/dougLea/concurrent.jar:/usr/local/gump/public/workspace/excalibur/components/pool/api/target/excalibur-pool-api-2.0.0.jar:/usr/local/gump/public/workspace/excalibur/components/pool/impl/target/excalibur-pool-impl-2.0.0.jar:/usr/local/gump/public/workspace/excalibur/components/pool/instrumented/target/excalibur-pool-instrumented-2.0.0.jar:/usr/local/gump/public/workspace/excalibur/containerkit/instrument/api/target/excalibur-instrument-api-1.2-dev.jar---------------------------------------------
        assertEquals( "Exceptions while running the test",
        ^
/usr/local/gump/public/workspace/excalibur/deprecated/event/impl/src/test/org/apache/excalibur/mpool/test/MultiThreadedPoolComparisonProfile.java:56: cannot resolve symbol
symbol  : method fail (java.lang.String)
location: class org.apache.excalibur.mpool.test.MultiThreadedPoolComparisonProfile
            fail( "gets must be evenly divisible by THREADS" );
            ^
/usr/local/gump/public/workspace/excalibur/deprecated/event/impl/src/test/org/apache/excalibur/mpool/test/MultiThreadedPoolComparisonProfile.java:88: cannot resolve symbol
symbol  : method assertTrue (java.lang.String,boolean)
location: class org.apache.excalibur.mpool.test.MultiThreadedPoolComparisonProfile
        assertTrue( "m_getCount == 0 (" + m_getCount + ")", m_getCount == 0 );
        ^
/usr/local/gump/public/workspace/excalibur/deprecated/event/impl/src/test/org/apache/excalibur/mpool/test/MultiThreadedPoolComparisonProfile.java:108: cannot resolve symbol
symbol  : method fail (java.lang.String)
location: class org.apache.excalibur.mpool.test.MultiThreadedPoolComparisonProfile
            fail( "gets must be evenly divisible by THREADS" );
            ^
/usr/local/gump/public/workspace/excalibur/deprecated/event/impl/src/test/org/apache/excalibur/mpool/test/MultiThreadedPoolComparisonProfile.java:140: cannot resolve symbol
symbol  : method assertTrue (java.lang.String,boolean)
location: class org.apache.excalibur.mpool.test.MultiThreadedPoolComparisonProfile
        assertTrue( "m_getCount == 0 (" + m_getCount + ")", m_getCount == 0 );
        ^
/usr/local/gump/public/workspace/excalibur/deprecated/event/impl/src/test/org/apache/excalibur/util/test/SystemUtilTestCase.java:44: cannot resolve symbol
symbol  : method assertEquals (java.lang.String,java.lang.String)
location: class org.apache.excalibur.util.test.SystemUtilTestCase
        assertEquals( SystemUtil.architecture(), System.getProperty( "os.arch" ) );
        ^
/usr/local/gump/public/workspace/excalibur/deprecated/event/impl/src/test/org/apache/excalibur/util/test/SystemUtilTestCase.java:45: cannot resolve symbol
symbol  : method assertEquals (java.lang.String,java.lang.String)
location: class org.apache.excalibur.util.test.SystemUtilTestCase
        assertEquals( SystemUtil.operatingSystem(), System.getProperty( "os.name" ) );
        ^
/usr/local/gump/public/workspace/excalibur/deprecated/event/impl/src/test/org/apache/excalibur/util/test/SystemUtilTestCase.java:46: cannot resolve symbol
symbol  : method assertEquals (java.lang.String,java.lang.String)
location: class org.apache.excalibur.util.test.SystemUtilTestCase
        assertEquals( SystemUtil.osVersion(), System.getProperty( "os.version" ) );
        ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
51 errors

BUILD FAILED
File...... /home/gump/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly
Element... javac
Line...... 52
Column.... 46
Compile failed; see the compiler error output for details.
Total time: 5 seconds
Finished at: Thu Oct 07 02:48:35 PDT 2004

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




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


--
Gump E-mail Identifier (within run) #25.
Produced by Gump 2.1.0-alpha-0003.
[Run (10000007102004, brutus:brutus-public:10000007102004)]
http://brutus.apache.org/gump/public/index.html
http://brutus.apache.org/gump/public/options.html

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@excalibur.apache.org
For additional commands, e-mail: dev-help@excalibur.apache.org
Apache Excalibur Project -- URL: http://excalibur.apache.org/