On 4/19/07, Ryan McKinley <[EMAIL PROTECTED]> wrote:
I just got a new computer (vista) and am setting up the dev environment...
on my old computer, i would run
$ ant test
and get a nice displaying saying each test and how long it takes.
stdout/stderr was linked to the files generated from "ant test-reports"
On the new one, all the stdout/stderr info pumped to the command line,
Same thing happened to me.
IIRC, I think I installed an older version of junit (or was it ant?)
and it fixed
the problem for me.
-Yonik