Re: code formatting, maven-eclipse-codestyle.xml

2006-08-12 Thread Brett Porter
http://svn.apache.org/repos/asf/maven/site/trunk/src/site/resources/developers/maven-eclipse-codestyle.xml On 13/08/2006 2:11 AM, Franz Allan Valencia See wrote: Good day to you, Brett, So the maven-eclipse-codestyle is not yet update? Is there a JIRA issue for this? I'd like to watch it so tha

Re: code formatting, maven-eclipse-codestyle.xml

2006-08-12 Thread Carlos Sanchez
BTW the checkstyle plugin is already configured in maven-parent 3 http://www.ibiblio.org/maven2/org/apache/maven/maven-parent/3/maven-parent-3.pom If you see the checkstyle report you can find the errors. On 8/12/06, Franz Allan Valencia See <[EMAIL PROTECTED]> wrote: Good day to you, Brett, S

Re: code formatting, maven-eclipse-codestyle.xml

2006-08-12 Thread Franz Allan Valencia See
Good day to you, Brett, So the maven-eclipse-codestyle is not yet update? Is there a JIRA issue for this? I'd like to watch it so that I can be updated when the new version would be released. I'm planning of reformatting the existing codes (at least for the plugins) so that it would comply with m

Re: code formatting, maven-eclipse-codestyle.xml

2006-08-12 Thread berndq
Brettm I have an updated one for Eclipse 3.2 which can finally handle the same stuff IDEA could, I'll upload it soon. upload to the website? will you add an eclipse 3.2 section? Bernd - To unsubscribe, e-mail: [EMAIL PROT

Re: code formatting, maven-eclipse-codestyle.xml

2006-08-12 Thread Brett Porter
I have an updated one for Eclipse 3.2 which can finally handle the same stuff IDEA could, I'll upload it soon. Formatting is good, but the more important thing is not changing the formatting of code you haven't added/changed. Thanks, Brett On 12/08/2006 8:24 PM, berndq wrote: Hi all, shoul

code formatting, maven-eclipse-codestyle.xml

2006-08-12 Thread berndq
Hi all, should http://maven.apache.org/developers/maven-eclipse-codestyle.xml be used? looking at e.g. SurefirePlugin, it looks like this is not formatted with the above code style. In case I would suggest a patch, should the code be reformatted before creating the patch? Bernd --