String stdOut = stdOutBA.toString();
String errOut = errOutBA.toString();
if (!ok) {
List<Pair<SourceLocation, String>> errors = parseJavacErrors(errOut);
throw new SourceCodeException(errors);
}
List<Path> generatedFiles = new LinkedList<Path>();
int index = 0;
while ((index = stdOut.indexOf("[writing", index)) >= 0) {