mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-99908 If auto-make is in progress, and I start make manually, sometimes an error is shown in the Problems tool window
This commit is contained in:
@@ -100,6 +100,9 @@ public class ResourcesBuilder extends TargetBuilder<ResourceRootDescriptor, Reso
|
||||
|
||||
context.processMessage(new ProgressMessage(""));
|
||||
}
|
||||
catch(ProjectBuildException e) {
|
||||
throw e;
|
||||
}
|
||||
catch (Exception e) {
|
||||
throw new ProjectBuildException(e.getMessage(), e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user