338339340341342343344345346347348
// need to set the project on unknown element UnknownElement c = copy(macroDef.getNestedTask()); c.init(); try { c.perform(); } catch (BuildException ex) { throw ProjectHelper.addLocationToBuildException( ex, getLocation()); } }