Re: Invoking a plugin from within another plugin

2009-10-07 Thread Allan Ditzel
Hi Sam, That's beautiful! Thanks! Allan On Tue, Oct 6, 2009 at 5:06 PM, Samuel Le Berrigaud < sleberrig...@atlassian.com> wrote: > Hey Allan, > > you might want to check out the Mojo Executor: > http://code.google.com/p/mojo-executor/ > > SaM > > On Wed, Oct 7, 2009 at 8:01 AM, Allan Ditzel >

Re: Invoking a plugin from within another plugin

2009-10-07 Thread Samuel Le Berrigaud
Hey Allan, you might want to check out the Mojo Executor: http://code.google.com/p/mojo-executor/ SaM On Wed, Oct 7, 2009 at 8:01 AM, Allan Ditzel wrote: > Hi all, > > What is the best accepted way for one plugin to invoke another? I can > obviously do it out of process from the first plugin an

Invoking a plugin from within another plugin

2009-10-06 Thread Allan Ditzel
Hi all, What is the best accepted way for one plugin to invoke another? I can obviously do it out of process from the first plugin and do an exec, but I was wondering if there was a way to invoke another plugin in process. Thanks, Allan