List allContainers = getAllContainersExcludingProjects(projects);
Iterator it = allContainers.iterator();
while (it.hasNext()) {
IvyClasspathContainer ivycp = (IvyClasspathContainer) it.next();
ivycp.launchResolve(false, null);
}
}
/**
* Return the IvyDE container which include the specified project path as ivy dependency