102103104105106107108109110111112
throw new BuildException("Error starting WebLogic rmic: ", ex, getRmic().getLocation()); } } finally { if (loader != null) { loader.cleanup(); } } } /**
822823824825826827828829830831832
+ "interface or XML", Project.MSG_VERBOSE); } if (genericLoader instanceof AntClassLoader) { AntClassLoader loader = (AntClassLoader)genericLoader; loader.cleanup(); } } else { rebuild = true; } } catch (ClassNotFoundException cnfe) {
189190191192193194195196197198199
} catch (Throwable e) { throw new BuildException(e); } finally { if (loader != null) { loader.resetThreadContextLoader(); loader.cleanup(); } if (sysProperties != null) { sysProperties.restoreSystem(); } }
314315316317318319320321322323324
((Closeable) userLoader).close(); } catch (IOException ioe) { //ignore } } acl.cleanup(); userLoader = null; acl = null; } }
99100101102103104105106107108109
835836837838839840841842843844845
+ "interface or XML", Project.MSG_VERBOSE); } if (genericLoader instanceof AntClassLoader) { AntClassLoader loader = (AntClassLoader) genericLoader; loader.cleanup(); } } else { rebuild = true; } } catch (ClassNotFoundException cnfe) {
211212213214215216217218219220221
455456457458459460461462463464465
} finally { // restore the context class loader SecureLoader.setContextClassLoader(old); // close AntClassLoader if (acl != null) { acl.cleanup(); } } } private void _doXJC() throws BuildException {
458459460461462463464465466467468
} finally { // restore the context class loader SecureLoader.setContextClassLoader(old); // close AntClassLoader if (acl != null) { acl.cleanup(); } if (options.proxyAuth != null) { DefaultAuthenticator.reset(); } }