Re: maven-checkstyle-plugin - ailed during checkstyle configuration: cannot initialize module TreeWalker - Property 'excludes' ... does not exist

2015-04-11 Thread Hervé BOUTEMY
[1] http://checkstyle.sourceforge.net/config_blocks.html#EmptyCatchBlock [2] https://issues.apache.org/jira/browse/MCHECKSTYLE-290 Le vendredi 10 avril 2015 12:38:56 Mark Derricutt a écrit : > Hey all, > > I was just adding a bunch of rules to my checkstyle configuration and they > all see

Re: [M3] CheckStyle configuration file

2011-03-17 Thread cattox
Thank you all for the help! -- View this message in context: http://maven.40175.n5.nabble.com/M3-CheckStyle-configuration-file-tp3868434p3881275.html Sent from the Maven - Users mailing list archive at Nabble.com. - To

Re: [M3] CheckStyle configuration file

2011-03-17 Thread Julien HENRY
le : Jeu 17 mars 2011, 12h 13min 05s > Objet : Re: [M3] CheckStyle configuration file > > correct. > > 2011/3/17 cattox : > > I think I might have discovered the logic of it. > > > > By configuring it in the plugins section I'm configuring the > &g

Re: [M3] CheckStyle configuration file

2011-03-17 Thread Olivier Lamy
? > > -- > View this message in context: > http://maven.40175.n5.nabble.com/M3-CheckStyle-configuration-file-tp3868434p3871359.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > --

Re: [M3] CheckStyle configuration file

2011-03-17 Thread cattox
ble.com/M3-CheckStyle-configuration-file-tp3868434p3871359.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mai

Re: [M3] CheckStyle configuration file

2011-03-17 Thread cattox
It´s located in "reporting", sorry for the typo. -- View this message in context: http://maven.40175.n5.nabble.com/M3-CheckStyle-configuration-file-tp3868434p3871107.html Sent from the Maven - Users mailing list archive at

Re: [M3] CheckStyle configuration file

2011-03-17 Thread cattox
Hi Julian, thanks for the quick response! Checkstyle configuration is located In , just like it´s prescribed in http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/custom-checker-config.html http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/custom-checker-config.html

Re: [M3] CheckStyle configuration file

2011-03-17 Thread Julien HENRY
Hi, Where is located checkstyle configuration? In section or section? Regards, Julien - Message d'origine > De : cattox > À : users@maven.apache.org > Envoyé le : Jeu 17 mars 2011, 11h 04min 20s > Objet : [M3] CheckStyle configuration file > > Hi all, &

[M3] CheckStyle configuration file

2011-03-17 Thread cattox
in context: http://maven.40175.n5.nabble.com/M3-CheckStyle-configuration-file-tp3868434p3868434.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For addi

RE: Sharing checkstyle configuration across multiple maven projects

2009-06-23 Thread Mohan KR
To: Maven Users List Subject: Re: Sharing checkstyle configuration across multiple maven projects It's even "nicer" if you need to control the access to such resource and bugs come by (http://jira.codehaus.org/browse/MCHECKSTYLE-109, http://jira.codehaus.org/browse/PLXCOMP-128)

Re: Sharing checkstyle configuration across multiple maven projects

2009-06-22 Thread Stevo Slavić
style file for this, apache httpd > > works really nice. > > > > Thanks, > > mohan kr > > > > -Original Message- > > From: Stevo Slavić [mailto:ssla...@gmail.com] > > Sent: Monday, June 22, 2009 3:13 PM > > To: Maven Users List > > Subjec

Re: Sharing checkstyle configuration across multiple maven projects

2009-06-22 Thread Stephen Connolly
com] > Sent: Monday, June 22, 2009 3:13 PM > To: Maven Users List > Subject: Re: Sharing checkstyle configuration across multiple maven projects > > There was a difference between my attached example and one > here<http://maven.apache.org/plugins/maven-checkstyle-plugi

RE: Sharing checkstyle configuration across multiple maven projects

2009-06-22 Thread Mohan KR
file for this, apache httpd works really nice. Thanks, mohan kr -Original Message- From: Stevo Slavić [mailto:ssla...@gmail.com] Sent: Monday, June 22, 2009 3:13 PM To: Maven Users List Subject: Re: Sharing checkstyle configuration across multiple maven projects There was a difference

Re: Sharing checkstyle configuration across multiple maven projects

2009-06-22 Thread Stevo Slavić
modules can point to the artifact without having to know its folder > location. > > --- > Todd Thiessen > > > > -Original Message- > > From: Stevo Slavic [mailto:ssla...@gmail.com] > > Sent: Monday, June 22, 2009 11:50 AM > > To: users@maven.apache.o

RE: Sharing checkstyle configuration across multiple maven projects

2009-06-22 Thread Todd Thiessen
ubject: Sharing checkstyle configuration across multiple > maven projects > > Hello Maven users, > > I'm trying to configure a maven project to serve as parent > project for multiple other maven projects. One of the things > parent was supposed to do is share checkstyle

Re: Inline Checkstyle Configuration

2008-08-14 Thread Ricky Clarkson
Thanks Wayne, I have downloaded and built the source for that plugin, but between asking the question and receiving your answer we implemented a workaround (the one suggested in the CheckStyle plugin documentation - creating a dedicated project for housing such config files). Ricky. 2008/8/11 Wa

Re: Inline Checkstyle Configuration

2008-08-11 Thread Wayne Fay
On 8/11/08, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > I'm not sure I understand what you mean when you say "inline configuration". > The Checkstyle Plugin uses standard Checkstyle configuration files. He wants to configure Checkstyle entirely in the Maven pom, rathe

Re: Inline Checkstyle Configuration

2008-08-11 Thread Dennis Lundberg
understand what you mean when you say "inline configuration". The Checkstyle Plugin uses standard Checkstyle configuration files. We read about configuring CheckStyle for multi-module projects on Maven's site, and the suggested solution was to create a separate build-tools proje

Re: Inline Checkstyle Configuration

2008-08-11 Thread Wayne Fay
If the functionality is not there, then no one has ever asked for it or the developers responsible for the plugin never needed it themselves. In this case, I would assume that no one has ever asked for in-line configuration of Checkstyle. You are welcome to add that functionality directly yourself

Inline Checkstyle Configuration

2008-08-11 Thread Ricky Clarkson
Hi, We have just added CheckStyle (and a few others) to our project root's pom.xml, and managed to configure findbugs, cobertura etc., within the pom.xml, but the plugin for CheckStyle doesn't appear to support such inline configuration. We read about configuring CheckStyle for multi-module proje

Can Eclipse plugin generate checkstyle configuration?

2007-05-25 Thread Christophe Hamerling - EBM WebSourcing
plugin can include my custom checkstyle configuration in the generated eclipse files. Thank you Christophe -- *Christophe Hamerling* PEtALS research engineer / Community manager *Work:* +33 5 61 28 56 46 *Email:* [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> *IM:* christophe.hamerling

How to configure maven-checkstyle-plugin with external ImportControl file in your checkstyle configuration ?

2007-01-18 Thread Cyril MOREAU
How to configure maven-checkstyle-plugin with external ImportControl file in your checkstyle configuration ? My configuration is available in "http://www.xxx.com/repository/rdc";. This address contains this files : my_checstyleconfiguration.xml import-control.x

Re: [m2] Unable to change Checkstyle configuration file: path problem

2006-10-26 Thread Dennis Lundberg
mbedded error: Error rendering Maven report: Failed during checkstyle configuration Unable to instantiate usage.UnusedLocalVariableCheck [INFO] I suppose it comes from that: "within the compile scope of the depende

[m2] Unable to change Checkstyle configuration file: path problem

2006-10-25 Thread Xavier Outhier
ndering Maven report: Failed during checkstyle configuration Unable to instantiate usage.UnusedLocalVariableCheck [INFO] I suppose it comes from that: "within the compile scope of the dependencies or build extensions

RE: Maven+Checkstyle - Configuration file location

2006-09-27 Thread Lakshman Srilakshmanan
what I should be putting in the value field to get checkstyle to find it. Thanks Lakshman > -Original Message- > From: Lakshman Srilakshmanan > Sent: Wednesday, 20 September 2006 4:23 PM > To: '[EMAIL PROTECTED]' > Subject: RE: Maven+Checkstyle - Configuration file

Re: Maven+Checkstyle - Configuration file location

2006-09-19 Thread Stephen Duncan
om of this page: http://maven.apache.org/plugins/maven-checkstyle-plugin/customize.html -Stephen On 9/19/06, Lakshman Srilakshmanan <[EMAIL PROTECTED]> wrote: Hi Roy, I was trying to implement the checkstyle configuration as you have done without much success. I was hoping you could help me.

RE: Maven+Checkstyle - Configuration file location

2006-09-18 Thread Lakshman Srilakshmanan
Hi Roy, I was trying to implement the checkstyle configuration as you have done without much success. I was hoping you could help me. I created a project that builds a jar file containing my checkstyle and suppression and installed it in my local repository. The contents of this jar file

Re: Maven+Checkstyle - Configuration file location

2006-09-05 Thread Roy van der Kuil
We do have an internal repository set up, as I would imagine others will too. At our company we have a so called 'library' with call kinds of handy utilities that are used in other projects. So deploying the maven style to that internal repository will see that just as the normal plugin. We also

Re: Maven+Checkstyle - Configuration file location

2006-09-04 Thread Stephen Duncan
My experience is that this won't work for people who have not manually installed the shared project; the dependency won't be downloaded from an internal repository, it will only try "central" (you won't see this if you use a proxy & mirror for central I guess). I believe the correct way to do thi

RE: Maven+Checkstyle - Configuration file location

2006-09-04 Thread Lakshman Srilakshmanan
Ya +1. I think I will do the same, Thanks Roy. Thanks Lakshman > -Original Message- > From: Wayne Fay [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 5 September 2006 8:37 AM > To: Maven Users List > Subject: Re: Maven+Checkstyle - Configuration file location > > Thi

Re: Maven+Checkstyle - Configuration file location

2006-09-04 Thread Wayne Fay
This is a great solution to this problem, Roy. Wayne On 9/4/06, Roy van der Kuil <[EMAIL PROTECTED]> wrote: Hi, We have a similar setup and have created a 'project' with only a couple of resources. (our own version of the checkstyle xml and suppressions). We deployed this 'jar' and made the m

Re: Maven+Checkstyle - Configuration file location

2006-09-04 Thread Roy van der Kuil
Hi, We have a similar setup and have created a 'project' with only a couple of resources. (our own version of the checkstyle xml and suppressions). We deployed this 'jar' and made the maven-checkstyle-plugin dependant on that dependancy: org.apache.maven.plugins maven-checkst

Re: Maven+Checkstyle - Configuration file location

2006-09-04 Thread Dario Luis Coneglian Oliveros
Hi Olivier, You could try to use URL for its location. In this case, you can reuse the same checkstyle config file for several components. ... http://yourhost.com/cpqd_checks.xml ... Hope it helps. Dário Olivier Vierlinck wrote: We use maven+checkstyle on a multi-project. We have defined our

Maven+Checkstyle - Configuration file location

2006-09-04 Thread Olivier Vierlinck
We use maven+checkstyle on a multi-project. We have defined our checks (mycheckstyle.xml) for one of the component. The xml file is stored right at the root of the component (next to the src and target folders) in the top pom file we have: org.apache.maven.plugins maven-checkstyl

RE: Checkstyle Configuration

2004-10-29 Thread Haile, Mussie
Thank You,,, -Original Message- From: Pascal Thivent [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 11:43 AM To: Maven Users List Subject: Re: Checkstyle Configuration Hi, take a look at https://jjguidelines.dev.java.net/. Pascal On Fri, 29 Oct 2004 09:40:24 -0400, Haile

Re: Checkstyle Configuration

2004-10-29 Thread Pascal Thivent
Hi, take a look at https://jjguidelines.dev.java.net/. Pascal On Fri, 29 Oct 2004 09:40:24 -0400, Haile, Mussie <[EMAIL PROTECTED]> wrote: > Hej et al - > > I am looking for a complete configuration of Sun_Checks.xml for Checkstyle. > I had modified the file based on the > http://CheckStyle.so

Checkstyle Configuration

2004-10-29 Thread Haile, Mussie
Hej et al - I am looking for a complete configuration of Sun_Checks.xml for Checkstyle. I had modified the file based on the http://CheckStyle.sourceforge.net/config_file.html content if any one out their had a best practices file please share. L8r. -M- <> --

Re: Checkstyle Configuration

2003-11-09 Thread dion
Could you pretty please send it as an attachment. Email ruins line ends and wraps stuff unnecessarily -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Pub Key:http://blogs.codehaus.org/people/dion/public-key.asc Alain Javier Guarnieri del Gesu <[EMAIL P

Re: Checkstyle Configuration

2003-11-09 Thread Alain Javier Guarnieri del Gesu
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2003-11-09 06:35]: > Alain Javier Guarnieri del Gesu <[EMAIL PROTECTED]> wrote on 09/11/2003 > 02:30:23 PM: > > > * John Keyes <[EMAIL PROTECTED]> [2003-11-09 02:02]: > > > > > >>For example, I would like to use the sun coding standard as the > > > >>base

Re: Checkstyle Configuration

2003-11-09 Thread Alain Javier Guarnieri del Gesu
* John Keyes <[EMAIL PROTECTED]> [2003-11-09 04:22]: > >>Yes but I have to specify all of the rules again in that file. I > >>think it should be extensible. > > > >I don't see why. Its a configuration file. Create your own > >configuration. It is just as easy to copy the file and edit it. > > Of

Re: Checkstyle Configuration

2003-11-09 Thread John Keyes
I'll broach the subject with the Checkstyle developers. I asked here first to see if anyone had any dealings in the matter. I wasn't suggesting Maven should solve the hierarchical configuration issue just wondering what people thought of the idea. I'll raise the thread on the Checkstyle list and

Re: Checkstyle Configuration

2003-11-09 Thread __matthewHawthorne
The way I see it, Maven doesn't want to get involved with configuring Checkstyle. It just calls Checkstyle for you with a user provided file, or a default. Adding some heirarchical configuration loader for Checkstyle sounds nice, but then Maven would have to consider doing the same for a lot

Re: Checkstyle Configuration

2003-11-08 Thread dion
Alain, if you have an alternative checkstyle file for the sun_checks.xml, I'm happy to replace the existing one. Patches are always welcome. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Pub Key:http://blogs.codehaus.org/people/dion/public-key.asc Alai

Re: Checkstyle Configuration

2003-11-08 Thread John Keyes
Yes but I have to specify all of the rules again in that file. I think it should be extensible. I don't see why. Its a configuration file. Create your own configuration. It is just as easy to copy the file and edit it. Of course you can. I just think its a step backwards in comparison to the prev

Re: Checkstyle Configuration

2003-11-08 Thread Alain Javier Guarnieri del Gesu
* John Keyes <[EMAIL PROTECTED]> [2003-11-09 02:02]: > >>Is it possible to override configuration settings in the > >>current Checkstyle plugin like it was possible when > >>properties files were used? > > > >maven.checkstyle.properties=my-checkstyle.xml > Yes but I have to specify all of the rul

Re: Checkstyle Configuration

2003-11-08 Thread John Keyes
Is it possible to override configuration settings in the current Checkstyle plugin like it was possible when properties files were used? maven.checkstyle.properties=my-checkstyle.xml Yes but I have to specify all of the rules again in that file. I think it should be extensible. For example, I woul

Re: Checkstyle Configuration

2003-11-08 Thread Alain Javier Guarnieri del Gesu
* John Keyes <[EMAIL PROTECTED]> [2003-11-09 00:49]: > Hi, > > Is it possible to override configuration settings in the > current Checkstyle plugin like it was possible when > properties files were used? maven.checkstyle.properties=my-checkstyle.xml > For example, I would like to use the sun cod

Checkstyle Configuration

2003-11-08 Thread John Keyes
Hi, Is it possible to override configuration settings in the current Checkstyle plugin like it was possible when properties files were used? For example, I would like to use the sun coding standard as the base for my coding standard and I want to change some of the settings. I notice that the tur