.setResolveId(resolveId)
.setCache(ivy.getCacheManager(cache))
.setValidate(doValidate(settings)));
ResolutionCacheManager cacheMgr = getIvyInstance().getCacheManager(cache);
new XmlReportOutputter().output(report, cacheMgr);
if (graph) {
gengraph(cacheMgr, md.getModuleRevisionId().getOrganisation(), md
.getModuleRevisionId().getName());
}
if (dot) {