6061626364656667
if(debug) { System.out.println("GOT DEBUG!"); } // FIXME: modify default options to include cdir System.exit(new WycMain(new WyccBuildTask(values), WycMain.DEFAULT_OPTIONS) .run(args.toArray(new String[args.size()]))); }
152153154155156157158
} //} } private static int compile(String... args) { return new WycMain(new WyccBuildTask(), WycMain.DEFAULT_OPTIONS).run(args); }