Re: surefire fails but tests work

2006-08-16 Thread tomiq
thanx I had posted http://www.nabble.com/forum/ViewPost.jtp?post=5834527&framed=y it to Maven-users list. Jesse McConnell wrote: > > have you pinged the maven users list on this? it might be an issue in > the surefire plugin reacting to those checksum errors... > > pretty wierd though :) > >

Re: surefire fails but tests work

2006-08-16 Thread Jesse McConnell
have you pinged the maven users list on this? it might be an issue in the surefire plugin reacting to those checksum errors... pretty wierd though :) jesse On 8/16/06, tomiq <[EMAIL PROTECTED]> wrote: Well this is great at least for you:) I have met similar issue, but the case is not the one

Re: surefire fails but tests work

2006-08-16 Thread tomiq
Well this is great at least for you:) I have met similar issue, but the case is not the one of your's I suppose. I tried to erase main() methods in my jUnit tests (if it somehow matters) for surefire to work - it fails again for the same reason, unknown to me. The problem is that I have 5 nonFaili

Re: surefire fails but tests work

2006-07-27 Thread Roland Kofler
thanks, someone wrote a test thats wasn't a unit test but a main() class. surefire should some how report such issues. best rk Andrew Williams schrieb: are you using clover or such like which could be redirecting test output to another directory? Roland Kofler wrote: i get ERROR] BUILD ERROR