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,
so i get miles of:
[junit] Apr 19, 2007 1:02:30 PM
org.apache.solr.core.RequestHandlers initHandlersFromConfig
[junit] INFO: adding requestHandler:
...
The build file is the same. Is there an environment variable somewhere
i need to set?
thanks for any pointers
ryan