}
try
{
ResolutionConfig config = new ResolutionConfig(
ResolutionConfig.IGNORE_ERRORS);
IResolution resolution = resolver.resolve(element, config, null);
if (resolution.getBundles().isEmpty())
{
SigilCore.error("Failed to resolve bundle for " + base);
}
for (ISigilBundle b : resolution.getBundles())