Hi, This patch makes sure that when ecj is used it is called with -1.5 to force 1.5 compilation. 2007-04-07 Mark Wielaard * Harness.java (compileStringBase): Add -1.5. Committed, Mark diff -u -r1.28 Harness.java --- Harness.java 12 Feb 2007 22:30:44 -0000 1.28 +++ Harness.java 7 Apr 2007 20:13:43 -0000 @@ -59,7 +59,7 @@ // The options to pass to the compiler, needs to be augmented by the // bootclasspath, which should be the classpath installation directory - private static String compileStringBase = "-proceedOnError -nowarn"; + private static String compileStringBase = "-proceedOnError -nowarn -1.5"; // The writers for ecj's out and err streams. private static PrintWriter ecjWriterOut = null;