markProblems(resolution);
// pull remote bundles from repositories to be added to classpath
if (!resolution.isSynchronized())
{
resolution.synchronize(new ProgressAdapter(progress.newChild(80)));
}
}
catch (ResolutionException e)
{
throw SigilCore.newCoreException("Failed to resolve dependencies", e);