5859606162636465666768
runner.run(group); } catch (Exception e) { throw new BuildException("ERROR: " + e.getMessage(), e); } finally { if (runner != null) runner.shutdown(); } } public String getOutputFile() { return outputFile;