Re: Adding Web Service Support to MavenEmbedder

2007-03-10 Thread Jason van Zyl
On 10 Mar 07, at 8:03 AM 10 Mar 07, Shane Isbell wrote: Hi Jason, I am thinking more of an out-of-band concept, where we have a SOAP interface for issuing of build commands and a dedicated socket connection that is hooked up - through a MavenEmbedderLogger implementation - between the ID

Re: Adding Web Service Support to MavenEmbedder

2007-03-10 Thread Shane Isbell
Hi Jason, I am thinking more of an out-of-band concept, where we have a SOAP interface for issuing of build commands and a dedicated socket connection that is hooked up - through a MavenEmbedderLogger implementation - between the IDE and the build machine. The socket logger will pipe into the IDE

Re: Adding Web Service Support to MavenEmbedder

2007-03-09 Thread Jason van Zyl
On 9 Mar 07, at 8:43 AM 9 Mar 07, Shane Isbell wrote: Just to give everybody a heads up, I'm working a MavenEmbedder Web Service component for the Apache NMaven project (under incubation). The component will enable: 1) IDEs to build maven projects on local and remote build machines; 2) ID

Adding Web Service Support to MavenEmbedder

2007-03-09 Thread Shane Isbell
Just to give everybody a heads up, I'm working a MavenEmbedder Web Service component for the Apache NMaven project (under incubation). The component will enable: 1) IDEs to build maven projects on local and remote build machines; 2) IDE interoperability between non-java languages and maven. Any i