Re: maven code style - eclipse

2007-03-14 Thread Kenney Westerhof
Dan Tran wrote: What do you mean by "check it with checkstyle first"?? I mean that checkstyle should be the ultimate source of our code formats, and I want code formatted with the eclipse codestyle to be checked by checkstyle to see if it's perfect. Any how, I would rather getting it from o

Re: maven code style - eclipse

2007-03-13 Thread Dan Tran
What do you mean by "check it with checkstyle first"?? Any how, I would rather getting it from official place ( http://maven.apache.org/developers/maven-eclipse-codestyle.xml ) in the long term. I will checkout the one at the eclipse plugin's svn -D On 3/13/07, Kenney Westerhof <[EMAIL PROTEC

Re: maven code style - eclipse

2007-03-13 Thread Kenney Westerhof
Dan Tran wrote: http://maven.apache.org/developers/maven-eclipse-codestyle.xml seems to be out of date ( the throws, extend, etc do not split ) Do we have another official one? I use https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-eclipse-plugin/src/optional/eclipse-config/maven-

maven code style - eclipse

2007-03-12 Thread Dan Tran
http://maven.apache.org/developers/maven-eclipse-codestyle.xml seems to be out of date ( the throws, extend, etc do not split ) Do we have another official one? Thanks -D