Hi, I'm using the eclipse checkstyle plugin to check our code base with checkstyle, but I find something annoying: the plugin is checking all our java files, while the checkstyle target in our build only check the java files in src/java (and thus do not include unit tests and examples). I think that targetting a clean src/java is already a lot of work, so focusing the checkstyle on src/java seems to be a good idea to me, at least for the moment. Therefore do you agree if I commit a change to the eclipse checkstyle plugin settings to check only src/java files?
Xavier -- Xavier Hanin - Independent Java Consultant http://xhab.blogspot.com/ http://incubator.apache.org/ivy/ http://www.xoocode.org/
