classLocator
= new CombinedResourceLocator(out, verbose, locators);
// wrap with timing class locator
if (opts.doTiming) {
classLocator = new ResourceLocatorTimer(classLocator);
}
} catch (IOException ex) {
printError("Cannot initialize resource locator for classes", ex);
return CLASS_LOCATOR_ERROR;
}