IvyDEMessage.info(inworkspaceModules.size() + " module(s) to resolve in workspace");
// for the modules which are using the workspace resolver, make sure
// we resolve them in the correct order
// The version matcher used will be the one configured for the first project
ResolveRequest request = (ResolveRequest) ((List) inworkspaceModules.values()
.iterator().next()).get(0);
VersionMatcher versionMatcher = ((Ivy) ivys.get(request)).getSettings()
.getVersionMatcher();
WarningNonMatchingVersionReporter vReporter = new WarningNonMatchingVersionReporter();