This is the mail archive of the mauve-patches@sourceware.org mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Make sure we compile with -1.5


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  <mark@klomp.org>

        * 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;

Attachment: signature.asc
Description: This is a digitally signed message part


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]