My own checkstyle properties

2005-11-04 Thread Duane Homick
I cant seem to figure out how to have the checkstyle plugin allow me to use my 
own checkstyle.xml file (instead of sun's checks).  What's the magic I need 
here?

my checkstyle.xml file:

?xml version=1.0?
!DOCTYPE module PUBLIC
-//Puppy Crawl//DTD Check Configuration 1.2//EN
http://www.puppycrawl.com/dtds/configuration_1_2.dtd;

module name=Checker

module name=NewlineAtEndOfFile/

...

/module

In my pom.xml:

plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-checkstyle-plugin/artifactId
configuration
propertiesFile../../checkstyle.xml/propertiesFile
/configuration
/plugin

Thanks
Duane

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



RE: My own checkstyle properties

2005-11-04 Thread Mark Kuzmycz
The checkstyle plugin currently does not support custom formats. 

Several defects have been logged against this limitation.

http://jira.codehaus.org/browse/MNG-1113
http://jira.codehaus.org/browse/MNG-587

Regards,
Mark.

-Original Message-
From: Duane Homick [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 04, 2005 11:57 AM
To: Maven Users List
Subject: My own checkstyle properties

I cant seem to figure out how to have the checkstyle plugin allow me to
use my own checkstyle.xml file (instead of sun's checks).  What's the
magic I need here?

my checkstyle.xml file:

?xml version=1.0?
!DOCTYPE module PUBLIC
-//Puppy Crawl//DTD Check Configuration 1.2//EN
http://www.puppycrawl.com/dtds/configuration_1_2.dtd;

module name=Checker

module name=NewlineAtEndOfFile/

...

/module

In my pom.xml:

plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-checkstyle-plugin/artifactId
configuration
 
propertiesFile../../checkstyle.xml/propertiesFile
/configuration
/plugin

Thanks
Duane

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




___
Siebel
IT'S ALL ABOUT THE CUSTOMER
Visit www.siebel.com

This e-mail message is for the sole use of the intended recipient(s) and 
contains confidential and/or privileged information belonging to Siebel 
Systems, Inc. or its customers or partners. Any unauthorized review, use, 
copying, disclosure or distribution of this message is strictly prohibited. If 
you are not an intended recipient of this message, please contact the sender by 
reply e-mail and destroy all soft and hard copies of the message and any 
attachments. Thank you for your cooperation.


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



Re: own checkstyle

2003-07-16 Thread Juergen Heidak

Check http://maven.apache.org/reference/plugins/checkstyle/properties.html for 
the description of all available properties.

Regards

Am Mittwoch, 16. Juli 2003 13:33 schrieb Kristine Weissbarth:
 hi,

 how can I integrate my own checkstyle.xml to be checked during the
 checkstyle report. What do I have to do with my checks_project.xml?
 I found out that the standart checks are situated in
 maven-1.0-beta-9/plugins/maven-checkstyle-plugin-2.0-SNAPSHOT.jar but
 how can I intergate my own check?

 Thanks.


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