On 1/18/06, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > If anyone reading this can get the GUI configurator to spit out a > conventions file (using Jalopy 1.5rc1) and send it to me, I'd appreciate > it greatly! The default settings are actually the Sun coding standards, > which the Checkstyle file is set up to use with only minor alterations, > so in theory they should be almost perfectly matched without doing > anything else.
FWIW, the Maven 1 plugin worked fine. (Worked as in 'reformatted the struts-action code, and it still compiled afterwards.') http://maven.apache.org/maven-1.x/reference/plugins/jalopy To install the latest: maven plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/ -DgroupId=maven -DartifactId=maven-jalopy-plugin -Dversion=1.4 The default config file for it is here: <http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/jalopy/src/plugin-resources/jalopy_maven.xml> (Assuming it hasn't changed since the release.) Set the maven.jalopy.style property to the new config file. The project.xml file indicates that this is based on Jalopy 1.5b5. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]