Re: checkstyle problem with maven : Unable to instantiate TreeWalker

2008-06-06 Thread Dennis Lundberg
Are you using your own custom checks or provide a custom packagenames.xml file? In that case see this page: http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/custom-developed-checkstyle.html Julien Simon wrote: Thanks for the answer. So, I tried maven-checkstyle-plugin 2.2 and

Re: checkstyle problem with maven : Unable to instantiate TreeWalker

2008-06-06 Thread Julien Simon
I'm using custom checks, I followed the procedure described on the web link you gave me. Everything now works correctly. Maybe I'm wrong but I think there's a mistake in this documentation: in the pom.xml example, dependencies containing custom developed checks are placed in the build extensions

Re: checkstyle problem with maven : Unable to instantiate TreeWalker

2008-06-06 Thread Dennis Lundberg
Hi You probably still have the old version of that page cached in your browser. A new corrected version of the page was deployed on June 4. Check that the publish date matches. You are correct that your checks should be added as a plugin dependency. Julien Simon wrote: I'm using custom

Re: checkstyle problem with maven : Unable to instantiate TreeWalker

2008-06-05 Thread Julien Simon
Thanks for the answer. So, I tried maven-checkstyle-plugin 2.2 and it didn't work either, but that's a good beginning to have the correct plugin version... In the xml checkstyle configuration file where modules are defined, i tried to change module name=TreeWalker by module

Re: checkstyle problem with maven : Unable to instantiate TreeWalker

2008-06-04 Thread Dennis Lundberg
The Checkstyle plugin version 2.1 uses Checkstyle 4.1. So you can't use stuff from Checkstyle 4.3 in your Checkstyle configuration. Version 2.2 of the plugin, which is being released as we speak, uses Checkstyle 4.4. Start by giving that version a try. Julien Simon wrote: Hi, I'm trying to

RE: Checkstyle Problem

2008-01-31 Thread Mitesh51
: Checkstyle Problem What i want to do is generate a checkstyle report. I can do thais via mvn checkstyle:checkstyle from command prompt but i am not able to generate that report when i use the continumm to run the Maven project. If u have yahoo id then can u give me? Please I need

RE: Checkstyle Problem

2008-01-31 Thread nicklist
11:40 À : continuum-users@maven.apache.org Objet : RE: Checkstyle Problem What i want to do is generate a checkstyle report. I can do thais via mvn checkstyle:checkstyle from command prompt but i am not able to generate that report when i use the continumm to run the Maven project

RE: Checkstyle Problem

2008-01-31 Thread nicklist
PROTECTED] Sent: Thu 1/31/2008 11:40 AM To: [EMAIL PROTECTED] Subject: RE: Checkstyle Problem What i want to do is generate a checkstyle report. I can do thais via mvn checkstyle:checkstyle from command prompt but i am not able to generate that report when i use the continumm to run the Maven project

RE: Checkstyle Problem

2008-01-31 Thread Mitesh51
What i want to do is generate a checkstyle report. I can do thais via mvn checkstyle:checkstyle from command prompt but i am not able to generate that report when i use the continumm to run the Maven project. If u have yahoo id then can u give me? Please I need the solution very urgently.

RE: Checkstyle Problem

2008-01-31 Thread MATHUS Baptiste
the integrated reports won't be generated. Cheers. -Message d'origine- De : Mitesh51 [mailto:[EMAIL PROTECTED] Envoyé : jeudi 31 janvier 2008 11:40 À : [EMAIL PROTECTED] Objet : RE: Checkstyle Problem What i want to do is generate a checkstyle report. I can do thais via mvn checkstyle:checkstyle

RE: Checkstyle Problem

2008-01-31 Thread Mitesh51
: [EMAIL PROTECTED] Objet : RE: Checkstyle Problem What i want to do is generate a checkstyle report. I can do thais via mvn checkstyle:checkstyle from command prompt but i am not able to generate that report when i use the continumm to run the Maven project. If u have yahoo id then can u

RE: Checkstyle Problem

2008-01-31 Thread Mitesh51
[mailto:[EMAIL PROTECTED] Sent: Thu 1/31/2008 12:07 PM To: [EMAIL PROTECTED] Subject: RE: Checkstyle Problem in Continuum- Bulild Defination Template, There are 2 Goals clean:clean jar:install clean install MATHUS Baptiste wrote: Hi, If you need something urgently as you say

Re: Checkstyle problem

2003-11-19 Thread dion
Serkan GUNES [EMAIL PROTECTED] wrote on 17/11/2003 07:56:01 PM: Hello I have some problems about the maven checkstyle plugin. I am using maven-checkstyle-plugin2.1. I have issued maven checkstyle command at my project home directory. First I got a warning like this. [snip] BUILD