On Apr 3, 2008, at 6:42 PM, Asiri Rathnayake wrote: [snip]
What do i have to do so that checkstyle will function again ?
That's because you're now using Maven 2.1-SNAPSHOT...
Ok, this explains a lot. I was interchangeably using m2eclipse's embedded maven (i got it to work by compiling m2eclipse in my own system - previously m2eclipse was not working on my system) and command line version of maven (the correct version). At that time, even the correct maven version was failing (i think this is because of sharing the local repository).
Now I'm thinking what should I do,
1. Install a version of maven that will perform checkstyle validations and fix the violations.
2. Contact maven guys ? ( but i think they already know )
Since it would have taken a bit too long to explain and since I know the maven guys, I hopped on Maven IRC (I'm there now), trying to get someone to look at it. I'll let you know how it goes. Thanks -Vincent