You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/01/12 07:39:00 UTC

[GitHub] [maven-mvnd] gnodet commented on issue #541: Reading standard input from plugins does not work

gnodet commented on issue #541:
URL: https://github.com/apache/maven-mvnd/issues/541#issuecomment-1010732510


   Fwiw, quarkus uses low level terminal interactions to set up the console support, however, there's no terminal in the daemons.  At the OS level, the daemon process input stream is not used at all and the output/error streams are redirected to files.  Inside the JVM, the output/error are conveyed back to the client, and the input is currently not supported.   Supporting redirecting input from the client to the daemon is doable, but setting up a terminal, while in theory doable, would require additional native methods not provided by jansi at the moment (such as `dup2`) and thus not doable right now.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org