robovm / robovm-eclipse

RoboVM Eclipse plugin
GNU General Public License v2.0
14 stars 19 forks source link

IBIntegratorManager: When a project fails, don't let the whole thing stop #80

Closed BlueRiverInteractive closed 9 years ago

BlueRiverInteractive commented 9 years ago

We need to catch Throwable, not just CoreException when calling projectChanged for every project. Otherwise the for each loop will break when a project has some error (for example IOException when the robovm.xml is incorrect) and no further projects will get the IBIntegrator.