destFile, Collections.EMPTY_MAP, md.getStatus(),
md.getResolvedModuleRevisionId().getRevision(),
md.getResolvedPublicationDate(), ns, true, null);
} catch (SAXException e) {
ParseException ex = new ParseException("exception occured while parsing " + res, 0);
ex.initCause(e);
throw ex;
} finally {
if (is != null) {
is.close();
}