193194195196197198199200201202203
} catch (Throwable e) { throw new BuildException(e); } finally { if (loader != null) { loader.resetThreadContextLoader(); loader.cleanup(); loader = null; } if (sysProperties != null) { sysProperties.restoreSystem(); }
13841385138613871388138913901391139213931394
} catch (Exception ex) { // Ignore exception } } finally { if (loader != null) { loader.cleanup(); } } } /**
513514515516517518519520521522523
log("all files are up to date", Project.MSG_VERBOSE); } } } finally { if (al != null) { al.cleanup(); } } } /**
862863864865866867868869870871872
} } if (genericLoader != null && genericLoader instanceof AntClassLoader) { AntClassLoader loader = (AntClassLoader) genericLoader; loader.cleanup(); } } return rebuild; }
8586878889909192939495
throw new BuildException(ERROR_WLRMIC_FAILED, ex, getRmic().getLocation()); } } finally { if (loader != null) { loader.cleanup(); } } } /**
269270271272273274275276277278279
} catch (Throwable e) { throw new BuildException(e); } finally { if (loader != null) { loader.resetThreadContextLoader(); loader.cleanup(); } if (command.getSystemProperties() != null) { command.getSystemProperties().restoreSystem(); } }
171172173174175176177178179180181
checker.run(); } catch (ForbiddenApiException fae) { throw new BuildException(fae.getMessage()); } } finally { if (antLoader != null) antLoader.cleanup(); } } /** Set of class files to check */ public void add(ResourceCollection rc) {
137138139140141142143144145146147
} catch (Exception e) { throw new BuildException(e); } finally { if (loader != null) { loader.resetThreadContextLoader(); loader.cleanup(); } if (sysProperties != null) { sysProperties.restoreSystem(); } }
11341135113611371138113911401141114211431144
177178179180181182183184185186187