Hi Vadim,
The EclipseJavaCompiler is currently hardcoded with source=1.4 and target=1.4. This is because I didn't know how to configure those properties through the available Cocoon interfaces. There is nothing wrong with the Eclipse compiler itself, only with my code. Either we can hardcode it with source=1.3 target=1.3 in which case it will work under jdk1.3.1 or we need to make it configurable.
Ok, now it detects this automatically. Is it ok for you?
Vadim
Regards,
Chris