On 1/22/07, Dário Luís Coneglian Oliveros <[EMAIL PROTECTED]> wrote:
I've faced the same problem. It seems to be a bug in the checkstyle plugin. I've noticed it happens only if there are too many checkstyle errors. My suggestion is to decrease this number to about 10000 (hopefully most of them are tab related). It should work. Do not ask me why :-) Dário
I'm looking at the maven-checkstyle-plugin in my pom and it says , <configLocation>config/sun_checks.xml</configLocation> I understand that sun_checks.xml is located in the config directory , in the plugin jar.If I wish to specify my own as : <configLocation>jeffs-checks.xml</configLocation> The plugin documentation says that when one specifies a custom check-style file as above it "causes the Maven 2 Checkstyle plugin to check for a File named checkstyle.xml or a resource named checkstyle.xml within the compile scope of the dependencies or build extensions classpath."
From this , does that mean "jeffs-checks.xml" above should be located
in the same directory as the pom.xml? Jeff Mutonho Cape Town South Africa GoogleTalk : ejbengine Skype : ejbengine Registered Linux user number 366042 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
