104105106107108109110111
throw new IOException("Could not resolve artifact " + artifact + " in repo " + rootFile); } artifact = list.first(); } File location = getLocation(artifact); return new LocalOpenResult(artifact, location); }
107108109110111112113114