.getResolvedModuleRevisionId());
//Generate the parent cache file if necessary
if (parent.getResource() != null
&& !parent.getResource().getName().equals(ivyFileInCache.toURI().toString())) {
try {
parent.toIvyFile(ivyFileInCache);
} catch (ParseException e) {
throw new ParseException("Unable to create cache file for "
+ parentOrganisation + "#" + parentModule + ";" + parentRevision
+ " Reason:" + e.getLocalizedMessage(), 0);
} catch (IOException e) {