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
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 ...
=
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)
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/
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.
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