IvyContext.pushNewContext().setIvy(getEasyAntIvyInstance());
EasyAntModuleDescriptorParser parser = getEasyAntModuleDescriptorParser(buildModule);
log("Loading EasyAnt module descriptor :" + parser.getClass().getName(), Project.MSG_DEBUG);
try {
parser.parseDescriptor(getEasyAntIvyInstance().getSettings(), buildModule.toURI().toURL(), new URLResource(
buildModule.toURI().toURL()), true);
EasyAntModuleDescriptor md = parser.getEasyAntModuleDescriptor();
ModuleRevisionId currentModule = md.getIvyModuleDescriptor().getModuleRevisionId();
String buildConfigurations = null;