classPath);
DynamicClassLoader.remove(FileCompiler.sourceToClass(
DirectoryManager.getSourceDir(), DirectoryManager.getBinDir(), file).toURI().toURL());
if(!listener.isLastCompilationAttemptFailure()){
ApplicationUtils.getPresenter().clearMessages();
new CommandLineArgumentRunner(args).run();
}
} catch (Exception e) {
throw new RuntimeException(e);
}
}