If you run the ant task testreport you only get summary report information on the test that is running. All output is logged to files then rendered to a nice html site in build/<module>/test/report/junit
On 13/11/06, Robert Greig <[EMAIL PROTECTED]> wrote:
On 13/11/06, Daniel Kulp <[EMAIL PROTECTED]> wrote: > You aren't using some out of date mirror in your settings.xml, are you? I don't know. How do I know what are up to date mirrors? > I'd try disabling any mirrors in your settings.xml and see if that helps. It does list the repos in the error message - do they look right? > You might want to "rm -rf ~/.m2/repository/org/apache/mina" and retry. I have done that - I have nuked the whole .m2 directory. I'll try again from my home machine. > I really don't > like the amount of crap going to stdout during the tests. (I'm a believer > that passing tests should do so SILENTLY. Only failing tests should > output stuff) However, that issue doesn't affect it actually building > and running. It should be log4j output, so you can change it by altering your log4j settings. Tests should not be using System.out directly but of course maybe some are inadvertantly. I personally find it very useful to be able to switch on some more output when tests are failing so that you can track down what is going on. RG
-- Martin Ritchie
