Re: Checkstyle: Running Very Slow

2004-12-01 Thread Brett Porter
But if the report is very large because of a lot of mistakes, you are
probably not getting any value from it, and are better doing a mass
reformat of the code, then enabling it again.

(the reformat can be done with the jalopy plugin, or your favourite IDE).

Cheers,
Brett


On Wed, 1 Dec 2004 15:04:14 -0500, Haile, Mussie <[EMAIL PROTECTED]> wrote:
> I need to generate the report as I am doing coding standard review on codes
> that are generated by other company for my client. Disabling is not an
> option
> 
> 
> 
> -Original Message-
> From: Brett Porter [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, December 01, 2004 2:44 PM
> To: Maven Users List
> Subject: Re: Checkstyle: Running Very Slow
> 
> Is the report really large?
> 
> If so, is the report really useful? You can disable it if it isn't needed.
> 
> - Brett
> 
> On Wed, 1 Dec 2004 12:38:33 -0500, Haile, Mussie <[EMAIL PROTECTED]>
> wrote:
> > 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
> > slo!  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
> > /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]
> >
> >
> 
> -
> 
> 
> 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]



RE: Checkstyle: Running Very Slow

2004-12-01 Thread Haile, Mussie
I need to generate the report as I am doing coding standard review on codes
that are generated by other company for my client. Disabling is not an
option

-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 01, 2004 2:44 PM
To: Maven Users List
Subject: Re: Checkstyle: Running Very Slow


Is the report really large?

If so, is the report really useful? You can disable it if it isn't needed.

- Brett


On Wed, 1 Dec 2004 12:38:33 -0500, Haile, Mussie <[EMAIL PROTECTED]>
wrote:
> 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
> slo!  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
> /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]
> 
>

-
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]



Re: Checkstyle: Running Very Slow

2004-12-01 Thread Brett Porter
Is the report really large?

If so, is the report really useful? You can disable it if it isn't needed.

- Brett


On Wed, 1 Dec 2004 12:38:33 -0500, Haile, Mussie <[EMAIL PROTECTED]> wrote:
> 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
> slo!  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
> /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]
> 
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Checkstyle: Running Very Slow

2004-12-01 Thread Haile, Mussie
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
slo!  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 
/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]



Re: Checkstyle: Running Very Slow

2004-12-01 Thread Eric Giguere
Ah, thx for the info. Didn't knew that :)
Eric.
Ryan Sonnek wrote:
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 
/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]
 




RE: Checkstyle: Running Very Slow

2004-12-01 Thread Ryan Sonnek
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 
/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]


smime.p7s
Description: S/MIME cryptographic signature


Re: Checkstyle: Running Very Slow

2004-12-01 Thread Eric Giguere
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 
/maven-checkstyle-plugin-2.5-SNAPSHOT\plugin-resources

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]


Checkstyle: Running Very Slow

2004-12-01 Thread Haile, Mussie
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]