Thanks Wendy, the conventions file you referenced is what I needed,
assuming it is just the defaults that Jalopy has built-in, which is
apparently the Sun coding standards.  I can try this when I get home, if
nothing else it should give be a known valid conventions file to start
with.

I doubt I'll mess with the Maven plug-in, I'll leave that for you and/or
others.  The way I was playing with it last night was using the Ant task
and my quick hacked-together script.  It shouldn't ultimately matter, as
long as the conventions match the Checkstyle rules it should work from
Ant, Maven, manually, an IDE plug-in, etc.

-- 
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
AIM: fzammetti
Yahoo: fzammetti
MSN: [EMAIL PROTECTED]

On Thu, January 19, 2006 7:31 am, Wendy Smoak said:
> 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]
>
>


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

Reply via email to