this.easyAntMDParserClassName = easyAntMDParserClassName;
}
public void execute() throws BuildException {
if (buildModule != null && buildModule.exists()) {
IvyInfo info = new IvyInfo();
info.setFile(buildModule);
// Not sure we should bound IvyInfo to easyantIvyInstance
info.setSettingsRef(IvyInstanceHelper.buildEasyAntIvyReference(getProject()));
initTask(info).execute();
getProject().setName(getProject().getProperty("ivy.module"));
}
if (buildModule != null && buildModule.exists()) {
// make sure it's not a directory (this falls into the ultra