[continuum] BUILD FAILURE: Cocoon - Apache Cocoon [build root] - Build Def:

2008-08-14 Thread [EMAIL PROTECTED]

Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=108620projectId=51

Build statistics:
 State: Failed
 Previous State: Failed
 Started at: Wed 13 Aug 2008 23:06:36 -0700
 Finished at: Wed 13 Aug 2008 23:11:04 -0700
 Total time: 4m 27s
 Build Trigger: Schedule
 Build Number: 326
 Exit code: 1
 Building machine hostname: vmbuild.apache.org
 Operating system : Linux(unknown)
 Java Home version : 
 java version 1.5.0_12

 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04)
 Java HotSpot(TM) Client VM (build 1.5.0_12-b04, mixed mode, sharing)
   
 Builder version :

 Maven version: 2.0.9
 Java version: 1.5.0_12
 OS name: linux version: 2.6.20-16-server arch: i386 Family: 
unix
   


SCM Changes:

Changed: reinhard @ Wed 13 Aug 2008 22:58:17 -0700
Comment: fix path for Cocoon 3
Files changed:
 
/cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/META-INF/maven/site.vm
 ( 685779 )


Dependencies Changes:

No dependencies changed



Build Defintion:

POM filename: pom.xml
Goals: clean install   
Arguments: --batch-mode -P allblocks,it

Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: DEFAULT_SCHEDULE
Profile Name: Maven 2.0.9, Java 5
Description: 



Test Summary:

Tests: 359
Failures: 0
Total time: 99.628






[continuum] BUILD FAILURE: Cocoon - Apache Cocoon [build root] - Build Def:

2008-08-13 Thread [EMAIL PROTECTED]

Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=108483projectId=51

Build statistics:
 State: Failed
 Previous State: Ok
 Started at: Wed 13 Aug 2008 06:45:25 -0700
 Finished at: Wed 13 Aug 2008 06:51:11 -0700
 Total time: 5m 45s
 Build Trigger: Schedule
 Build Number: 326
 Exit code: 1
 Building machine hostname: vmbuild.apache.org
 Operating system : Linux(unknown)
 Java Home version : 
 java version 1.5.0_12

 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04)
 Java HotSpot(TM) Client VM (build 1.5.0_12-b04, mixed mode, sharing)
   
 Builder version :

 Maven version: 2.0.9
 Java version: 1.5.0_12
 OS name: linux version: 2.6.20-16-server arch: i386 Family: 
unix
   


SCM Changes:

Changed: gkossakowski @ Wed 13 Aug 2008 03:56:48 -0700
Comment: Implemented exists() method so it tries to return more meaningful 
value.

Also, use exists() method in getInputStream, if it does not exist then 
SourceNotFound exception should be thrown.
Files changed:
 
/cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-components/src/main/java/org/apache/cocoon/servletservice/components/ServletSource.java
 ( 685509 )

Changed: gkossakowski @ Wed 13 Aug 2008 06:27:36 -0700
Comment: AbstractSession must implement org.apache.cocoon.environment.Session 
not javax.servlet.http.HttpSession interface in order to get getCocoonSession() 
method working properly.
Added some more deprecation statements.
Files changed:
 
/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/java/org/apache/cocoon/environment/http/HttpSession.java
 ( 685540 )
 
/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/java/org/apache/cocoon/environment/impl/AbstractSession.java
 ( 685540 )

Changed: gkossakowski @ Wed 13 Aug 2008 06:28:45 -0700
Comment: cocoon-session-fw-impl sticks to old Cocoon-specific abstraction of 
Session so getCocoonSession must be used instead of getSession which returns 
just HttpSession.
Files changed:
 
/cocoon/trunk/blocks/cocoon-session-fw/cocoon-session-fw-impl/src/main/java/org/apache/cocoon/webapps/session/components/DefaultSessionManager.java
 ( 685543 )

Changed: gkossakowski @ Wed 13 Aug 2008 06:29:46 -0700
Comment: Reworked HttpServletResponeBufferingWrapper a little bit.

The main idea behind all my changes is to move decision about buffering or not 
directly to our own implementation of ServletOutputStream.
ForwardingOrLimitingServletOutputStream acts in two modes depending on setting 
if it should buffer or just forward.
This change was needed because there might be following execution of methods 
for which previous implementation would fail:
1. stream = response.getOutputStream() //non buffering output stream is 
returned because by default status code is set to 200
2. response.setStatusCode(404)
3. stream.write() //write details about error, this is going to be written to 
response because non-buffering output stream is in use
4. response.resetBufferedResponse() //this fails with IllegalStateException

This problem was recorded in COCOON-2337 and now is fixed.

Also, test-case covering this problem was added and implementation of existing 
ones has been changed a little bit to more carefully check if buffering really 
works as expected.
Files changed:
 
/cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/changes/changes.xml
 ( 685544 )
 
/cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/java/org/apache/cocoon/servletservice/HttpServletResponseBufferingWrapper.java
 ( 685544 )
 
/cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/test/java/org/apache/cocoon/servletservice/HttpServletResponseBufferingWrapperTestCase.java
 ( 685544 )


Dependencies Changes:

No dependencies changed



Build Defintion:

POM filename: pom.xml
Goals: clean install   
Arguments: --batch-mode -P allblocks,it

Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: DEFAULT_SCHEDULE
Profile Name: Maven 2.0.9, Java 5
Description: 



Test Summary:

Tests: 359
Failures: 0
Total time: 99.628






[continuum] BUILD FAILURE: Cocoon - Apache Cocoon [build root] - Build Def:

2008-08-05 Thread [EMAIL PROTECTED]

Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=106557projectId=51

Build statistics:
 State: Failed
 Previous State: Failed
 Started at: Tue 5 Aug 2008 05:41:12 -0700
 Finished at: Tue 5 Aug 2008 05:54:49 -0700
 Total time: 13m 36s
 Build Trigger: Schedule
 Build Number: 312
 Exit code: 1
 Building machine hostname: vmbuild.apache.org
 Operating system : Linux(unknown)
 Java Home version : 
 java version 1.4.2_15

 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_15-b02)
 Java HotSpot(TM) Client VM (build 1.4.2_15-b02, mixed mode)
   
 Builder version :

 Maven version: 2.0.8
 Java version: 1.4.2_15
 OS name: linux version: 2.6.20-16-server arch: i386 Family: 
unix
   


SCM Changes:

Changed: gkossakowski @ Tue 5 Aug 2008 05:30:50 -0700
Comment: Remove javaflow block form the build. Dependency 
org.apache.commons:javaflow:jar:1.0-SNAPSHOT is not available any more.
Files changed:
 /cocoon/trunk/blocks/pom.xml ( 682691 )
 /cocoon/trunk/core/cocoon-webapp/pom.xml ( 682691 )
 /cocoon/trunk/site/pom.xml ( 682691 )


Dependencies Changes:

No dependencies changed



Build Defintion:

POM filename: pom.xml
Goals: clean install   
Arguments: --batch-mode -P allblocks,it

Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: DEFAULT_SCHEDULE
Profile Name: Java 1.4, Large Memory
Description: 



Test Summary:

Tests: 351
Failures: 0
Total time: 110.90799






[continuum] BUILD FAILURE: Cocoon - Apache Cocoon [build root] - Build Def:

2008-08-05 Thread [EMAIL PROTECTED]

Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=106615projectId=51

Build statistics:
 State: Failed
 Previous State: Failed
 Started at: Tue 5 Aug 2008 09:53:49 -0700
 Finished at: Tue 5 Aug 2008 09:54:20 -0700
 Total time: 31s
 Build Trigger: Schedule
 Build Number: 312
 Exit code: 1
 Building machine hostname: vmbuild.apache.org
 Operating system : Linux(unknown)
 Java Home version : 
 java version 1.4.2_15

 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_15-b02)
 Java HotSpot(TM) Client VM (build 1.4.2_15-b02, mixed mode)
   
 Builder version :

 Maven version: 2.0.8
 Java version: 1.4.2_15
 OS name: linux version: 2.6.20-16-server arch: i386 Family: 
unix
   


SCM Changes:

Changed: reinhard @ Tue 5 Aug 2008 08:37:32 -0700
Comment: [maven-release-plugin] prepare release cocoon-spring-configurator-2.0.0
Files changed:
 
/cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator/pom.xml
 ( 682759 )

Changed: reinhard @ Tue 5 Aug 2008 08:37:52 -0700
Comment: [maven-release-plugin] prepare for next development iteration
Files changed:
 
/cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator/pom.xml
 ( 682762 )

Changed: reinhard @ Tue 5 Aug 2008 08:46:51 -0700
Comment: back in SNAPSHOT mode
Files changed:
 
/cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator/pom.xml
 ( 682765 )


Dependencies Changes:

No dependencies changed



Build Defintion:

POM filename: pom.xml
Goals: clean install   
Arguments: --batch-mode -P allblocks,it

Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: DEFAULT_SCHEDULE
Profile Name: Java 1.4, Large Memory
Description: 



Test Summary:

Tests: 351
Failures: 0
Total time: 110.90799






[continuum] BUILD FAILURE: Cocoon - Apache Cocoon [build root] - Build Def:

2008-08-05 Thread [EMAIL PROTECTED]

Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=106631projectId=51

Build statistics:
 State: Failed
 Previous State: Ok
 Started at: Tue 5 Aug 2008 13:09:55 -0700
 Finished at: Tue 5 Aug 2008 13:10:13 -0700
 Total time: 17s
 Build Trigger: Schedule
 Build Number: 314
 Exit code: 1
 Building machine hostname: vmbuild.apache.org
 Operating system : Linux(unknown)
 Java Home version : 
 java version 1.4.2_15

 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_15-b02)
 Java HotSpot(TM) Client VM (build 1.4.2_15-b02, mixed mode)
   
 Builder version :

 Maven version: 2.0.8
 Java version: 1.4.2_15
 OS name: linux version: 2.6.20-16-server arch: i386 Family: 
unix
   


SCM Changes:

Changed: reinhard @ Tue 5 Aug 2008 12:18:28 -0700
Comment: [maven-release-plugin] prepare release cocoon-tools-modules-7
Files changed:
 /cocoon/trunk/tools/pom.xml ( 682881 )

Changed: reinhard @ Tue 5 Aug 2008 12:19:05 -0700
Comment: [maven-release-plugin] prepare for next development iteration
Files changed:
 /cocoon/trunk/tools/pom.xml ( 682883 )

Changed: reinhard @ Tue 5 Aug 2008 12:37:31 -0700
Comment: [maven-release-plugin] rollback the release of cocoon-tools-modules-7
Files changed:
 /cocoon/trunk/tools/pom.xml ( 682891 )

Changed: reinhard @ Tue 5 Aug 2008 12:37:55 -0700
Comment: [maven-release-plugin] prepare release cocoon-tools-modules-7
Files changed:
 /cocoon/trunk/tools/pom.xml ( 682892 )

Changed: reinhard @ Tue 5 Aug 2008 12:38:15 -0700
Comment: [maven-release-plugin] prepare for next development iteration
Files changed:
 /cocoon/trunk/tools/pom.xml ( 682894 )

Changed: reinhard @ Tue 5 Aug 2008 12:42:45 -0700
Comment: back in snapshot mode
Files changed:
 /cocoon/trunk/tools/pom.xml ( 682901 )

Changed: jreijn @ Tue 5 Aug 2008 12:50:54 -0700
Comment: Added my pgp key to the KEYS file
Files changed:
 /cocoon/trunk/commons/KEYS ( 682904 )

Changed: reinhard @ Tue 5 Aug 2008 12:53:19 -0700
Comment: [maven-release-plugin] prepare release 
cocoon-rcl-spring-reloader-1.0.0-M3
Files changed:
 /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-spring-reloader/pom.xml ( 682905 )

Changed: reinhard @ Tue 5 Aug 2008 12:53:37 -0700
Comment: [maven-release-plugin] prepare for next development iteration
Files changed:
 /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-spring-reloader/pom.xml ( 682907 )

Changed: reinhard @ Tue 5 Aug 2008 13:01:37 -0700
Comment: back in snapshot mode
Files changed:
 /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-spring-reloader/pom.xml ( 682910 )

Changed: reinhard @ Tue 5 Aug 2008 13:05:45 -0700
Comment: [maven-release-plugin] prepare release 
cocoon-rcl-webapp-wrapper-1.0.0-M3
Files changed:
 /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-webapp-wrapper/pom.xml ( 682916 )

Changed: reinhard @ Tue 5 Aug 2008 13:06:05 -0700
Comment: [maven-release-plugin] prepare for next development iteration
Files changed:
 /cocoon/trunk/tools/cocoon-rcl/cocoon-rcl-webapp-wrapper/pom.xml ( 682918 )


Dependencies Changes:

No dependencies changed



Build Defintion:

POM filename: pom.xml
Goals: clean install   
Arguments: --batch-mode -P allblocks,it

Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: DEFAULT_SCHEDULE
Profile Name: Java 1.4, Large Memory
Description: 



Test Summary:

Tests: 358
Failures: 0
Total time: 99.037






[continuum] BUILD FAILURE: Cocoon - Apache Cocoon [build root] - Build Def:

2008-08-04 Thread [EMAIL PROTECTED]

Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=106462projectId=51

Build statistics:
 State: Failed
 Previous State: Ok
 Started at: Mon 4 Aug 2008 13:53:43 -0700
 Finished at: Mon 4 Aug 2008 14:01:06 -0700
 Total time: 7m 23s
 Build Trigger: Schedule
 Build Number: 312
 Exit code: 1
 Building machine hostname: vmbuild.apache.org
 Operating system : Linux(unknown)
 Java Home version : 
 java version 1.4.2_15

 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_15-b02)
 Java HotSpot(TM) Client VM (build 1.4.2_15-b02, mixed mode)
   
 Builder version :

 Maven version: 2.0.8
 Java version: 1.4.2_15
 OS name: linux version: 2.6.20-16-server arch: i386 Family: 
unix
   


SCM Changes:

No files changed


Dependencies Changes:

No dependencies changed



Build Defintion:

POM filename: pom.xml
Goals: clean install   
Arguments: --batch-mode -P allblocks,it

Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: DEFAULT_SCHEDULE
Profile Name: Java 1.4, Large Memory
Description: 



Test Summary:

Tests: 351
Failures: 0
Total time: 99.11099






[continuum] BUILD FAILURE: Cocoon - Apache Cocoon [build root] - Build Def:

2008-08-03 Thread [EMAIL PROTECTED]

Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=106229projectId=51

Build statistics:
 State: Failed
 Previous State: Failed
 Started at: Sun 3 Aug 2008 15:08:01 -0700
 Finished at: Sun 3 Aug 2008 15:23:12 -0700
 Total time: 15m 10s
 Build Trigger: Schedule
 Build Number: 310
 Exit code: 1
 Building machine hostname: vmbuild.apache.org
 Operating system : Linux(unknown)
 Java Home version : 
 java version 1.4.2_15

 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_15-b02)
 Java HotSpot(TM) Client VM (build 1.4.2_15-b02, mixed mode)
   
 Builder version :

 Maven version: 2.0.8
 Java version: 1.4.2_15
 OS name: linux version: 2.6.20-16-server arch: i386 Family: 
unix
   


SCM Changes:

Changed: reinhard @ Sun 3 Aug 2008 15:00:27 -0700
Comment: comment jms-sample until Lukas has provided a fix for the build
Files changed:
 /cocoon/trunk/blocks/pom.xml ( 682223 )

Changed: reinhard @ Sun 3 Aug 2008 15:01:17 -0700
Comment: comment jms-sample until Lukas has provided a fix for the build
Files changed:
 /cocoon/trunk/core/cocoon-webapp/pom.xml ( 682224 )


Dependencies Changes:

No dependencies changed



Build Defintion:

POM filename: pom.xml
Goals: clean install   
Arguments: --batch-mode -P allblocks,it

Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: DEFAULT_SCHEDULE
Profile Name: Java 1.4, Large Memory
Description: 



Test Summary:

Tests: 358
Failures: 0
Total time: 114.49598






[continuum] BUILD FAILURE: Cocoon - Apache Cocoon [build root] - Build Def:

2008-08-02 Thread [EMAIL PROTECTED]

Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=105998projectId=51

Build statistics:
 State: Failed
 Previous State: Error
 Started at: Sat 2 Aug 2008 03:30:01 -0700
 Finished at: Sat 2 Aug 2008 03:39:51 -0700
 Total time: 9m 50s
 Build Trigger: Schedule
 Build Number: 310
 Exit code: 1
 Building machine hostname: vmbuild.apache.org
 Operating system : Linux(unknown)
 Java Home version : 
 java version 1.4.2_15

 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_15-b02)
 Java HotSpot(TM) Client VM (build 1.4.2_15-b02, mixed mode)
   
 Builder version :

 Maven version: 2.0.8
 Java version: 1.4.2_15
 OS name: linux version: 2.6.20-16-server arch: i386 Family: 
unix
   


SCM Changes:

No files changed


Dependencies Changes:

No dependencies changed



Build Defintion:

POM filename: pom.xml
Goals: clean install   
Arguments: --batch-mode -P allblocks,it

Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: DEFAULT_SCHEDULE
Profile Name: Java 1.4, Large Memory
Description: 



Test Summary:

Tests: 373
Failures: 0
Total time: 134.11697






[continuum] BUILD FAILURE: Cocoon - Apache Cocoon [build root] - Build Def:

2008-08-02 Thread [EMAIL PROTECTED]

Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=106128projectId=51

Build statistics:
 State: Failed
 Previous State: Failed
 Started at: Sat 2 Aug 2008 10:40:39 -0700
 Finished at: Sat 2 Aug 2008 10:53:04 -0700
 Total time: 12m 24s
 Build Trigger: Schedule
 Build Number: 310
 Exit code: 1
 Building machine hostname: vmbuild.apache.org
 Operating system : Linux(unknown)
 Java Home version : 
 java version 1.4.2_15

 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_15-b02)
 Java HotSpot(TM) Client VM (build 1.4.2_15-b02, mixed mode)
   
 Builder version :

 Maven version: 2.0.8
 Java version: 1.4.2_15
 OS name: linux version: 2.6.20-16-server arch: i386 Family: 
unix
   


SCM Changes:

Changed: felixk @ Sat 2 Aug 2008 09:57:07 -0700
Comment: Improve build performance, remove not needed and no longer existing 
repositories.
Files changed:
 /cocoon/trunk/tools/sitemaptags2daisy/pom.xml ( 682014 )


Dependencies Changes:

No dependencies changed



Build Defintion:

POM filename: pom.xml
Goals: clean install   
Arguments: --batch-mode -P allblocks,it

Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: DEFAULT_SCHEDULE
Profile Name: Java 1.4, Large Memory
Description: 



Test Summary:

Tests: 373
Failures: 0
Total time: 138.21498






[continuum] BUILD FAILURE: Cocoon - Apache Cocoon [build root] - Build Def:

2008-08-01 Thread [EMAIL PROTECTED]

Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=105585projectId=51

Build statistics:
 State: Failed
 Previous State: Failed
 Started at: Fri 1 Aug 2008 02:05:18 -0700
 Finished at: Fri 1 Aug 2008 02:14:40 -0700
 Total time: 9m 22s
 Build Trigger: Schedule
 Build Number: 310
 Exit code: 1
 Building machine hostname: vmbuild.apache.org
 Operating system : Linux(unknown)
 Java Home version : 
 java version 1.4.2_15

 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_15-b02)
 Java HotSpot(TM) Client VM (build 1.4.2_15-b02, mixed mode)
   
 Builder version :

 Maven version: 2.0.8
 Java version: 1.4.2_15
 OS name: linux version: 2.6.20-16-server arch: i386 Family: 
unix
   


SCM Changes:

Changed: reinhard @ Fri 1 Aug 2008 02:04:55 -0700
Comment: . update changes.txt
. remove empty org.apache.cocoon.url package
Files changed:
 
/cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/changes/changes.xml
 ( 681636 )
 
/cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/main/java/org/apache/cocoon/url
 ( 681636 )


Dependencies Changes:

No dependencies changed



Build Defintion:

POM filename: pom.xml
Goals: clean install   
Arguments: --batch-mode -P allblocks,it

Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: DEFAULT_SCHEDULE
Profile Name: Java 1.4, Large Memory
Description: 



Test Summary:

Tests: 373
Failures: 0
Total time: 122.159004






[continuum] BUILD FAILURE: Cocoon - Apache Cocoon [build root] - Build Def:

2008-08-01 Thread [EMAIL PROTECTED]

Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=105589projectId=51

Build statistics:
 State: Failed
 Previous State: Failed
 Started at: Fri 1 Aug 2008 08:16:51 -0700
 Finished at: Fri 1 Aug 2008 08:43:59 -0700
 Total time: 27m 8s
 Build Trigger: Schedule
 Build Number: 310
 Exit code: 1
 Building machine hostname: vmbuild.apache.org
 Operating system : Linux(unknown)
 Java Home version : 
 java version 1.4.2_15

 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_15-b02)
 Java HotSpot(TM) Client VM (build 1.4.2_15-b02, mixed mode)
   
 Builder version :

 Maven version: 2.0.8
 Java version: 1.4.2_15
 OS name: linux version: 2.6.20-16-server arch: i386 Family: 
unix
   


SCM Changes:

Changed: gkossakowski @ Fri 1 Aug 2008 07:22:09 -0700
Comment: Remove use of deprecated method setOptimazationLevel that actually 
does nothing in current implementation of debugger.
Switched to new method of attaching debugger to the context.
This fixes a problem with java.lang.IllegalStateException being thrown when 
Flowscript debugger is enabled.
Files changed:
 
/cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/main/java/org/apache/cocoon/components/flow/javascript/fom/FOM_JavaScriptInterpreter.java
 ( 681702 )

Changed: gkossakowski @ Fri 1 Aug 2008 07:22:32 -0700
Comment: Don't use deprecated JavaSriptException. It's enough to use 
RuntimeException as we are wrapping it anyway.
Files changed:
 
/cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/main/java/org/apache/cocoon/components/flow/javascript/fom/FOM_JavaScriptInterpreter.java
 ( 681703 )

Changed: gkossakowski @ Fri 1 Aug 2008 07:23:12 -0700
Comment: Made enabling of flowscript debugger possible to configure through 
property org.apache.cocoon.flowscript.debugger.
The flowscript debugger is enabled if you are running in development mode.
Files changed:
 
/cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/main/resources/META-INF/cocoon/avalon/cocoon-flowscript.xconf
 ( 681704 )
 
/cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/main/resources/META-INF/cocoon/properties
 ( 681704 )
 
/cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/main/resources/META-INF/cocoon/properties/cocoon-flowscript-impl.properties
 ( 681704 )
 
/cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/main/resources/META-INF/cocoon/properties/dev
 ( 681704 )
 
/cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/main/resources/META-INF/cocoon/properties/dev/cocoon-flowscript-impl.properties
 ( 681704 )

Changed: gkossakowski @ Fri 1 Aug 2008 07:35:34 -0700
Comment: Corrected information about latest release.
Added missing entries about my latest fixes.
Files changed:
 
/cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/src/changes/changes.xml
 ( 681707 )

Changed: gkossakowski @ Fri 1 Aug 2008 07:39:49 -0700
Comment: Added missing entry describing addition of ResourceFilter.
Files changed:
 
/cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator/src/changes/changes.xml
 ( 681708 )


Dependencies Changes:

No dependencies changed



Build Defintion:

POM filename: pom.xml
Goals: clean install   
Arguments: --batch-mode -P allblocks,it

Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: DEFAULT_SCHEDULE
Profile Name: Java 1.4, Large Memory
Description: 



Test Summary:

Tests: 373
Failures: 0
Total time: 211.274






Re: [continuum] BUILD FAILURE: Cocoon - Apache Cocoon [build root] - Build Def:

2008-07-30 Thread Grzegorz Kossakowski

[EMAIL PROTECTED] pisze:
Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=105274projectId=51 



Build statistics:
 State: Failed
 Previous State: Ok
 Started at: Tue 29 Jul 2008 07:40:41 -0700
 Finished at: Tue 29 Jul 2008 08:09:59 -0700
 Total time: 29m 18s
 Build Trigger: Schedule
 Build Number: 310
 Exit code: 1
 Building machine hostname: vmbuild.apache.org
 Operating system : Linux(unknown)
 Java Home version :  java version 1.4.2_15
 Java(TM) 2 Runtime Environment, Standard Edition (build 
1.4.2_15-b02)

 Java HotSpot(TM) Client VM (build 1.4.2_15-b02, mixed mode)
Builder version :
 Maven version: 2.0.8
 Java version: 1.4.2_15
 OS name: linux version: 2.6.20-16-server arch: i386 
Family: unix
   
 


SCM Changes:
 


Changed: reinhard @ Tue 29 Jul 2008 06:54:14 -0700
Comment: COCOON-2223

Apply Lukas' patch that
. migrates eventcache from Avalon to Spring
. adds some pipeline for integration tests
Files changed:
 /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/pom.xml ( 
680697 )
 /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/java/org/apache/cocoon/acting/CacheEventAction.java 
( 680697 )
 /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/java/org/apache/cocoon/caching/impl/EventAwareCacheImpl.java 
( 680697 )
 /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/java/org/apache/cocoon/caching/impl/StoreEventRegistryImpl.java 
( 680697 )
 /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/java/org/apache/cocoon/generation/EventCacheGenerator.java 
( 680697 )
 /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/java/org/apache/cocoon/samples/EventAwareGenerator.java 
( 680697 )
 /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/resources/META-INF/cocoon/avalon/cocoon-eventcache.xconf 
( 680697 )
 /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/resources/META-INF/cocoon/spring/cocoon-eventcache.xml 
( 680697 )
 /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-sample/src/main/resources/COB-INF/it 
( 680697 )
 /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-sample/src/main/resources/COB-INF/it/it.xml 
( 680697 )
 /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-sample/src/main/resources/COB-INF/it/sitemap.xmap 
( 680697 )
 /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-sample/src/main/resources/COB-INF/sitemap.xmap 
( 680697 )
 /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-sample/src/main/resources/META-INF/cocoon/spring/cocoon-eventcache-sample-blockServlet.xml 
( 680697 )
 /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-sample/src/main/resources/META-INF/cocoon/spring/cocoon-eventcache-sample.xml 
( 680697 )


Changed: reinhard @ Tue 29 Jul 2008 07:03:17 -0700
Comment: COCOON-2224

add IT for eventcache
Files changed:
 /cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon/it/blocks/eventcache 
( 680699 )
 /cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon/it/blocks/eventcache/EventAwareCacheTest.java 
( 680699 )


Changed: reinhard @ Tue 29 Jul 2008 07:13:29 -0700
Comment: remove unnecessary (and sometimes problematic) include
Files changed:
 /cocoon/trunk/core/cocoon-webapp/pom.xml ( 680705 )


Reinhard, are you aware of this problem?

I had a quick look into source and I cannot understand why it fails or more precisely how you 
changes made it to fail.


--
Grzegorz


Re: [continuum] BUILD FAILURE: Cocoon - Apache Cocoon [build root] - Build Def:

2008-07-30 Thread Reinhard Pötz

Grzegorz Kossakowski wrote:

Reinhard, are you aware of this problem?

I had a quick look into source and I cannot understand why it fails or 
more precisely how you changes made it to fail.


Yes, I'm aware but I have no idea either. Let's see what will happen 
after the next CI cycle.


--
Reinhard Pötz   Managing Director, {Indoqa} GmbH
 http://www.indoqa.com/en/people/reinhard.poetz/

Member of the Apache Software Foundation
Apache Cocoon Committer, PMC member  [EMAIL PROTECTED]



Re: [continuum] BUILD FAILURE: Cocoon - Apache Cocoon [build root] - Build Def:

2008-07-30 Thread Grzegorz Kossakowski

Reinhard Pötz pisze:

Grzegorz Kossakowski wrote:

Reinhard, are you aware of this problem?

I had a quick look into source and I cannot understand why it fails or 
more precisely how you changes made it to fail.


Yes, I'm aware but I have no idea either. Let's see what will happen 
after the next CI cycle.


But there _is_ a problem. I have exactly the same error on my computer.

I only fail to understand how applying Lukas' patches could cause this problem.

--
Grzegorz Kossakowski


[continuum] BUILD FAILURE: Cocoon - Apache Cocoon [build root] - Build Def:

2008-07-30 Thread [EMAIL PROTECTED]

Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=105380projectId=51

Build statistics:
 State: Failed
 Previous State: Failed
 Started at: Wed 30 Jul 2008 03:37:32 -0700
 Finished at: Wed 30 Jul 2008 03:47:12 -0700
 Total time: 9m 39s
 Build Trigger: Schedule
 Build Number: 310
 Exit code: 1
 Building machine hostname: vmbuild.apache.org
 Operating system : Linux(unknown)
 Java Home version : 
 java version 1.4.2_15

 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_15-b02)
 Java HotSpot(TM) Client VM (build 1.4.2_15-b02, mixed mode)
   
 Builder version :

 Maven version: 2.0.8
 Java version: 1.4.2_15
 OS name: linux version: 2.6.20-16-server arch: i386 Family: 
unix
   


SCM Changes:

Changed: reinhard @ Wed 30 Jul 2008 03:07:35 -0700
Comment: COCOON-2223
. remove obsolete dependencies
. move JMSEventMessageListener to event-cache
Files changed:
 /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/pom.xml ( 680956 
)
 
/cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/java/org/apache/cocoon/caching/impl/JMSEventMessageListener.java
 ( 680956 )
 
/cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/resources/META-INF/cocoon/spring/cocoon-eventcache.xml
 ( 680956 )

Changed: reinhard @ Wed 30 Jul 2008 03:13:35 -0700
Comment: COCOON-2229

apply Lukas' patch with some minor modifications

. don't depend on hsqldb anymore
. don't depend on self-written JMS connection code (Spring provides anything we 
need)
. Spring migration of the remaining code
Files changed:
 /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/pom.xml ( 680957 )
 
/cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/src/main/java/org/apache/cocoon/acting/JMSPublisherAction.java
 ( 680957 )
 
/cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/src/main/java/org/apache/cocoon/components/jms/AbstractMessageListener.java
 ( 680957 )
 
/cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/src/main/java/org/apache/cocoon/components/jms/AbstractMessagePublisher.java
 ( 680957 )
 
/cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/src/main/java/org/apache/cocoon/components/jms/JMSConnection.java
 ( 680957 )
 
/cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/src/main/java/org/apache/cocoon/components/jms/JMSConnectionEventListener.java
 ( 680957 )
 
/cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/src/main/java/org/apache/cocoon/components/jms/JMSConnectionEventNotifier.java
 ( 680957 )
 
/cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/src/main/java/org/apache/cocoon/components/jms/JMSConnectionImpl.java
 ( 680957 )
 
/cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/src/main/java/org/apache/cocoon/components/jms/JMSConnectionManager.java
 ( 680957 )
 
/cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/src/main/java/org/apache/cocoon/components/jms/JMSConnectionManagerImpl.java
 ( 680957 )
 
/cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/src/main/java/org/apache/cocoon/samples
 ( 680957 )
 
/cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/src/main/resources/META-INF/cocoon/avalon/cocoon-jms.xconf
 ( 680957 )
 
/cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/src/main/resources/org/apache/cocoon/components/jms/jms.roles
 ( 680957 )

Changed: reinhard @ Wed 30 Jul 2008 03:18:02 -0700
Comment: COCOON-2229

. provide JMS samples that use embedded ActiveMQ
. configure RCL for direct usage
Files changed:
 /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/pom.xml ( 680958 )
 /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/rcl.properties ( 680958 )
 /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/java ( 680958 )
 /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/java/org ( 680958 )
 /cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/java/org/apache ( 
680958 )
 
/cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/java/org/apache/cocoon
 ( 680958 )
 
/cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/java/org/apache/cocoon/acting
 ( 680958 )
 
/cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/java/org/apache/cocoon/acting/JMSEventMessageListener.java
 ( 680958 )
 
/cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/java/org/apache/cocoon/jms
 ( 680958 )
 
/cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/java/org/apache/cocoon/jms/SimpleMessageListener.java
 ( 680958 )
 
/cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/java/org/apache/cocoon/jms/SimpleTextMessagePublisher.java
 ( 680958 )
 
/cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/java/org/apache/cocoon/samples
 ( 680958 )
 
/cocoon/trunk/blocks/cocoon-jms/cocoon-jms-sample/src/main/java/org/apache/cocoon/samples/jms
 (from 
/cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/src/main/java/org/apache/cocoon/samples/jms:680934)
 ( 680958 )
 

Re: [continuum] BUILD FAILURE: Cocoon - Apache Cocoon [build root] - Build Def:

2008-07-30 Thread Reinhard Pötz
I've just committed a fix for this Maven 2 / Java 1.4 related error. 
Here is the relevant part of the error message:


[INFO] 


[INFO] Building Cocoon JMS Block Implementation
[INFO]task-segment: [clean, install]
[INFO] 


[INFO] [clean:clean]
[INFO] Deleting directory 
/home/continuum/data/working-directory/51/blocks/cocoon-jms/cocoon-jms-impl/target
[INFO] Deleting directory 
/home/continuum/data/working-directory/51/blocks/cocoon-jms/cocoon-jms-impl/target/classes
[INFO] Deleting directory 
/home/continuum/data/working-directory/51/blocks/cocoon-jms/cocoon-jms-impl/target/test-classes
[INFO] Deleting directory 
/home/continuum/data/working-directory/51/blocks/cocoon-jms/cocoon-jms-impl/target/site

[INFO] [enforcer:enforce-once {execution: enforce-maven}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading: 
http://repo1.maven.org/maven2/org/springframework/spring-jms/2.5.5/spring-jms-2.5.5.pom

2K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/springframework/spring-context-support/2.4.1/spring-context-support-2.4.1.pom
Downloading: 
http://people.apache.org/~gkossakowski/maven2/repository/org/springframework/spring-context-support/2.4.1/spring-context-support-2.4.1.pom
Downloading: 
http://repo1.maven.org/maven2/org/springframework/spring-jms/2.5.5/spring-jms-2.5.5.jar

184K downloaded
Downloading: 
http://people.apache.org/~gkossakowski/maven2/repository/org/springframework/spring-context-support/2.4.1/spring-context-support-2.4.1.jar
Downloading: 
http://repo1.maven.org/maven2/org/springframework/spring-context-support/2.4.1/spring-context-support-2.4.1.jar
[INFO] 


[ERROR] BUILD ERROR
[INFO] 


[INFO] Failed to resolve artifact.

Missing:
--
1) org.springframework:spring-context-support:jar:2.4.1

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.springframework 
-DartifactId=spring-context-support -Dversion=2.4.1 -Dpackaging=jar 
-Dfile=/path/to/file


  Alternatively, if you host your own repository you can deploy the 
file there:
  mvn deploy:deploy-file -DgroupId=org.springframework 
-DartifactId=spring-context-support -Dversion=2.4.1 -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]


  Path to dependency:
1) org.apache.cocoon:cocoon-jms-impl:jar:1.0.0-SNAPSHOT
2) org.springframework:spring-jms:jar:2.5.5
3) org.springframework:spring-context-support:jar:2.4.1

--
1 required artifact is missing.

for artifact:
  org.apache.cocoon:cocoon-jms-impl:jar:1.0.0-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  gkossakowski-maven2 
(http://people.apache.org/~gkossakowski/maven2/repository),

  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository)

[EMAIL PROTECTED] wrote:
Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=105380projectId=51 



Build statistics:
 State: Failed
 Previous State: Failed
 Started at: Wed 30 Jul 2008 03:37:32 -0700
 Finished at: Wed 30 Jul 2008 03:47:12 -0700
 Total time: 9m 39s
 Build Trigger: Schedule
 Build Number: 310
 Exit code: 1
 Building machine hostname: vmbuild.apache.org
 Operating system : Linux(unknown)
 Java Home version :  java version 1.4.2_15
 Java(TM) 2 Runtime Environment, Standard Edition (build 
1.4.2_15-b02)

 Java HotSpot(TM) Client VM (build 1.4.2_15-b02, mixed mode)
Builder version :
 Maven version: 2.0.8
 Java version: 1.4.2_15
 OS name: linux version: 2.6.20-16-server arch: i386 
Family: unix
   
 


SCM Changes:
 


Changed: reinhard @ Wed 30 Jul 2008 03:07:35 -0700
Comment: COCOON-2223
. remove obsolete dependencies
. move JMSEventMessageListener to event-cache
Files changed:
 /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/pom.xml ( 
680956 )
 /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/java/org/apache/cocoon/caching/impl/JMSEventMessageListener.java 
( 680956 )
 /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/resources/META-INF/cocoon/spring/cocoon-eventcache.xml 
( 680956 )


Changed: reinhard @ Wed 30 Jul 2008 03:13:35 -0700
Comment: COCOON-2229

apply Lukas' patch with some minor modifications

. don't depend on hsqldb anymore
. don't depend on self-written JMS connection code (Spring provides 
anything we need)

. Spring migration of the remaining code
Files changed:
 

[continuum] BUILD FAILURE: Cocoon - Apache Cocoon [build root] - Build Def:

2008-07-30 Thread [EMAIL PROTECTED]

Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=105399projectId=51

Build statistics:
 State: Failed
 Previous State: Failed
 Started at: Wed 30 Jul 2008 05:03:21 -0700
 Finished at: Wed 30 Jul 2008 05:17:44 -0700
 Total time: 14m 23s
 Build Trigger: Schedule
 Build Number: 310
 Exit code: 1
 Building machine hostname: vmbuild.apache.org
 Operating system : Linux(unknown)
 Java Home version : 
 java version 1.4.2_15

 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_15-b02)
 Java HotSpot(TM) Client VM (build 1.4.2_15-b02, mixed mode)
   
 Builder version :

 Maven version: 2.0.8
 Java version: 1.4.2_15
 OS name: linux version: 2.6.20-16-server arch: i386 Family: 
unix
   


SCM Changes:

Changed: reinhard @ Wed 30 Jul 2008 04:07:22 -0700
Comment: explicitly set version numbers because of the Maven 2 - Java 1.4 bug 
(that has hit us s many times)
Files changed:
 /cocoon/trunk/parent/pom.xml ( 680974 )


Dependencies Changes:

No dependencies changed



Build Defintion:

POM filename: pom.xml
Goals: clean install   
Arguments: --batch-mode -P allblocks,it

Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: DEFAULT_SCHEDULE
Profile Name: Java 1.4, Large Memory
Description: 



Test Summary:

Tests: 373
Failures: 0
Total time: 132.82301






[continuum] BUILD FAILURE: Cocoon - Apache Cocoon [build root] - Build Def:

2008-07-30 Thread [EMAIL PROTECTED]

Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=105409projectId=51

Build statistics:
 State: Failed
 Previous State: Failed
 Started at: Wed 30 Jul 2008 07:42:45 -0700
 Finished at: Wed 30 Jul 2008 07:54:05 -0700
 Total time: 11m 20s
 Build Trigger: Schedule
 Build Number: 310
 Exit code: 1
 Building machine hostname: vmbuild.apache.org
 Operating system : Linux(unknown)
 Java Home version : 
 java version 1.4.2_15

 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_15-b02)
 Java HotSpot(TM) Client VM (build 1.4.2_15-b02, mixed mode)
   
 Builder version :

 Maven version: 2.0.8
 Java version: 1.4.2_15
 OS name: linux version: 2.6.20-16-server arch: i386 Family: 
unix
   


SCM Changes:

Changed: felixk @ Wed 30 Jul 2008 05:03:25 -0700
Comment: Reflect adding the cdocs-it collection to daisy
Files changed:
 /cocoon/trunk/blocks/cocoon-it/pom.xml ( 680992 )
 /cocoon/trunk/parent/pom.xml ( 680992 )


Dependencies Changes:

No dependencies changed



Build Defintion:

POM filename: pom.xml
Goals: clean install   
Arguments: --batch-mode -P allblocks,it

Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: DEFAULT_SCHEDULE
Profile Name: Java 1.4, Large Memory
Description: 



Test Summary:

Tests: 373
Failures: 0
Total time: 130.04597






[continuum] BUILD FAILURE: Cocoon - Apache Cocoon [build root] - Build Def:

2008-07-29 Thread [EMAIL PROTECTED]

Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=105274projectId=51

Build statistics:
 State: Failed
 Previous State: Ok
 Started at: Tue 29 Jul 2008 07:40:41 -0700
 Finished at: Tue 29 Jul 2008 08:09:59 -0700
 Total time: 29m 18s
 Build Trigger: Schedule
 Build Number: 310
 Exit code: 1
 Building machine hostname: vmbuild.apache.org
 Operating system : Linux(unknown)
 Java Home version : 
 java version 1.4.2_15

 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_15-b02)
 Java HotSpot(TM) Client VM (build 1.4.2_15-b02, mixed mode)
   
 Builder version :

 Maven version: 2.0.8
 Java version: 1.4.2_15
 OS name: linux version: 2.6.20-16-server arch: i386 Family: 
unix
   


SCM Changes:

Changed: reinhard @ Tue 29 Jul 2008 06:54:14 -0700
Comment: COCOON-2223

Apply Lukas' patch that 


. migrates eventcache from Avalon to Spring
. adds some pipeline for integration tests
Files changed:
 /cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/pom.xml ( 680697 
)
 
/cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/java/org/apache/cocoon/acting/CacheEventAction.java
 ( 680697 )
 
/cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/java/org/apache/cocoon/caching/impl/EventAwareCacheImpl.java
 ( 680697 )
 
/cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/java/org/apache/cocoon/caching/impl/StoreEventRegistryImpl.java
 ( 680697 )
 
/cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/java/org/apache/cocoon/generation/EventCacheGenerator.java
 ( 680697 )
 
/cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/java/org/apache/cocoon/samples/EventAwareGenerator.java
 ( 680697 )
 
/cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/resources/META-INF/cocoon/avalon/cocoon-eventcache.xconf
 ( 680697 )
 
/cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/src/main/resources/META-INF/cocoon/spring/cocoon-eventcache.xml
 ( 680697 )
 
/cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-sample/src/main/resources/COB-INF/it
 ( 680697 )
 
/cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-sample/src/main/resources/COB-INF/it/it.xml
 ( 680697 )
 
/cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-sample/src/main/resources/COB-INF/it/sitemap.xmap
 ( 680697 )
 
/cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-sample/src/main/resources/COB-INF/sitemap.xmap
 ( 680697 )
 
/cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-sample/src/main/resources/META-INF/cocoon/spring/cocoon-eventcache-sample-blockServlet.xml
 ( 680697 )
 
/cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-sample/src/main/resources/META-INF/cocoon/spring/cocoon-eventcache-sample.xml
 ( 680697 )

Changed: reinhard @ Tue 29 Jul 2008 07:03:17 -0700
Comment: COCOON-2224

add IT for eventcache
Files changed:
 
/cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon/it/blocks/eventcache
 ( 680699 )
 
/cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon/it/blocks/eventcache/EventAwareCacheTest.java
 ( 680699 )

Changed: reinhard @ Tue 29 Jul 2008 07:13:29 -0700
Comment: remove unnecessary (and sometimes problematic) include
Files changed:
 /cocoon/trunk/core/cocoon-webapp/pom.xml ( 680705 )


Dependencies Changes:

No dependencies changed



Build Defintion:

POM filename: pom.xml
Goals: clean install   
Arguments: --batch-mode -P allblocks,it

Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: DEFAULT_SCHEDULE
Profile Name: Java 1.4, Large Memory
Description: 



Test Summary:

Tests: 373
Failures: 0
Total time: 135.09499






[continuum] BUILD FAILURE: Cocoon - Apache Cocoon [build root] - Build Def:

2008-05-30 Thread [EMAIL PROTECTED]

Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=93568projectId=51

Build statistics:
 State: Failed
 Previous State: Error
 Started at: Fri 30 May 2008 15:08:10 -0700
 Finished at: Fri 30 May 2008 15:08:23 -0700
 Total time: 12s
 Build Trigger: Schedule
 Build Number: 275
 Exit code: 1
 Building machine hostname: vmbuild.apache.org
 Operating system : Linux(unknown)
 Java Home version : 
 java version 1.4.2_15

 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_15-b02)
 Java HotSpot(TM) Client VM (build 1.4.2_15-b02, mixed mode)
   
 Builder version :

 Maven version: 2.0.7
 Java version: 1.4.2_15
 OS name: linux version: 2.6.20-16-server arch: i386
   


SCM Changes:

No files changed


Dependencies Changes:

No dependencies changed



Build Defintion:

POM filename: pom.xml
Goals: clean install   
Arguments: --batch-mode -P allblocks,it

Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: DEFAULT_SCHEDULE
Profile Name: Java 1.4, Large Memory
Description: 



Test Summary:

Tests: 360
Failures: 0
Total time: 95.59899