246247248249250251252253254255256
throw failure("Could not resolve resource " + relativePath); } try { URLFileSystem fs = new URLFileSystem(); fs.add(url); fs.copy(sourcePath, sourcePath.getPath(packageName)); } catch (Exception e) { throw failure(e); }