Re: eclipse plugin and custom lyfecycle

2007-05-04 Thread Barrie Treloar

On 5/2/07, nicolas de loof [EMAIL PROTECTED] wrote:

The eclipse plugin currently requires code-generation plugins to attain the
generate-x phase.
To integrate the eclipse checkstyle plugin, we need to put the .checkstyle
file either in SVN or in the POM.


We put it in our top level POM for company wide settings.

It does require that the user configure their Eclipse with a
checkstyle configuration named exactly as per the POM.  But you get
warnings if you have forgotten that step.


What about defining a custom lyfecycle phase for developper environement
setting ?


Not sure how this would work.

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



eclipse plugin and custom lyfecycle

2007-05-02 Thread nicolas de loof

The eclipse plugin currently requires code-generation plugins to attain the
generate-x phase.
To integrate the eclipse checkstyle plugin, we need to put the .checkstyle
file either in SVN or in the POM.

What about defining a custom lyfecycle phase for developper environement
setting ?

The eclipse:eclipse goal could then prepare this new phase, and any other
plugin (like checkstyle) could be attached to it and generate the expecetd
config files.

As I have no idea how lyfecycles work, I don't know about feasability or
difficulty, but this could make IDE integration easier/cleaner.

Nico.