Online report :
http://vmbuild.apache.org/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/291/buildId/265392
Build statistics:
State: Failed
Previous State: Ok
Started at: Tue, 21 Aug 2007 00:02:41 -0700
Finished at: Tue, 21 Aug 2007 00:05:28 -0700
Total time: 2m 46s
Build Trigger: Schedule
Exit code: 1
Building machine hostname: vmbuild.apache.org
Operating system : Linux(unknown)
Java version : 1.5.0_06(Sun Microsystems Inc.)
Changes
cziegeler Refactoring of thread module: use o.a.c.thread and
o.a.c.thread.impl as package names.
/cocoon/trunk/blocks/cocoon-cron/cocoon-cron-impl/src/main/java/org/apache/cocoon/components/cron/QuartzJobScheduler.java
/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/apache/cocoon/portal/coplet/adapter/impl/AbstractCopletAdapter.java
/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/src/main/java/org/apache/cocoon/portal/deployment/impl/DefaultDeploymentManager.java
/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/src/main/java/org/apache/cocoon/portal/pluto/om/PortletDefinitionRegistryImpl.java
/cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/components/source/helpers/DelaySourceRefresher.java
/cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/transformation/IncludeTransformer.java
/cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/transformation/helpers/DefaultIncludeCacheManager.java
/cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/java/org/apache/cocoon/components/flow/ContinuationsManagerImpl.java
/cocoon/trunk/core/cocoon-thread/cocoon-thread-api/src/main/java/org/apache/cocoon/components
/cocoon/trunk/core/cocoon-thread/cocoon-thread-api/src/main/java/org/apache/cocoon/thread
(from
/cocoon/trunk/core/cocoon-thread/cocoon-thread-api/src/main/java/org/apache/cocoon/components/thread:567974)
/cocoon/trunk/core/cocoon-thread/cocoon-thread-api/src/main/java/org/apache/cocoon/thread/Queue.java
/cocoon/trunk/core/cocoon-thread/cocoon-thread-api/src/main/java/org/apache/cocoon/thread/RunnableManager.java
/cocoon/trunk/core/cocoon-thread/cocoon-thread-api/src/main/java/org/apache/cocoon/thread/ThreadFactory.java
/cocoon/trunk/core/cocoon-thread/cocoon-thread-api/src/main/java/org/apache/cocoon/thread/ThreadPool.java
/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/main/java/org/apache/cocoon/components
/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/main/java/org/apache/cocoon/thread
/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/main/java/org/apache/cocoon/thread/impl
(from
/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/main/java/org/apache/cocoon/components/thread:567974)
/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/main/java/org/apache/cocoon/thread/impl/BoundedQueue.java
/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/main/java/org/apache/cocoon/thread/impl/ChannelWrapper.java
/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/main/java/org/apache/cocoon/thread/impl/DefaultRunnableManager.java
/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/main/java/org/apache/cocoon/thread/impl/DefaultThreadFactory.java
/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/main/java/org/apache/cocoon/thread/impl/DefaultThreadPool.java
/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/main/java/org/apache/cocoon/thread/impl/LinkedQueue.java
/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/main/java/org/apache/cocoon/thread/impl/SynchronousChannel.java
/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/test/java/org/apache/cocoon/components
/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/test/java/org/apache/cocoon/thread
/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/test/java/org/apache/cocoon/thread/impl
(from
/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/test/java/org/apache/cocoon/components/thread:567974)
/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/test/java/org/apache/cocoon/thread/impl/AbstractTestCase.java
/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/test/java/org/apache/cocoon/thread/impl/DefaultRunnableManagerTestCase.java
/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/test/java/org/apache/cocoon/thread/impl/DefaultThreadFactoryTestCase.java
/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/test/java/org/apache/cocoon/thread/impl/DefaultThreadPoolTestCase.java
cziegeler Further refactoring of the thread module: remove
setter methods from interfaces and move private interface Queue to impl.
/cocoon/trunk/blocks/cocoon-cron/cocoon-cron-impl/src/main/java/org/apache/cocoon/components/cron/QuartzJobScheduler.java
/cocoon/trunk/core/cocoon-thread/cocoon-thread-api/src/main/java/org/apache/cocoon/thread/Queue.java
/cocoon/trunk/core/cocoon-thread/cocoon-thread-api/src/main/java/org/apache/cocoon/thread/RunnableManager.java
/cocoon/trunk/core/cocoon-thread/cocoon-thread-api/src/main/java/org/apache/cocoon/thread/ThreadFactory.java
/cocoon/trunk/core/cocoon-thread/cocoon-thread-api/src/main/java/org/apache/cocoon/thread/ThreadPool.java
/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/main/java/org/apache/cocoon/thread/impl/BoundedQueue.java
/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/main/java/org/apache/cocoon/thread/impl/DefaultRunnableManager.java
/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/main/java/org/apache/cocoon/thread/impl/DefaultThreadPool.java
/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/main/java/org/apache/cocoon/thread/impl/LinkedQueue.java
/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/main/java/org/apache/cocoon/thread/impl/Queue.java
(from
/cocoon/trunk/core/cocoon-thread/cocoon-thread-api/src/main/java/org/apache/cocoon/thread/Queue.java:567975)
/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/main/java/org/apache/cocoon/thread/impl/SynchronousChannel.java
/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/main/resources/META-INF/cocoon/spring/cocoon-thread-impl.xml
****************************************************************************
Output:
****************************************************************************
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO] Apache Cocoon
[INFO] Cocoon Configuration API
[INFO] Cocoon Spring Configurator
[INFO] Cocoon Core [modules]
[INFO] Cocoon Pipeline API
[INFO] Cocoon Util
[INFO] Cocoon XML API
[INFO] Cocoon Expression Language API
[INFO] Cocoon Pipeline Implementation
[INFO] Cocoon XML Implementation
[INFO] Cocoon Pipeline Components
[INFO] Cocoon Sitemap API
[INFO] Cocoon XML Utilities
[INFO] Cocoon Expression Language Implementation.
[INFO] Cocoon Thread API
[INFO] Cocoon Sitemap Implementation
[INFO] Cocoon Sitemap Components
[INFO] Cocoon XML Resolver
[INFO] Cocoon Store Implementation
[INFO] Cocoon Thread Implementation
[INFO] Cocoon Core
[INFO] Cocoon Servlet Service Implementation
[INFO] Cocoon Blocks [modules]
[INFO] Cocoon Linkrewriter Block Implementation
[INFO] Cocoon Servlet Service Components
[INFO] Cocoon Ajax Block Implementation
[INFO] Cocoon Template Framework Block Implementation
[INFO] Cocoon Samples Style Default Block
[INFO] Cocoon Ajax Block Sample
[INFO] Cocoon Apples Block Implementation
[INFO] Cocoon Main Core Sample Block
[INFO] Cocoon Flowscript Block Implementation
[INFO] Cocoon Forms Block Implementation
[INFO] Cocoon Apples Block Samples
[INFO] Cocoon Additional Sample Block
[INFO] Cocoon Batik Block Implementation
[INFO] Cocoon Forms Block Samples
[INFO] Cocoon Linkrewriter Block Samples
[INFO] Cocoon Template Block Samples
[INFO] Cocoon Batik Block Samples
[INFO] Cocoon Tools [modules]
[INFO] Cocoon Reloading ClassLoader - Spring reloader
[INFO] Cocoon Reloading ClassLoader - Webapp Wrapper
[INFO] Cocoon Maven 2 Plugin
[INFO] cocoon-welcome
[INFO] Cocoon Licenses
[INFO] Cocoon Commons [modules]
[INFO] Cocoon Servlet Service Sample Blocks
[INFO] Cocoon Webapp
[INFO] Cocoon 2.2 Archetype: Block
[INFO] Cocoon 2.2 Archetype: Block (plain)
[INFO] Cocoon 2.2 Archetype: Web Application
[INFO] Cocoon Maven Reports
[INFO] Cocoon Distributions [modules]
[INFO]
----------------------------------------------------------------------------
[INFO] Building Apache Cocoon
[INFO] task-segment: [clean, install]
[INFO]
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /x1/continuum/working-directory/291/target
[INFO] Deleting directory /x1/continuum/working-directory/291/target/classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/target/test-classes
[INFO] Deleting directory /x1/continuum/working-directory/291/target/site
[INFO] [enforcer:enforce-once {execution: enforce-maven}]
[INFO] [site:attach-descriptor]
[INFO] [install:install]
[INFO] Installing /x1/continuum/working-directory/291/pom.xml to
/home/continuum/.m2/repository/org/apache/cocoon/cocoon/5-SNAPSHOT/cocoon-5-SNAPSHOT.pom
[INFO]
----------------------------------------------------------------------------
[INFO] Building Cocoon Configuration API
[INFO] task-segment: [clean, install]
[INFO]
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-configuration/cocoon-configuration-api/target
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-configuration/cocoon-configuration-api/target/classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-configuration/cocoon-configuration-api/target/test-classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-configuration/cocoon-configuration-api/target/site
[INFO] [enforcer:enforce-once {execution: enforce-maven}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 5 source files to
/x1/continuum/working-directory/291/core/cocoon-configuration/cocoon-configuration-api/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] [jar:jar]
[INFO] Building jar:
/x1/continuum/working-directory/291/core/cocoon-configuration/cocoon-configuration-api/target/cocoon-configuration-api-1.0.1-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing
/x1/continuum/working-directory/291/core/cocoon-configuration/cocoon-configuration-api/target/cocoon-configuration-api-1.0.1-SNAPSHOT.jar
to
/home/continuum/.m2/repository/org/apache/cocoon/cocoon-configuration-api/1.0.1-SNAPSHOT/cocoon-configuration-api-1.0.1-SNAPSHOT.jar
[INFO]
----------------------------------------------------------------------------
[INFO] Building Cocoon Spring Configurator
[INFO] task-segment: [clean, install]
[INFO]
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-configuration/cocoon-spring-configurator/target
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-configuration/cocoon-spring-configurator/target/classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-configuration/cocoon-spring-configurator/target/test-classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-configuration/cocoon-spring-configurator/target/site
[INFO] [enforcer:enforce-once {execution: enforce-maven}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 22 source files to
/x1/continuum/working-directory/291/core/cocoon-configuration/cocoon-spring-configurator/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] [jar:jar]
[INFO] Building jar:
/x1/continuum/working-directory/291/core/cocoon-configuration/cocoon-spring-configurator/target/cocoon-spring-configurator-1.0.1-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing
/x1/continuum/working-directory/291/core/cocoon-configuration/cocoon-spring-configurator/target/cocoon-spring-configurator-1.0.1-SNAPSHOT.jar
to
/home/continuum/.m2/repository/org/apache/cocoon/cocoon-spring-configurator/1.0.1-SNAPSHOT/cocoon-spring-configurator-1.0.1-SNAPSHOT.jar
[INFO]
----------------------------------------------------------------------------
[INFO] Building Cocoon Core [modules]
[INFO] task-segment: [clean, install]
[INFO]
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /x1/continuum/working-directory/291/core/target
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/target/classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/target/test-classes
[INFO] Deleting directory /x1/continuum/working-directory/291/core/target/site
[INFO] [enforcer:enforce-once {execution: enforce-maven}]
[INFO] [site:attach-descriptor]
[INFO] [install:install]
[INFO] Installing /x1/continuum/working-directory/291/core/pom.xml to
/home/continuum/.m2/repository/org/apache/cocoon/cocoon-core-modules/5-SNAPSHOT/cocoon-core-modules-5-SNAPSHOT.pom
[INFO]
----------------------------------------------------------------------------
[INFO] Building Cocoon Pipeline API
[INFO] task-segment: [clean, install]
[INFO]
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-pipeline/cocoon-pipeline-api/target
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-pipeline/cocoon-pipeline-api/target/classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-pipeline/cocoon-pipeline-api/target/test-classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-pipeline/cocoon-pipeline-api/target/site
[INFO] [enforcer:enforce-once {execution: enforce-maven}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 45 source files to
/x1/continuum/working-directory/291/core/cocoon-pipeline/cocoon-pipeline-api/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 1 source file to
/x1/continuum/working-directory/291/core/cocoon-pipeline/cocoon-pipeline-api/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory:
/x1/continuum/working-directory/291/core/cocoon-pipeline/cocoon-pipeline-api/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.cocoon.util.location.LocationTestCase
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.381 sec
Results :
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar]
[INFO] Building jar:
/x1/continuum/working-directory/291/core/cocoon-pipeline/cocoon-pipeline-api/target/cocoon-pipeline-api-1.0.0-RC2-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing
/x1/continuum/working-directory/291/core/cocoon-pipeline/cocoon-pipeline-api/target/cocoon-pipeline-api-1.0.0-RC2-SNAPSHOT.jar
to
/home/continuum/.m2/repository/org/apache/cocoon/cocoon-pipeline-api/1.0.0-RC2-SNAPSHOT/cocoon-pipeline-api-1.0.0-RC2-SNAPSHOT.jar
[INFO]
----------------------------------------------------------------------------
[INFO] Building Cocoon Util
[INFO] task-segment: [clean, install]
[INFO]
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-util/target
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-util/target/classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-util/target/test-classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-util/target/site
[INFO] [enforcer:enforce-once {execution: enforce-maven}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 24 source files to
/x1/continuum/working-directory/291/core/cocoon-util/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 5 source files to
/x1/continuum/working-directory/291/core/cocoon-util/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory:
/x1/continuum/working-directory/291/core/cocoon-util/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.cocoon.util.test.DeprecationTestCase
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 sec
Running org.apache.cocoon.util.test.IOUtilsTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 sec
Running org.apache.cocoon.util.test.NetUtilsTestCase
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec
Running org.apache.cocoon.util.test.MIMEUtilsTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.apache.cocoon.util.WildcardMatcherHelperTestCase
Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
Results :
Tests run: 59, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar]
[INFO] Building jar:
/x1/continuum/working-directory/291/core/cocoon-util/target/cocoon-util-1.0.0-RC2-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing
/x1/continuum/working-directory/291/core/cocoon-util/target/cocoon-util-1.0.0-RC2-SNAPSHOT.jar
to
/home/continuum/.m2/repository/org/apache/cocoon/cocoon-util/1.0.0-RC2-SNAPSHOT/cocoon-util-1.0.0-RC2-SNAPSHOT.jar
[INFO]
----------------------------------------------------------------------------
[INFO] Building Cocoon XML API
[INFO] task-segment: [clean, install]
[INFO]
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-api/target
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-api/target/classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-api/target/test-classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-api/target/site
[INFO] [enforcer:enforce-once {execution: enforce-maven}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 2 source files to
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-api/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] [jar:jar]
[INFO] Building jar:
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-api/target/cocoon-xml-api-1.0.0-RC2-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-api/target/cocoon-xml-api-1.0.0-RC2-SNAPSHOT.jar
to
/home/continuum/.m2/repository/org/apache/cocoon/cocoon-xml-api/1.0.0-RC2-SNAPSHOT/cocoon-xml-api-1.0.0-RC2-SNAPSHOT.jar
[INFO]
----------------------------------------------------------------------------
[INFO] Building Cocoon Expression Language API
[INFO] task-segment: [clean, install]
[INFO]
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-expression-language/cocoon-expression-language-api/target
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-expression-language/cocoon-expression-language-api/target/classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-expression-language/cocoon-expression-language-api/target/test-classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-expression-language/cocoon-expression-language-api/target/site
[INFO] [enforcer:enforce-once {execution: enforce-maven}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 9 source files to
/x1/continuum/working-directory/291/core/cocoon-expression-language/cocoon-expression-language-api/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] [jar:jar]
[INFO] Building jar:
/x1/continuum/working-directory/291/core/cocoon-expression-language/cocoon-expression-language-api/target/cocoon-expression-language-api-1.0.0-M1-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing
/x1/continuum/working-directory/291/core/cocoon-expression-language/cocoon-expression-language-api/target/cocoon-expression-language-api-1.0.0-M1-SNAPSHOT.jar
to
/home/continuum/.m2/repository/org/apache/cocoon/cocoon-expression-language-api/1.0.0-M1-SNAPSHOT/cocoon-expression-language-api-1.0.0-M1-SNAPSHOT.jar
[INFO]
----------------------------------------------------------------------------
[INFO] Building Cocoon Pipeline Implementation
[INFO] task-segment: [clean, install]
[INFO]
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-pipeline/cocoon-pipeline-impl/target
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-pipeline/cocoon-pipeline-impl/target/classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-pipeline/cocoon-pipeline-impl/target/test-classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-pipeline/cocoon-pipeline-impl/target/site
[INFO] [enforcer:enforce-once {execution: enforce-maven}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 89 source files to
/x1/continuum/working-directory/291/core/cocoon-pipeline/cocoon-pipeline-impl/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 8 source files to
/x1/continuum/working-directory/291/core/cocoon-pipeline/cocoon-pipeline-impl/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory:
/x1/continuum/working-directory/291/core/cocoon-pipeline/cocoon-pipeline-impl/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.cocoon.xml.SaxBufferTestCase
consuming: 227272.0 documents per second
parsed:1850.0 documents per second
recalling: 344827.0 documents per second
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.002 sec
Running org.apache.cocoon.xml.dom.DOMBuilderTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running
org.apache.cocoon.components.sax.XMLByteStreamCompilerInterpreterTestCase
consuming: 71428.0 documents per second
parsed: 2129.0 documents per second
recalling: 158730.0 documents per second
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.1 sec
Running org.apache.cocoon.xml.dom.DOMBuilderStreamerTestCase
<?xml version="1.0" encoding="UTF-8"?><root/>
<?xml version="1.0" encoding="UTF-8"?><!--abcd--><root/>
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.266 sec
Results :
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar]
[INFO] Building jar:
/x1/continuum/working-directory/291/core/cocoon-pipeline/cocoon-pipeline-impl/target/cocoon-pipeline-impl-1.0.0-RC2-SNAPSHOT.jar
[INFO] [jar:test-jar {execution: default}]
[INFO] Building jar:
/x1/continuum/working-directory/291/core/cocoon-pipeline/cocoon-pipeline-impl/target/cocoon-pipeline-impl-1.0.0-RC2-SNAPSHOT-tests.jar
[INFO] [install:install]
[INFO] Installing
/x1/continuum/working-directory/291/core/cocoon-pipeline/cocoon-pipeline-impl/target/cocoon-pipeline-impl-1.0.0-RC2-SNAPSHOT.jar
to
/home/continuum/.m2/repository/org/apache/cocoon/cocoon-pipeline-impl/1.0.0-RC2-SNAPSHOT/cocoon-pipeline-impl-1.0.0-RC2-SNAPSHOT.jar
[INFO] Installing
/x1/continuum/working-directory/291/core/cocoon-pipeline/cocoon-pipeline-impl/target/cocoon-pipeline-impl-1.0.0-RC2-SNAPSHOT-tests.jar
to
/home/continuum/.m2/repository/org/apache/cocoon/cocoon-pipeline-impl/1.0.0-RC2-SNAPSHOT/cocoon-pipeline-impl-1.0.0-RC2-SNAPSHOT-tests.jar
[INFO]
----------------------------------------------------------------------------
[INFO] Building Cocoon XML Implementation
[INFO] task-segment: [clean, install]
[INFO]
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-impl/target
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-impl/target/classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-impl/target/test-classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-impl/target/site
[INFO] [enforcer:enforce-once {execution: enforce-maven}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 4 source files to
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-impl/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] [jar:jar]
[INFO] Building jar:
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-impl/target/cocoon-xml-impl-1.0.0-RC2-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-impl/target/cocoon-xml-impl-1.0.0-RC2-SNAPSHOT.jar
to
/home/continuum/.m2/repository/org/apache/cocoon/cocoon-xml-impl/1.0.0-RC2-SNAPSHOT/cocoon-xml-impl-1.0.0-RC2-SNAPSHOT.jar
[INFO]
----------------------------------------------------------------------------
[INFO] Building Cocoon Pipeline Components
[INFO] task-segment: [clean, install]
[INFO]
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-pipeline/cocoon-pipeline-components/target
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-pipeline/cocoon-pipeline-components/target/classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-pipeline/cocoon-pipeline-components/target/test-classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-pipeline/cocoon-pipeline-components/target/site
[INFO] [enforcer:enforce-once {execution: enforce-maven}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 69 source files to
/x1/continuum/working-directory/291/core/cocoon-pipeline/cocoon-pipeline-components/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] snapshot org.apache.cocoon:cocoon-pipeline-impl:1.0.0-RC2-SNAPSHOT:
checking for updates from apache.snapshots
[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test]
[INFO] Surefire report directory:
/x1/continuum/working-directory/291/core/cocoon-pipeline/cocoon-pipeline-components/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar]
[INFO] Building jar:
/x1/continuum/working-directory/291/core/cocoon-pipeline/cocoon-pipeline-components/target/cocoon-pipeline-components-1.0.0-RC2-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing
/x1/continuum/working-directory/291/core/cocoon-pipeline/cocoon-pipeline-components/target/cocoon-pipeline-components-1.0.0-RC2-SNAPSHOT.jar
to
/home/continuum/.m2/repository/org/apache/cocoon/cocoon-pipeline-components/1.0.0-RC2-SNAPSHOT/cocoon-pipeline-components-1.0.0-RC2-SNAPSHOT.jar
[INFO]
----------------------------------------------------------------------------
[INFO] Building Cocoon Sitemap API
[INFO] task-segment: [clean, install]
[INFO]
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-sitemap/cocoon-sitemap-api/target
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-sitemap/cocoon-sitemap-api/target/classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-sitemap/cocoon-sitemap-api/target/test-classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-sitemap/cocoon-sitemap-api/target/site
[INFO] [enforcer:enforce-once {execution: enforce-maven}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 29 source files to
/x1/continuum/working-directory/291/core/cocoon-sitemap/cocoon-sitemap-api/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] [jar:jar]
[INFO] Building jar:
/x1/continuum/working-directory/291/core/cocoon-sitemap/cocoon-sitemap-api/target/cocoon-sitemap-api-1.0.0-RC2-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing
/x1/continuum/working-directory/291/core/cocoon-sitemap/cocoon-sitemap-api/target/cocoon-sitemap-api-1.0.0-RC2-SNAPSHOT.jar
to
/home/continuum/.m2/repository/org/apache/cocoon/cocoon-sitemap-api/1.0.0-RC2-SNAPSHOT/cocoon-sitemap-api-1.0.0-RC2-SNAPSHOT.jar
[INFO]
----------------------------------------------------------------------------
[INFO] Building Cocoon XML Utilities
[INFO] task-segment: [clean, install]
[INFO]
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-util/target
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-util/target/classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-util/target/test-classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-util/target/site
[INFO] [enforcer:enforce-once {execution: enforce-maven}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 1 source file to
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-util/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 1 source file to
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-util/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory:
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-util/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.cocoon.xml.NamespacesTableTestCase
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Results :
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar]
[INFO] Building jar:
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-util/target/cocoon-xml-util-1.0.0-M1-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-util/target/cocoon-xml-util-1.0.0-M1-SNAPSHOT.jar
to
/home/continuum/.m2/repository/org/apache/cocoon/cocoon-xml-util/1.0.0-M1-SNAPSHOT/cocoon-xml-util-1.0.0-M1-SNAPSHOT.jar
[INFO]
----------------------------------------------------------------------------
[INFO] Building Cocoon Expression Language Implementation.
[INFO] task-segment: [clean, install]
[INFO]
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-expression-language/cocoon-expression-language-impl/target
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-expression-language/cocoon-expression-language-impl/target/classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-expression-language/cocoon-expression-language-impl/target/test-classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-expression-language/cocoon-expression-language-impl/target/site
[INFO] [enforcer:enforce-once {execution: enforce-maven}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 20 source files to
/x1/continuum/working-directory/291/core/cocoon-expression-language/cocoon-expression-language-impl/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 5 source files to
/x1/continuum/working-directory/291/core/cocoon-expression-language/cocoon-expression-language-impl/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory:
/x1/continuum/working-directory/291/core/cocoon-expression-language/cocoon-expression-language-impl/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.cocoon.components.expression.jexl.JexlTestCase
log4j:WARN No appenders could be found for logger
(org.apache.commons.jexl.ExpressionFactory).
log4j:WARN Please initialize the log4j system properly.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.616 sec
Running org.apache.cocoon.components.expression.DefaultExpressionFactoryTestCase
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 sec
Running org.apache.cocoon.objectmodel.ObjectModelImplTestCase
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
Running org.apache.cocoon.components.expression.javascript.JavaScriptTestCase
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.608 sec
Running org.apache.cocoon.components.expression.jxpath.JXPathTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Results :
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar]
[INFO] Building jar:
/x1/continuum/working-directory/291/core/cocoon-expression-language/cocoon-expression-language-impl/target/cocoon-expression-language-impl-1.0.0-M1-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing
/x1/continuum/working-directory/291/core/cocoon-expression-language/cocoon-expression-language-impl/target/cocoon-expression-language-impl-1.0.0-M1-SNAPSHOT.jar
to
/home/continuum/.m2/repository/org/apache/cocoon/cocoon-expression-language-impl/1.0.0-M1-SNAPSHOT/cocoon-expression-language-impl-1.0.0-M1-SNAPSHOT.jar
[INFO]
----------------------------------------------------------------------------
[INFO] Building Cocoon Thread API
[INFO] task-segment: [clean, install]
[INFO]
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-thread/cocoon-thread-api/target
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-thread/cocoon-thread-api/target/classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-thread/cocoon-thread-api/target/test-classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-thread/cocoon-thread-api/target/site
[INFO] [enforcer:enforce-once {execution: enforce-maven}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 3 source files to
/x1/continuum/working-directory/291/core/cocoon-thread/cocoon-thread-api/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] [jar:jar]
[INFO] Building jar:
/x1/continuum/working-directory/291/core/cocoon-thread/cocoon-thread-api/target/cocoon-thread-api-1.0.0-RC2-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing
/x1/continuum/working-directory/291/core/cocoon-thread/cocoon-thread-api/target/cocoon-thread-api-1.0.0-RC2-SNAPSHOT.jar
to
/home/continuum/.m2/repository/org/apache/cocoon/cocoon-thread-api/1.0.0-RC2-SNAPSHOT/cocoon-thread-api-1.0.0-RC2-SNAPSHOT.jar
[INFO]
----------------------------------------------------------------------------
[INFO] Building Cocoon Sitemap Implementation
[INFO] task-segment: [clean, install]
[INFO]
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-sitemap/cocoon-sitemap-impl/target
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-sitemap/cocoon-sitemap-impl/target/classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-sitemap/cocoon-sitemap-impl/target/test-classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-sitemap/cocoon-sitemap-impl/target/site
[INFO] [enforcer:enforce-once {execution: enforce-maven}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] snapshot org.apache.cocoon:cocoon-configuration-api:1.0.1-SNAPSHOT:
checking for updates from apache.snapshots
[INFO] snapshot org.apache.cocoon:cocoon-configuration-api:1.0.1-SNAPSHOT:
checking for updates from apache.snapshot
[INFO] snapshot org.apache.cocoon:cocoon-configuration-api:1.0.1-SNAPSHOT:
checking for updates from apache-cvs
[INFO] [compiler:compile]
[INFO] Compiling 181 source files to
/x1/continuum/working-directory/291/core/cocoon-sitemap/cocoon-sitemap-impl/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 11 source files to
/x1/continuum/working-directory/291/core/cocoon-sitemap/cocoon-sitemap-impl/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory:
/x1/continuum/working-directory/291/core/cocoon-sitemap/cocoon-sitemap-impl/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.cocoon.environment.FOMTestCase
log4j:WARN No appenders could be found for logger
(org.springframework.util.ClassUtils).
log4j:WARN Please initialize the log4j system properly.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.343 sec
Results :
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar]
[INFO] Building jar:
/x1/continuum/working-directory/291/core/cocoon-sitemap/cocoon-sitemap-impl/target/cocoon-sitemap-impl-1.0.0-RC2-SNAPSHOT.jar
[INFO] [jar:test-jar {execution: default}]
[INFO] Building jar:
/x1/continuum/working-directory/291/core/cocoon-sitemap/cocoon-sitemap-impl/target/cocoon-sitemap-impl-1.0.0-RC2-SNAPSHOT-tests.jar
[INFO] [install:install]
[INFO] Installing
/x1/continuum/working-directory/291/core/cocoon-sitemap/cocoon-sitemap-impl/target/cocoon-sitemap-impl-1.0.0-RC2-SNAPSHOT.jar
to
/home/continuum/.m2/repository/org/apache/cocoon/cocoon-sitemap-impl/1.0.0-RC2-SNAPSHOT/cocoon-sitemap-impl-1.0.0-RC2-SNAPSHOT.jar
[INFO] Installing
/x1/continuum/working-directory/291/core/cocoon-sitemap/cocoon-sitemap-impl/target/cocoon-sitemap-impl-1.0.0-RC2-SNAPSHOT-tests.jar
to
/home/continuum/.m2/repository/org/apache/cocoon/cocoon-sitemap-impl/1.0.0-RC2-SNAPSHOT/cocoon-sitemap-impl-1.0.0-RC2-SNAPSHOT-tests.jar
[INFO]
----------------------------------------------------------------------------
[INFO] Building Cocoon Sitemap Components
[INFO] task-segment: [clean, install]
[INFO]
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-sitemap/cocoon-sitemap-components/target
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-sitemap/cocoon-sitemap-components/target/classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-sitemap/cocoon-sitemap-components/target/test-classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-sitemap/cocoon-sitemap-components/target/site
[INFO] [enforcer:enforce-once {execution: enforce-maven}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] snapshot org.apache.cocoon:cocoon-spring-configurator:1.0.1-SNAPSHOT:
checking for updates from apache.snapshots
[INFO] [compiler:compile]
[INFO] Compiling 107 source files to
/x1/continuum/working-directory/291/core/cocoon-sitemap/cocoon-sitemap-components/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test]
[INFO] Surefire report directory:
/x1/continuum/working-directory/291/core/cocoon-sitemap/cocoon-sitemap-components/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar]
[INFO] Building jar:
/x1/continuum/working-directory/291/core/cocoon-sitemap/cocoon-sitemap-components/target/cocoon-sitemap-components-1.0.0-RC2-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing
/x1/continuum/working-directory/291/core/cocoon-sitemap/cocoon-sitemap-components/target/cocoon-sitemap-components-1.0.0-RC2-SNAPSHOT.jar
to
/home/continuum/.m2/repository/org/apache/cocoon/cocoon-sitemap-components/1.0.0-RC2-SNAPSHOT/cocoon-sitemap-components-1.0.0-RC2-SNAPSHOT.jar
[INFO]
----------------------------------------------------------------------------
[INFO] Building Cocoon XML Resolver
[INFO] task-segment: [clean, install]
[INFO]
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-resolver/target
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-resolver/target/classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-resolver/target/test-classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-resolver/target/site
[INFO] [enforcer:enforce-once {execution: enforce-maven}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 1 source file to
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-resolver/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] [jar:jar]
[INFO] Building jar:
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-resolver/target/cocoon-xml-resolver-1.0.0-RC2-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing
/x1/continuum/working-directory/291/core/cocoon-xml/cocoon-xml-resolver/target/cocoon-xml-resolver-1.0.0-RC2-SNAPSHOT.jar
to
/home/continuum/.m2/repository/org/apache/cocoon/cocoon-xml-resolver/1.0.0-RC2-SNAPSHOT/cocoon-xml-resolver-1.0.0-RC2-SNAPSHOT.jar
[INFO]
----------------------------------------------------------------------------
[INFO] Building Cocoon Store Implementation
[INFO] task-segment: [clean, install]
[INFO]
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-store/cocoon-store-impl/target
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-store/cocoon-store-impl/target/classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-store/cocoon-store-impl/target/test-classes
[INFO] Deleting directory
/x1/continuum/working-directory/291/core/cocoon-store/cocoon-store-impl/target/site
[INFO] [enforcer:enforce-once {execution: enforce-maven}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 7 source files to
/x1/continuum/working-directory/291/core/cocoon-store/cocoon-store-impl/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/x1/continuum/working-directory/291/core/cocoon-store/cocoon-store-impl/src/main/java/org/apache/cocoon/components/store/impl/CocoonStoreJanitor.java:[19,43]
package org.apache.cocoon.components.thread does not exist
/x1/continuum/working-directory/291/core/cocoon-store/cocoon-store-impl/src/main/java/org/apache/cocoon/components/store/impl/CocoonStoreJanitor.java:[38,12]
cannot find symbol
symbol : class RunnableManager
location: class org.apache.cocoon.components.store.impl.CocoonStoreJanitor
/x1/continuum/working-directory/291/core/cocoon-store/cocoon-store-impl/src/main/java/org/apache/cocoon/components/store/impl/CocoonStoreJanitor.java:[63,35]
cannot find symbol
symbol : class RunnableManager
location: class org.apache.cocoon.components.store.impl.CocoonStoreJanitor
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 43 seconds
[INFO] Finished at: Tue Aug 21 00:05:28 PDT 2007
[INFO] Final Memory: 39M/63M
[INFO] ------------------------------------------------------------------------
****************************************************************************