Re: Customizing Checkstyle Plugin for M2

2006-11-29 Thread PELISSE Romain
Hi, I've got the same problem : My custom check is not reconized as a "valid [ERROR] BUILD ERROR [INFO] [INFO] Error during page generation Embedded error: Error rendering Maven report: Failed during checkstyle configurat

Re: Customizing Checkstyle Plugin for M2

2006-10-16 Thread Christophe DENEUX
Hi Laetitia, Have you try your rules with Checkstyle only ? Your error seems to be an error on your rules and not an error on the maven plugins configuration. Christophe DENEUX Capgemini Sud - Nice Laetitia Juers wrote: Oops sorry, you're right ... =

Re: Customizing Checkstyle Plugin for M2

2006-10-10 Thread Rolf Strijdhorst
Hi on the Treewalker class I found this method. my guess is that your configuration is not correct /** * Instantiates, configures and registers a Check that is specified * in the provided configuration. * [EMAIL PROTECTED] */ public void setupChild(Configuration aChildConf)

Re: Customizing Checkstyle Plugin for M2

2006-10-10 Thread Laetitia Juers
Oops sorry, you're right ... = I need to customize the Checkstyle plugin with some new rules. They are written in a package and defined in a configuration XML file. I have follow the M2 recommendations http://maven.apache.org/plugins/maven-checkstyle-plugin/

Re: Customizing Checkstyle Plugin for M2

2006-10-10 Thread Rolf Strijdhorst
Sorry, but what error this is just a link, I think there went something wrong with your copy-past action On 10/10/06, Laetitia Juers <[EMAIL PROTECTED]> wrote: I need to customize the Checkstyle plugin with some new rules. They are written in a package and defined in a configuration XML file.

Customizing Checkstyle Plugin for M2

2006-10-10 Thread Laetitia Juers
I need to customize the Checkstyle plugin with some new rules. They are written in a package and defined in a configuration XML file. I have follow the M2 recommendations http://maven.apache.org/plugins/maven-checkstyle-plugin/customize.html. When i use the mvn checkstyle:checkstyle, i have this