I have already customized the configuration file and I didn't have to put it cache plug-in file every thing is running fine except it is too slowwwwwwwwwwww! I was hoping is their is was a parameter I can add to may be increase the mem size etc. or configured in away it will make it run faster
L8r -M- -----Original Message----- From: Ryan Sonnek [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 12:25 PM To: Maven Users List Subject: RE: Checkstyle: Running Very Slow you actually don't have to put your custom checks in the plugin resources directory. I place my checks directly in the project root and everything works fine for me. -----Original Message----- From: Eric Giguere [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 11:04 AM To: Maven Users List Subject: Re: Checkstyle: Running Very Slow Hello Yes, edit your own starting from the sun_check.xml. For your config tweaks to be effective, try first locating the most common errors (and least significant in your case) and remove them from the checks that Checkstyle does. Then, make the checkstyle plugin use that new config file by setting this property in your project.properties: maven.checkstyle.format=custom Note that for this to work, you must put your custom_checks.xml file in the <user_root/.maven/cache>/maven-checkstyle-plugin-2.5-SNAPSHOT\plugin-res ources Hope it helps Eric. Haile, Mussie wrote: >Hej et al - > >Have you guys noticed that Checkstyle is very slow? I am running a >multiproject which I need to run Checkstyle, PMD, JCaverage etc. to collect >different metric and make sure every one is following the Sun Java Coding >standards etc. I have found that it is averaging between 20-55 min per >project to just run Checkstyle. I wanted to know if their is any >configuration other than the Sun_check.xml I can do to make run faster? > >Thank You. > >-M- > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
