compilationError = true;
}
}
if (compilationError) {
throw new CompilationFailureException(messages);
} else {
for (Iterator i = messages.iterator(); i.hasNext();) {
CompilerError message = (CompilerError) i.next();
getLog().warn(message.toString());