super(new RedirectingOutputStream(parser), new ByteArrayOutputStream());
try { final ByteArrayOutputStream error = (ByteArrayOutputStream) getErr(); return error.toString("ASCII"); } catch (final Exception e) { return null; }
super.stop(); try { getErr().close(); getOut().close(); } catch (final IOException e) { // plain impossible throw new BuildException(e); }