On Mon, 2002-08-26 at 19:00, Andy Pols wrote: > Hi > > I'm having problems configuring checkstyle from the cvs HEAD. I want to use > the SUN coding standards with a few tweaks - ie change line length from 80 > to 132. I just can't figure out how to do this! > > I've tried adding the following to my project.properties file: > > maven.checkstyle.format = sun > maven.checkstyle.max.line.len = 120 > > But this does not work. Any help would be appreciated.
This is currently not supported, if you specify a format then an internal properties file is used. Right now we do not pull in default values then override. You need to provided a completely different properties file. Place whatever properties you would like in your-checkstyle.properties and place the following value in your project.properties: maven.checkstyle.properties = your-checkstyle.properties > Cheers > Andy > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
