external build: support -proceedOnError option for Eclipse compiler

This commit is contained in:
Eugene Zhuravlev
2012-07-05 12:56:41 +02:00
parent 5a5699996a
commit 5cd2b189cd
3 changed files with 23 additions and 5 deletions
@@ -650,7 +650,7 @@ public class CompileDriver {
new CompilerTask(myProject, compileInBackground, contentName, ApplicationManager.getApplication().isUnitTestMode());
StatusBar.Info.set("", myProject, "Compiler");
if (useOutOfProcessBuild() && BuildManager.getInstance().rescanRequired(myProject)) {
if (useExtProcessBuild && BuildManager.getInstance().rescanRequired(myProject)) {
// ensure the project model seen by build process is up-to-date
myProject.save();
}