I think Barrie would like the .eclipse to be created by the Eclipse (or Checkstyle ?) plugin according to the project checkstyle configuration.

Nico.

Rolf Strijdhorst a écrit :
what do you need the .checkstyle file for. I mean eclipse finds it on its
own. as soon as you include de builder and the nature.

Rolf

On 11/8/06, Barrie Treloar <[EMAIL PROTECTED]> wrote:

I found one post here
http://www.nabble.com/forum/ViewPost.jtp?post=2165470&framed=y&skin=177
which discussed creating the buildcommand, projectnature and
additional .checkstyle file needed for configuring checkstyle in
eclipse but this has yet made it back to the community.

I can configure the checkstyle using the following:
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-eclipse-plugin</artifactId>
          <configuration>
            <downloadSources>true</downloadSources>
            <additionalBuildcommands>
              <buildcommand>
                com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder
              </buildcommand>
            </additionalBuildcommands>
            <additionalProjectnatures>
              <projectnature>
                com.atlassw.tools.eclipse.checkstyle.CheckstyleNature
              </projectnature>
            </additionalProjectnatures>
          </configuration>
        </plugin>

But I also need the ${project}/.checkstyle file.

Anyone have recommendations on how to do this?
Should eclipse:eclipse be extended to support this?
Should eclipse:checkstyle be created instead?

Cheers

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




This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


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

Reply via email to