Hi: The problem seems to be introduced in r158127 (using java 1.4.2_07):
http://marc.theaimsgroup.com/?l=xml-cocoon-cvs&m=111117281104914&w=2 Looks like the needed o.a.c.util.ClassUtils is not part of the current compile task and was not compiled before. Here is the output of compile-core task: compile-core: Copying 18 files to /home/agallardo/svn/cocoon-2.2/build/cocoon/classes Copied 63 empty directories to 33 empty directories under /home/agallardo/svn/cocoon-2.2/build/cocoon/classes Copying 1 file to /home/agallardo/svn/cocoon-2.2/build/cocoon/classes Copied 6 empty directories to 4 empty directories under /home/agallardo/svn/cocoon-2.2/build/cocoon/classes Compiling Cocoon Core Compiling 30 source files to /home/agallardo/svn/cocoon-2.2/build/cocoon/classes /home/agallardo/svn/cocoon-2.2/src/core/java/org/apache/cocoon/core/Core.java:38: cannot resolve symbol symbol : class ClassUtils location: package util import org.apache.cocoon.util.ClassUtils; ^ /home/agallardo/svn/cocoon-2.2/src/core/java/org/apache/cocoon/core/Core.java:288: cannot resolve symbol symbol : variable ClassUtils location: class org.apache.cocoon.core.Core Class pcm = ClassUtils.loadClass(parentServiceManagerClass); ^ 2 errors BUILD FAILED /home/agallardo/svn/cocoon-2.2/tools/targets/compile-build.xml:66: Compile failed; see the compiler error output for details
