minor cleanups, some notes, see if better option for issue #1312

This commit is contained in:
benfry
2012-10-19 16:10:04 +00:00
parent ab815ede89
commit 32dd29962c
4 changed files with 27 additions and 24 deletions

View File

@@ -59,8 +59,8 @@ public class Compiler {
String baseCommand[] = new String[] {
"-Xemacs",
//"-noExit", // not necessary for ecj
"-source", "1.5",
"-target", "1.5",
"-source", "1.6",
"-target", "1.6",
"-classpath", build.getClassPath(),
"-nowarn", // we're not currently interested in warnings (works in ecj)
"-d", build.getBinFolder().getAbsolutePath() // output the classes in the buildPath