mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
external build: support -proceedOnError option for Eclipse compiler
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user