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
