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 2007/04/21 00:40:32 UTC

[GUMP@vmgump]: Project excalibur-fortress-testcase (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-fortress-testcase 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-fortress-testcase :  Repository of reusable components.


Full details are available at:
    http://vmgump.apache.org/gump/public/excalibur/excalibur-fortress-testcase/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Sole output [excalibur-fortress-testcase-20042007.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- Dependency on excalibur-logkit exists, no need to add for property maven.jar.avalon-logkit.
 -DEBUG- (Gump generated) Maven Properties in: /usr/local/gump/public/workspace/excalibur/fortress/testcase/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /usr/local/gump/public/workspace/excalibur/fortress/testcase/project.xml
 -DEBUG- Maven project properties in: /usr/local/gump/public/workspace/excalibur/fortress/testcase/project.properties
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/excalibur/excalibur-fortress-testcase/gump_work/build_excalibur_excalibur-fortress-testcase.html
Work Name: build_excalibur_excalibur-fortress-testcase (Type: Build)
Work ended in a state of : Failed
Elapsed: 6 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/excalibur/fortress/testcase]
CLASSPATH: /opt/jdk1.5/lib/tools.jar:/usr/local/gump/packages/bcel-5.2/bcel-5.2.jar:/usr/local/gump/public/workspace/jakarta-commons/beanutils/dist/commons-beanutils-core.jar:/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-20042007.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-20042007.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-20042007.jar:/usr/local/gump/packages/dougLea/concurrent.jar:/usr/local/gump/packages/d-haven-event-1.0.3/d-haven-event-1.0.3.jar:/usr/local/gump/packages/d-haven-managed-pool-1.0/managed-pool.jar:/usr/local/gump/public/workspace/excalibur/fortress/container-api/target/excalibur-fortress-container-api-20042007.jar:/usr/local/gump/public/workspace/excalibur/fortress/container-impl/target/excalibur-fortress-container-impl-20042007.jar:/usr/local/gump/public/workspace/excalibur/framework/api/target/excalibur-framework-api-20042007.jar:/usr/local/gump/public/workspace/excalibur/framework/impl/target/excalibur-framework-impl-20042007.jar:/usr/local/gump/public/workspace/excalibur/containerkit/instrument/api/target/excalibur-instrument-api-20042007.jar:/usr/local/gump/public/workspace/excalibur/containerkit/instrument/mgr-api/target/excalibur-instrument-mgr-api-20042007.jar:/usr/local/gump/public/workspace/excalibur/containerkit/instrument/mgr-impl/target/excalibur-instrument-mgr-impl-20042007.jar:/usr/local/gump/public/workspace/excalibur/containerkit/lifecycle/api/target/excalibur-lifecycle-api-20042007.jar:/usr/local/gump/public/workspace/excalibur/containerkit/lifecycle/impl/target/excalibur-lifecycle-impl-20042007.jar:/usr/local/gump/public/workspace/excalibur/containerkit/logger/target/excalibur-logger-20042007.jar:/usr/local/gump/public/workspace/excalibur/containerkit/logkit/target/excalibur-logkit-20042007.jar:/usr/local/gump/public/workspace/excalibur/components/pool/api/target/excalibur-pool-api-20042007.jar:/usr/local/gump/public/workspace/excalibur/components/pool/impl/target/excalibur-pool-impl-20042007.jar:/usr/local/gump/public/workspace/excalibur/components/pool/instrumented/target/excalibur-pool-instrumented-20042007.jar:/usr/local/gump/public/workspace/excalibur/components/sourceresolve/target/excalibur-sourceresolve-20042007.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar
---------------------------------------------
/x1/gump/public/workspace/excalibur/fortress/testcase/src/java/org/apache/avalon/fortress/testcase/FortressTestCase.java:23: 'class' or 'interface' expected
import junit.framework.TestCase;
^
/x1/gump/public/workspace/excalibur/fortress/testcase/src/java/org/apache/avalon/fortress/testcase/FortressTestCase.java:25: 'class' or 'interface' expected
import org.apache.avalon.fortress.ContainerManager;
^
/x1/gump/public/workspace/excalibur/fortress/testcase/src/java/org/apache/avalon/fortress/testcase/FortressTestCase.java:26: 'class' or 'interface' expected
import org.apache.avalon.fortress.impl.DefaultContainer;
^
/x1/gump/public/workspace/excalibur/fortress/testcase/src/java/org/apache/avalon/fortress/testcase/FortressTestCase.java:27: 'class' or 'interface' expected
import org.apache.avalon.fortress.impl.DefaultContainerManager;
^
/x1/gump/public/workspace/excalibur/fortress/testcase/src/java/org/apache/avalon/fortress/testcase/FortressTestCase.java:28: 'class' or 'interface' expected
import org.apache.avalon.fortress.impl.handler.ComponentHandler;
^
/x1/gump/public/workspace/excalibur/fortress/testcase/src/java/org/apache/avalon/fortress/testcase/FortressTestCase.java:29: 'class' or 'interface' expected
import org.apache.avalon.fortress.impl.handler.PrepareHandlerCommand;
^
/x1/gump/public/workspace/excalibur/fortress/testcase/src/java/org/apache/avalon/fortress/testcase/FortressTestCase.java:30: 'class' or 'interface' expected
import org.apache.avalon.fortress.util.FortressConfig;
^
/x1/gump/public/workspace/excalibur/fortress/testcase/src/java/org/apache/avalon/fortress/testcase/FortressTestCase.java:32: 'class' or 'interface' expected
import org.apache.avalon.framework.configuration.Configuration;
^
/x1/gump/public/workspace/excalibur/fortress/testcase/src/java/org/apache/avalon/fortress/testcase/FortressTestCase.java:33: 'class' or 'interface' expected
import org.apache.avalon.framework.configuration.ConfigurationException;
^
/x1/gump/public/workspace/excalibur/fortress/testcase/src/java/org/apache/avalon/fortress/testcase/FortressTestCase.java:34: 'class' or 'interface' expected
import org.apache.avalon.framework.configuration.DefaultConfigurationBuilder;
^
/x1/gump/public/workspace/excalibur/fortress/testcase/src/java/org/apache/avalon/fortress/testcase/FortressTestCase.java:35: 'class' or 'interface' expected
import org.apache.avalon.framework.container.ContainerUtil;
^
/x1/gump/public/workspace/excalibur/fortress/testcase/src/java/org/apache/avalon/fortress/testcase/FortressTestCase.java:36: 'class' or 'interface' expected
import org.apache.avalon.framework.context.Context;
^
/x1/gump/public/workspace/excalibur/fortress/testcase/src/java/org/apache/avalon/fortress/testcase/FortressTestCase.java:37: 'class' or 'interface' expected
import org.apache.avalon.framework.service.ServiceManager;
^
15 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: 5 seconds
Finished at: Fri Apr 20 15:40:31 PDT 2007

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

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

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 14000820042007, vmgump.apache.org:vmgump-public:14000820042007
Gump E-mail Identifier (unique within run) #2.

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

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