First of all, the console goal absolutely rocks! Thanks for doing that!

Here's my question... Would it be possible to hook its I/O to a pair of
named pipes? We build from within emacs (M-x compile) but sometimes from
the commandline as well. It would be great if both of those could drive
(but not at the same time) a maven instance sitting in another window.
e.g -
  maven console -Dmaven.console.read=inputPipe \
                -Dmaven.console.write=outputPipe

I tried a simple test:
  mknod foo p
  maven console < foo

but it didn't work...




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

Reply via email to