On 22/04/07, Ron Blaschke <[EMAIL PROTECTED]> wrote:


After a quick look into plugins/build.xml I think the javac task call
should contain target="1.4" to tell the compiler to always generate Java
1.4 code.  Otherwise the compiler targets the default version, which is
the own version for recent Sun JDKs.

This sound like a sensible option. Does anyone have any objections?

Ross