Re: maven eclipse plug-in should support eclipse checkstyle plug-in

2003-08-25 Thread Martin Skopp
On Sat, 2003-08-23 at 11:43, Ben Walding wrote: > A better way might be for plugins to register themselves into the > eclipse plugin and be passed a DOM of the .classpath / .project. They > then manipulate this as required. +0 -- Martin Skopp Riege Software International GmbH Support: mailto:[E

Re: maven eclipse plug-in should support eclipse checkstyle plug-in

2003-08-23 Thread Emmanuel Venisse
, August 23, 2003 2:52 PM Subject: Re: maven eclipse plug-in should support eclipse checkstyle plug-in > I think that the files i provided for MAVEN-525 do exactly what you > want. it defines a taglib which declares among others a tag that adds > project nature and project builder to .

Re: maven eclipse plug-in should support eclipse checkstyle plug-in

2003-08-23 Thread Gilles Dodinet
I think that the files i provided for MAVEN-525 do exactly what you want. it defines a taglib which declares among others a tag that adds project nature and project builder to .project using jelly:xml. perhpas it may help. Ben Walding wrote: A better way might be for plugins to register themse

Re: maven eclipse plug-in should support eclipse checkstyle plug-in

2003-08-23 Thread Emmanuel Venisse
Yes, it's a better way. - Original Message - From: "Ben Walding" <[EMAIL PROTECTED]> To: "Maven Developers List" <[EMAIL PROTECTED]> Sent: Saturday, August 23, 2003 11:43 AM Subject: Re: maven eclipse plug-in should support eclipse checkstyle plug-in

Re: maven eclipse plug-in should support eclipse checkstyle plug-in

2003-08-23 Thread Ben Walding
A better way might be for plugins to register themselves into the eclipse plugin and be passed a DOM of the .classpath / .project. They then manipulate this as required. Similar to how the report plugin works. Mark H. Wilkinson wrote: On Fri, 2003-08-22 at 11:57, [EMAIL PROTECTED] wrote: Th

RE: maven eclipse plug-in should support eclipse checkstyle plug-in

2003-08-22 Thread Eric Pugh
> Sent: Friday, August 22, 2003 3:36 PM > To: Maven Developers List > Subject: Re: maven eclipse plug-in should support eclipse checkstyle > plug-in > > > On Fri, 2003-08-22 at 11:57, [EMAIL PROTECTED] wrote: > > The following comment has been added to this issue: >

Re: maven eclipse plug-in should support eclipse checkstyle plug-in

2003-08-22 Thread Mark H. Wilkinson
On Fri, 2003-08-22 at 11:57, [EMAIL PROTECTED] wrote: > The following comment has been added to this issue: > > Author: Emmanuel Venisse > Created: Fri, 22 Aug 2003 5:56 AM >Body: > I'm -1 for this modification. > > a) it exists more than one checkstyle plugin for eclipse > - ht