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/09/19 21:27:29 UTC

[GUMP@brutus]: excalibur/excalibur-thread-impl 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-thread-impl has an issue affecting its community integration.
This issue affects 6 projects.
Project State : 'Failed'
The following are affected:
    - avalon-tutorial-webserver :  Avalon SVN
    - cornerstone-connection-impl :  Avalon SVN
    - cornerstone-scheduler-impl :  Avalon SVN
    - cornerstone-threads-impl :  Avalon SVN
    - cornerstone-threads-tutorial :  Avalon SVN
    - excalibur-thread-impl :  Repository of reusable components.


Full details are available at:

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

That said, some snippets follow:


The following annotations were provided:
 -DEBUG- Sole jar [excalibur-thread-impl-2.0.0.jar] identifier set to project name
 -INFO- Made directory [/usr/local/gump/public/workspace/excalibur/components/thread/impl/target/classes]
 -DEBUG- (Gump generated) Maven Properties in: /usr/local/gump/public/workspace/excalibur/components/thread/impl/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /usr/local/gump/public/workspace/excalibur/components/thread/impl/project.xml
 -DEBUG- Maven project properties in: /usr/local/gump/public/workspace/excalibur/components/thread/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-thread-impl/gump_work/build_excalibur_excalibur-thread-impl.html
Work Name: build_excalibur_excalibur-thread-impl (Type: Build)
State: Failed
Elapsed: 9 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/excalibur/components/thread/impl]
CLASSPATH : /usr/local/j2sdk1.4.2_04/lib/tools.jar:/usr/local/gump/public/workspace/excalibur/components/thread/impl/target/classes:/usr/local/gump/public/workspace/avalon-trunk/runtime/framework/api/target/deliverables/jars/avalon-framework-api-19092004.jar:/usr/local/gump/public/workspace/avalon-tools/tools/magic/target/deliverables/jars/avalon-tools-magic-19092004.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-19092004.jar:/usr/local/gump/public/workspace/avalon-trunk/runtime/framework/impl/target/deliverables/jars/avalon-framework-impl-19092004.jar:/usr/local/gump/public/workspace/excalibur/components/thread/api/target/excalibur-thread-api-2.0.0.jar:/usr/local/gump/public/workspace/checkstyle/target/dist/checkstyle-19092004/checkstyle-19092004.jar:/usr/local/gump/packages/antlr-2.7.3/antlr.jar:/usr/local/gump/public/workspace/jakarta-regexp/build/jakarta-regexp-19092004.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-19092004.jar:/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-19092004.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-19092004.jar:/usr/local/gump/public/workspace/avalon-trunk/runtime/logkit/target/deliverables/jars/avalon-logkit-19092004.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/packages/dougLea/concurrent.jar:/usr/local/gump/packages/junitperf-1.8/lib/junitperf.jar---------------------------------------------

test:compile:
    [javac] Compiling 3 source files to /usr/local/gump/public/workspace/excalibur/components/thread/impl/target/test-classes
/usr/local/gump/public/workspace/excalibur/components/thread/impl/src/test/org/apache/avalon/excalibur/thread/impl/test/ResourceLimitingThreadPoolTestCase.java:19: package junit.framework does not exist
import junit.framework.TestCase;
                       ^
/usr/local/gump/public/workspace/excalibur/components/thread/impl/src/test/org/apache/avalon/excalibur/thread/impl/test/ResourceLimitingThreadPoolTestCase.java:29: cannot resolve symbol
symbol  : class TestCase 
location: class org.apache.avalon.excalibur.thread.impl.test.ResourceLimitingThreadPoolTestCase
    extends TestCase
            ^
/usr/local/gump/public/workspace/excalibur/components/thread/impl/src/test/org/apache/avalon/excalibur/thread/impl/test/DefaultThreadPoolTestCase.java:19: package junit.framework does not exist
import junit.framework.TestCase;
                       ^
/usr/local/gump/public/workspace/excalibur/components/thread/impl/src/test/org/apache/avalon/excalibur/thread/impl/test/DefaultThreadPoolTestCase.java:29: cannot resolve symbol
symbol  : class TestCase 
location: class org.apache.avalon.excalibur.thread.impl.test.DefaultThreadPoolTestCase
    extends TestCase
            ^
/usr/local/gump/public/workspace/excalibur/components/thread/impl/src/test/org/apache/avalon/excalibur/thread/impl/test/ResourceLimitingThreadPoolTestCase.java:132: cannot resolve symbol
symbol  : method fail (java.lang.String)
location: class org.apache.avalon.excalibur.thread.impl.test.ResourceLimitingThreadPoolTestCase
                    fail( "Should have failed when requesting more than max resources." );
                    ^
/usr/local/gump/public/workspace/excalibur/components/thread/impl/src/test/org/apache/avalon/excalibur/thread/impl/test/ResourceLimitingThreadPoolTestCase.java:148: cannot resolve symbol
symbol  : method assertEquals (java.lang.String,int,int)
location: class org.apache.avalon.excalibur.thread.impl.test.ResourceLimitingThreadPoolTestCase
        assertEquals( "The pool size was not what it should be.", firstSize, pool.getSize() );
        ^
/usr/local/gump/public/workspace/excalibur/components/thread/impl/src/test/org/apache/avalon/excalibur/thread/impl/test/ResourceLimitingThreadPoolTestCase.java:154: cannot resolve symbol
symbol  : method fail (java.lang.String)
location: class org.apache.avalon.excalibur.thread.impl.test.ResourceLimitingThreadPoolTestCase
            fail( "Time to start all tasks, " + dur +
            ^
/usr/local/gump/public/workspace/excalibur/components/thread/impl/src/test/org/apache/avalon/excalibur/thread/impl/test/ResourceLimitingThreadPoolTestCase.java:176: cannot resolve symbol
symbol  : method fail (java.lang.String)
location: class org.apache.avalon.excalibur.thread.impl.test.ResourceLimitingThreadPoolTestCase
            fail( "Time to complete all tasks, " + dur +
            ^
8 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: 9 seconds
Finished at: Sun Sep 19 12:27:28 PDT 2004

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




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


--
Gump E-mail Identifier (within run) #4.
Produced by Gump 2.1.0-alpha-0003.
[Run (27001019092004, brutus:brutus-public:27001019092004)]
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/