Re: IDE Plugins

2005-04-23 Thread Brett Porter
This is definitely a possiblity in Maven 2.x - in fact one of the earlier prototypes was built in a client/server fashion. However, the more common case would be for it to be embedded as I explained earlier so you can add your own components and listeners. If you wanted to embed it in a small serve

RE: IDE Plugins

2005-04-22 Thread Inger, Matthew
:[EMAIL PROTECTED] Sent: Friday, April 22, 2005 2:11 AM To: Maven Developers List Subject: Re: IDE Plugins On 4/21/05, Inger, Matthew <[EMAIL PROTECTED]> wrote: > Is there any plans to implement a sort of Remote API to ease development of > plugins > for IDE's? > > R

RE: IDE Plugins

2005-04-22 Thread Inger, Matthew
: Thursday, April 21, 2005 8:07 PM To: Maven Developers List Subject: Re: IDE Plugins You're probably thinking of the IDEA plugins previously in existence? I never got them to work for me, and attempts to contact the authors went unanswered. I'd endorse the MevenIDE project's work - I

RE: IDE Plugins

2005-04-21 Thread Mattias Olofsson
ssage- From: Milos Kleint [mailto:[EMAIL PROTECTED] Sent: den 22 april 2005 08:11 To: Maven Developers List Subject: Re: IDE Plugins On 4/21/05, Inger, Matthew <[EMAIL PROTECTED]> wrote: > Is there any plans to implement a sort of Remote API to ease > development of plugins for

Re: IDE Plugins

2005-04-21 Thread Milos Kleint
On 4/21/05, Inger, Matthew <[EMAIL PROTECTED]> wrote: > Is there any plans to implement a sort of Remote API to ease development of > plugins > for IDE's? > > Right now, I think most IDE plugins are starting maven in console mode, > issuing commands > through the processes standard in (process.g

Re: IDE Plugins

2005-04-21 Thread Brett Porter
You're probably thinking of the IDEA plugins previously in existence? I never got them to work for me, and attempts to contact the authors went unanswered. I'd endorse the MevenIDE project's work - I've taken a look at the NetBeans plugin and it is quite good - they also have one for Eclipse, JBui