Carsten Ziegeler said:
> Ok, I changed this - does it now compile for you?
>
> Carsten
Unfortunately, no. But I'm not getting to the changes you made.
compile-core:
Compiling 539 source files to
/home/rago2483/cocoon/head/BRANCH_2_1_X/build/cocoon-2.1.6-dev/classes
/home/rago2483/cocoon/head/BRANCH_2_1_X/src/java/org/apache/cocoon/components/thread/SynchronousChannel.java:48:
interface expected here
implements Queue
^
/home/rago2483/cocoon/head/BRANCH_2_1_X/src/java/org/apache/cocoon/components/thread/DefaultThreadPool.java:322:
incompatible types
found : org.apache.cocoon.components.thread.SynchronousChannel
required: org.apache.cocoon.components.thread.Queue
m_queue = new SynchronousChannel( );
^
2 errors
BUILD FAILED
/home/rago2483/cocoon/head/BRANCH_2_1_X/tools/targets/compile-build.xml:62:
Compile failed; see the compiler error output for details.