2007/7/20, Paul Benedict <[EMAIL PROTECTED]>:
The POM controls the java version. I would +1 for Tiles 2 to required JDK 5 for that POM only.
Does it control the library too? For example, if you use "StringBuffer", in JDK 5 it will use CharSequence class, that in JDK 1.4 does not exist. And this, even if you are compiling with source=target=1.4, so you will have a NoClassDefFoundError in JRE 1.4. Sorry if I insist, but I want to be sure. Antonio
