457458459460461462463464465466467
outputBundled.merge(temp); continue; } log_.warn("Cannot load and merge the bundle: " + name[i]); } outputBundled.resolveDependencies(); cache_.put(id, outputBundled); return outputBundled; } catch (Exception ex) {
540541542543544545546547548549550
outputBundled.merge(temp); continue; } log_.warn("Cannot load and merge the bundle: " + name[i]); } outputBundled.resolveDependencies(); } catch (Exception ex) { log_.error("Cannot load and merge the bundle: " + id, ex); } return outputBundled; }
500501502503504505506507508509510
334335336337338339340341342343344
603604605606607608609610611612613
outputBundled.merge(temp); continue; } log_.warn("Cannot load and merge the bundle: " + name[i]); } outputBundled.resolveDependencies(); } catch (Exception ex) { log_.error("Cannot load and merge the bundle: " + id, ex); }