}
@Override
public void execute() throws BuildException {
final ExecutionDataStore executionData = loadExecutionData();
final IReportFormatter formatter = createFormatter();
try {
createReport(structure, formatter, executionData);
} catch (final IOException e) {
throw new BuildException("Error while creating report.", e);
}