> I suspect there is a problem with locale defaulting. I glanced over the > code and set an explicit locale at the only point (which I found) where > no locale was passed. Perhaps this solves your problem. Can you update > the sources and try to run the tests again? >
I'll give it a shot. > Can you tell me which JDK you are using, the OS you are running the unit > tests on and the default locale, which Java selects on your machine? > This may help us to solve the real problem here. > I've encountered this error on both: Windows XP, JDK 1.5.0_06 Ubuntu 5.10, JDK 1.5.0_05 > Otherwise you can disable unit tests in Maven by passing > -Dmaven.test.skip=true. > I'll try that incase your fix didn't do the trick. > Thanks and sorry for the inconvenience, > Arvid > Thanks for the quick response. I'm glad I could help! -jjk