On 04.12.2007 5:44 Uhr, Thorsten Scherler wrote:
http://vmbuild.apache.org/continuum/buildResult.action?buildId=25860&projectId=51
...
Changed: thorsten @ Tue 4 Dec 2007 01:47:53 -0800
Comment: Making Paginator spring enable
Files changed:
/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/java/org/apache/cocoon/transformation/pagination/Paginator.java
( 600857 )
Hmm, sorry but I do not understand why continuum fails, since I just
added a getter and setter method.
Index:
src/main/java/org/apache/cocoon/transformation/pagination/Paginator.java
===================================================================
---
src/main/java/org/apache/cocoon/transformation/pagination/Paginator.java
(revision 589607)
+++
src/main/java/org/apache/cocoon/transformation/pagination/Paginator.java
(working copy)
@@ -627,4 +627,12 @@
uri.substring(index+currentS.length());
}
}
+
+ public ServiceManager getManager() {
+ return manager;
+ }
+
+ public void setManager(ServiceManager manager) {
+ this.manager = manager;
+ }
}
Can it be that this change is not the root cause since:
...
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure
/home/continuum/data/working-directory/51/blocks/cocoon-portal/cocoon-portal-tools-impl/src/main/java/org/apache/cocoon/portal/tools/copletManagement/LayoutActions.java:[202,37]
cannot resolve symbol
symbol : method getType ()
location: class org.apache.cocoon.portal.om.Layout
/home/continuum/data/working-directory/51/blocks/cocoon-portal/cocoon-portal-tools-impl/src/main/java/org/apache/cocoon/portal/tools/copletManagement/LayoutActions.java:[202,37]
cannot resolve symbol
symbol : method getType ()
location: class org.apache.cocoon.portal.om.Layout
Somebody has an idea or should I revert the change?
It was probably only your commit that triggered the build but it is not
the cause for the failure. No need to revert your commit.
Joerg