Sorry, my bad. Turns out that maven doesn't close propertly (a java process) in some cases and some files in the target directory remain locked and are not cleaned up. That is why I ended up with errors. I had to kill the dangling java.exe process, do an mvn clean and then the mvn install with all its test cases passed.
Thanks for your time. Simon -----Original Message----- From: Simon Trudeau [mailto:[EMAIL PROTECTED] Sent: April-09-08 9:53 AM To: [email protected] Subject: RE: Maven trunk build broken I tried building mina's trunk revision 646345 and got the following build error log attached to this email. I tried building on windows vista business edition with SP1 installed. Simon -----Original Message----- From: Sangjin Lee [mailto:[EMAIL PROTECTED] Sent: April-08-08 5:24 PM To: [email protected] Subject: Re: Maven trunk build broken On what OS are you building mina? Could you also let us know which test is failing? I just ran it on my mac with the latest trunk source, and everything seems OK. Thanks, Sangjin On Tue, Apr 8, 2008 at 2:06 PM, Simon Trudeau <[EMAIL PROTECTED]> wrote: > I don't know if it's the right channel for those kind of issues but > today's trunk can't build using maven unless we skip the tests, the > unit test fail. Just to let you know. :.) > > Simon >
