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:
Eugene Zhuravlev
2013-01-29 14:32:00 +01:00
parent eb93725b1f
commit 8dfac4ced7
@@ -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);
}