disable javac for release 0138

This commit is contained in:
benfry
2008-05-31 21:22:52 +00:00
parent 1cf1e4dbc9
commit 960ce56afd

View File

@@ -74,8 +74,8 @@ public class Compiler implements MessageConsumer {
* @return
* @throws RunnerException
*/
public boolean compile(Sketch sketch,
String buildPath) throws RunnerException {
public boolean compileJavac(Sketch sketch,
String buildPath) throws RunnerException {
// com.sun.tools.javac.Main javac = new com.sun.tools.javac.Main();
this.sketch = sketch;
@@ -176,7 +176,7 @@ public class Compiler implements MessageConsumer {
}
public boolean compileJikes(Sketch sketch, String buildPath)
public boolean compile(Sketch sketch, String buildPath)
throws RunnerException {
this.sketch = sketch;