confsToFetch.remove("*");
updateConfsToFetch(Arrays.asList(resolveSpecialConfigurations(
getRequiredConfigurations(parent, parentConf), this)));
} else {
Message.warn("\tmodule not found: " + getId());
resolver.reportFailure();
problem = new RuntimeException("not found");
return false;
}
} catch (ResolveProcessException e) {
throw e;