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
o you have a Java API and it can be run multiple times in one JVM, theoretically). We need some more work and testing on this, but if anyone starts using it in this fashion it will definitely be possible. - Brett Inger, Matthew wrote: >Is there any plans to implement a sort of Remote API to e

IDE Plugins

2005-04-21 Thread Inger, Matthew
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.getOutputStream), and reading the results back from the process out