122123124125126127128129130131132
project.executeTarget(target); } catch (BuildException e) { error = e; throw new ExecutionException(e); } finally { project.fireBuildFinished(error); } } /** * Returns the filename of the logfile to write.
120121122123124125126127128129130