Run| Workspace| Log| Issues| Fixes| Pre-reqs| Stats| XRef| Maven Repository Proxy Log Gump Logo

Details

Parameters

Prefix Name Value
--offline
jar

Environment Overrides

Name Value
CLASSPATH :/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar /srv/gump/public/workspace/excalibur/fortress/container-test/target/classes /srv/gump/public/workspace/excalibur/fortress/container-test/target/test-classes /srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar /srv/gump/public/workspace/ant/dist/lib/ant-swing.jar /srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar /srv/gump/public/workspace/ant/dist/lib/ant-trax.jar /srv/gump/public/workspace/ant/dist/lib/ant-junit.jar /srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar /srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar /srv/gump/public/workspace/ant/dist/lib/ant.jar /srv/gump/packages/junit3.8.1/junit.jar /srv/gump/public/workspace/xml-commons/java/build/resolver.jar /srv/gump/public/workspace/junit/dist/junit-19072008.jar /srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar /srv/gump/public/workspace/excalibur/framework/api/target/excalibur-framework-api-19072008.jar /srv/gump/public/workspace/excalibur/framework/impl/target/excalibur-framework-impl-19072008.jar /srv/gump/packages/avalon-logkit/avalon-logkit-2.1.jar /srv/gump/public/workspace/jakarta-bcel/target/bcel-5.3-SNAPSHOT.jar /srv/gump/public/workspace/apache-commons/collections/build/commons-collections-19072008.jar /srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-19072008.jar /srv/gump/packages/dougLea/concurrent.jar /srv/gump/public/workspace/excalibur/deprecated/event/api/target/excalibur-event-api-19072008.jar /srv/gump/public/workspace/excalibur/deprecated/event/impl/target/excalibur-event-impl-19072008.jar /srv/gump/public/workspace/excalibur/fortress/bean/target/excalibur-fortress-bean-19072008.jar /srv/gump/public/workspace/excalibur/fortress/container-api/target/excalibur-fortress-container-api-19072008.jar /srv/gump/public/workspace/excalibur/fortress/container-impl/target/excalibur-fortress-container-impl-19072008.jar /srv/gump/public/workspace/excalibur/fortress/meta/target/excalibur-fortress-meta-19072008.jar /srv/gump/public/workspace/excalibur/containerkit/instrument/api/target/excalibur-instrument-api-19072008.jar /srv/gump/public/workspace/excalibur/containerkit/instrument/mgr-api/target/excalibur-instrument-mgr-api-19072008.jar /srv/gump/public/workspace/excalibur/containerkit/instrument/mgr-impl/target/excalibur-instrument-mgr-impl-19072008.jar /srv/gump/public/workspace/excalibur/containerkit/lifecycle/api/target/excalibur-lifecycle-api-19072008.jar /srv/gump/public/workspace/excalibur/containerkit/lifecycle/impl/target/excalibur-lifecycle-impl-19072008.jar /srv/gump/public/workspace/excalibur/containerkit/logger/target/excalibur-logger-19072008.jar /srv/gump/public/workspace/excalibur/components/sourceresolve/target/excalibur-sourceresolve-19072008.jar /srv/gump/packages/d-haven-event-1.0.3/d-haven-event-1.0.3.jar /srv/gump/packages/d-haven-managed-pool-1.0/managed-pool.jar /srv/gump/packages/qdox-1.6.3/qdox-1.6.3.jar /srv/gump/public/workspace/checkstyle/target/dist/checkstyle-19072008/checkstyle-19072008.jar /srv/gump/packages/antlr-2.7.6/antlr.jar /srv/gump/public/workspace/jakarta-regexp/build/jakarta-regexp-19072008.jar /srv/gump/public/workspace/commons-cli-1.0.x/target/commons-cli-19072008.jar /srv/gump/public/workspace/apache-commons/logging/target/commons-logging-19072008.jar /srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-19072008.jar

Command Line

maven --offline jar 

Output

 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

build:start:

java:prepare-filesystem:

java:compile:
    [echo] Compiling to /srv/gump/public/workspace/excalibur/fortress/container-test/target/classes
    [echo] No java source files to compile.

java:jar-resources:
Copying 2 files to /srv/gump/public/workspace/excalibur/fortress/container-test/target/classes

test:prepare-filesystem:

test:test-resources:
Copying 3 files to /srv/gump/public/workspace/excalibur/fortress/container-test/target/test-classes

test:compile:
    [javac] Compiling 39 source files to /srv/gump/public/workspace/excalibur/fortress/container-test/target/test-classes
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
provide-fortress-meta:
    [fortress-collect-meta] Writing Info descriptors as property files (.meta).
    [fortress-collect-meta] Collecting service information.
    [fortress-collect-meta] Processing service org.apache.avalon.fortress.test.data.Role4
    [fortress-collect-meta] Processing service org.apache.avalon.fortress.test.data.Role2
    [fortress-collect-meta] Processing service org.apache.avalon.fortress.test.data.Role1
    [fortress-collect-meta] Processing service org.apache.avalon.fortress.test.data.BaseRole
    [fortress-collect-meta] Processing service org.apache.avalon.fortress.test.data.Role3


test:test:
    [junit] Running org.apache.avalon.fortress.impl.lookup.test.FortressServiceManagerTestCase
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.04 sec
    [junit] Running org.apache.avalon.fortress.impl.test.ComponentHandlerEntryTestCase
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.035 sec
    [junit] Running org.apache.avalon.fortress.impl.test.ComponentHandlerMetaDataTestCase
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.032 sec
    [junit] Running org.apache.avalon.fortress.impl.role.test.ConfigurableRoleManagerTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.065 sec
    [junit] Running org.apache.avalon.fortress.impl.role.test.ServiceMetaManagerTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.155 sec
    [junit] Running org.apache.avalon.fortress.impl.role.test.Role2MetaInfoManagerTestCase
[WARNING] Unable to load class org.apache.avalon.excalibur.datasource.JdbcDataSource. Skipping.
[WARNING] Unable to load class org.apache.avalon.excalibur.datasource.J2eeDataSource. Skipping.
[WARNING] Unable to load class org.apache.avalon.excalibur.datasource.InformixDataSource. Skipping.
[WARNING] Unable to load class org.apache.avalon.excalibur.monitor.ActiveMonitor. Skipping.
[WARNING] Unable to load class org.apache.avalon.excalibur.monitor.PassiveMonitor. Skipping.
[WARNING] Unable to load class org.apache.excalibur.xml.xpath.XPathProcessorImpl. Skipping.
[WARNING] Unable to load class org.apache.excalibur.xml.xpath.JaxenProcessorImpl. Skipping.
[WARNING] Unable to load class org.apache.excalibur.xml.impl.JaxpParser. Skipping.
[WARNING] Unable to load class org.apache.excalibur.xml.impl.XercesParser. Skipping.
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.034 sec
    [junit] Running org.apache.avalon.fortress.impl.role.test.FortressRoleManagerTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.avalon.fortress.impl.extensions.test.InstrumentableCreatorTestCase
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.036 sec
    [junit] Running org.apache.avalon.fortress.util.dag.test.VertexTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.009 sec
    [junit] Running org.apache.avalon.fortress.util.dag.test.DirectedAcyclicGraphVerifierTestCase
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.007 sec
    [junit] Running org.apache.avalon.fortress.util.test.LifecycleExtensionManagerTestCase
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.016 sec
    [junit] Running org.apache.avalon.fortress.util.test.ComponentTestCase
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.038 sec
    [junit] Running org.apache.avalon.fortress.util.test.OverridableContextTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.008 sec
    [junit] Running org.apache.avalon.fortress.util.test.ContextManagerTestCase
[DEBUG] A preloaded Configuration was not found for key: impl.logManager.config  This may be Ok depending on other configured context values.
[DEBUG] Resolving 'resource://org/apache/avalon/fortress/test/data/test1.xlog' with base 'null' in context 'file:/srv/gump/public/workspace/excalibur/fortress/container-test/'
[DEBUG] Resolved to systemID : resource://org/apache/avalon/fortress/test/data/test1.xlog
[DEBUG] Creating source object for resource://org/apache/avalon/fortress/test/data/test1.xlog
[DEBUG] Releasing source object for resource://org/apache/avalon/fortress/test/data/test1.xlog
[DEBUG] Added new LogTargetFactory of type file
[DEBUG] Added new LogTarget of id root
[DEBUG] added logger for category fortress.fortress
[DEBUG] added logger for category fortress
[DEBUG] Logger for category fortress.system.roles.defaults not defined in configuration. New Logger created and returned
[DEBUG] Logger for category fortress.system.meta not defined in configuration. New Logger created and returned
[DEBUG] Logger for category fortress.system.command not defined in configuration. New Logger created and returned
[DEBUG] Could not copy Context parameters.  This may be Ok depending on other configured context values.
[DEBUG] A preloaded Configuration was not found for key: impl.configuration  This may be Ok depending on other configured context values.
[DEBUG] Resolving 'resource://org/apache/avalon/fortress/test/data/test1.xconf' with base 'null' in context 'file:/srv/gump/public/workspace/excalibur/fortress/container-test/'
[DEBUG] Resolved to systemID : resource://org/apache/avalon/fortress/test/data/test1.xconf
[DEBUG] Creating source object for resource://org/apache/avalon/fortress/test/data/test1.xconf
[DEBUG] Releasing source object for resource://org/apache/avalon/fortress/test/data/test1.xconf
[DEBUG] Shutting down: org.d_haven.event.command.DefaultCommandManager{m_eventPipeline=org.d_haven.event.command.CommandEventPipeline{m_incoming=org.d_haven.event.impl.DefaultPipe{m_timeout=0,m_predicate=org.d_haven.event.command.SwitchedEnqueuePredicate{m_isAccepting=true},m_interceptor=org.d_haven.event.impl.NullDequeueInterceptor,m_elements=[]},m_recurring=org.d_haven.event.impl.DefaultPipe{m_timeout=0,m_predicate=org.d_haven.event.impl.NullEnqueuePredicate,m_interceptor=org.d_haven.event.impl.NullDequeueInterceptor,m_elements=[org.d_haven.event.command.DefaultCommandManager$DelayedCommandInfo{m_command=org.d_haven.mpool.ManagePoolsCommand{m_pools=[]},m_nextRunTime=1216530357535,m_numExecutions=0,m_repeatable=true}]},m_eventHandler=org.d_haven.event.command.CommandEventHandler{m_failureHandler=org.apache.avalon.fortress.util.FortressCommandFailureHandler@1c45731,m_predicate=org.d_haven.event.command.SwitchedEnqueuePredicate{m_isAccepting=true}}},m_enqueuePredicate=org.d_haven.event.command.SwitchedEnqueuePredicate{m_isAccepting=true}}
[DEBUG] Done.
[DEBUG] Shutting down: org.apache.avalon.fortress.impl.role.ServiceMetaManager@1388e5e
[DEBUG] Done.
[DEBUG] Shutting down: org.d_haven.mpool.DefaultPoolManager{m_pools=[]}
[DEBUG] Done.
[DEBUG] Shutting down: org.d_haven.event.command.DefaultThreadManager{m_policy=org.d_haven.event.command.ProcessorBoundThreadPolicy{m_executor=EDU.oswego.cs.dl.util.concurrent.PooledExecutor@ad483,m_numThreads=5,m_waitTime=1000}}
[DEBUG] Done.
[DEBUG] Shutting down: org.apache.avalon.excalibur.logger.LogKitLoggerManager@10613aa
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.364 sec
    [junit] Running org.apache.avalon.fortress.util.test.CompositeExceptionTestCase
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.013 sec
    [junit] Running org.apache.avalon.fortress.util.test.FortressConfigTestCase
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.084 sec
    [junit] Running org.apache.avalon.fortress.test.RoleEntryTestCase
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.027 sec
    [junit] Running org.apache.avalon.fortress.test.MetaInfoEntryTestCase
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.028 sec
    [junit] Running org.apache.avalon.fortress.test.InitializationExceptionTestCase
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.017 sec
    [junit] Running org.apache.avalon.fortress.test.HandlersTestCase
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 7.292 sec

jar:jar:
    [mkdir] Created dir: /srv/gump/public/workspace/excalibur/fortress/container-test/target/classes/META-INF
    [get] Getting: http://svn.apache.org/repos/asf/excalibur/trunk/LICENSE.txt
    [get] Getting: http://svn.apache.org/repos/asf/excalibur/trunk/NOTICE.txt
    [jar] Building jar: /srv/gump/public/workspace/excalibur/fortress/container-test/target/excalibur-fortress-container-test-19072008.jar
BUILD SUCCESSFUL
Total time: 18 seconds
Finished at: Sat Jul 19 21:05:56 GMT-08:00 2008

Last Updated: Sat, 19 Jul 2008 16:01:04 ().Python Logo