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 server, that would also be possible.

None of this will be done on Maven 1... the architecture, in particular
with regard to output, is not flexible enough without serious changes
(just one of the reasons m2 now exists...)

Cheers,
Brett

Inger, Matthew wrote:

>Basically, I want a more elegant way of talking to maven than through
>I/O streams.  A viable solution would be able to start maven in console
>mode, with a listener assigned to a particular port number.  The listener
>monitors that port for incoming connections.
>
>There would then be a corresponding maven client api, which would connect
>to that port, and issue commands / receive responses from maven.  I understand
>the issues with GC, and with memory in general, but talking through the console
>input and output streams is cumbersome at best.
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to