}
public void compile(String... compilationUnits) throws IOException, CompilationException {
// Copy anything that is not a java file
RAMFileSystem sourcePath1 = new RAMFileSystem();
sourcePath.copy(new Filter() {
public boolean acceptDir(Object dir, String name) throws IOException {
return true;
}
public boolean acceptFile(Object file, String name) throws IOException {