.toString();
errorStream = foldFiles(error, logHead, Project.MSG_VERBOSE,
appendErr, createEmptyFilesErr);
} else if (!(logError || outputStream == null) && errorProperty == null) {
long funnelTimeout = 0L;
OutputStreamFunneler funneler = new OutputStreamFunneler(
outputStream, funnelTimeout);
try {
outputStream = new LineOrientedOutputStreamRedirector(funneler.getFunnelInstance());
errorStream = new LineOrientedOutputStreamRedirector(funneler.getFunnelInstance());
} catch (IOException eyeOhEx) {
throw new BuildException(
"error splitting output/error streams", eyeOhEx);
}
}