On Mon, 23 Sep 2002, Jared Warren <[EMAIL PROTECTED]> wrote:
> And it all works as it should except that instead of redirecting the
> System.out.println() outputs to the '${output}/${case}' file, it's
> printing them to the screen.
Is your Java class spawning new threads that write to System.out? If
so, Ant gets confused and doesn't know to which task the output
belongs - which means it will send it to the default logger instead of
back to the task.
Stefan
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>