You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "ppalaga (via GitHub)" <gi...@apache.org> on 2023/01/31 12:42:29 UTC

[GitHub] [maven-mvnd] ppalaga opened a new issue, #785: `source <(mvnd --completion bash)` stopped working in 0.9.0

ppalaga opened a new issue, #785:
URL: https://github.com/apache/maven-mvnd/issues/785

   When issuing 
   
   ```
   source <(mvnd --completion bash)
   ```
   
   the completion script appears in the console, but the completion is not sourced. 
   
   Similarly, when piping the output of `--completion bahs` to `wc` the count is zero
   
   ```
   mvnd --completion bash | wc
   [the whole completion script here]
   
         0       0       0
   ```
   


-- 
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.apache.org

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


[GitHub] [maven-mvnd] gnodet closed issue #785: `source <(mvnd --completion bash)` stopped working in 0.9.0

Posted by "gnodet (via GitHub)" <gi...@apache.org>.
gnodet closed issue #785: `source <(mvnd --completion bash)` stopped working in 0.9.0 
URL: https://github.com/apache/maven-mvnd/issues/785


-- 
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


[GitHub] [maven-mvnd] gnodet commented on issue #785: `source <(mvnd --completion bash)` stopped working in 0.9.0

Posted by "gnodet (via GitHub)" <gi...@apache.org>.
gnodet commented on issue #785:
URL: https://github.com/apache/maven-mvnd/issues/785#issuecomment-1428553827

   The upgrade to JLine must be the cause. JLine and mvnd now better supports `out` and `err` streams.
   I think the line https://github.com/apache/maven-mvnd/blob/e10aecd5f790307e4e0a4ec8938e8ca9d0fb6f5d/client/src/main/java-mvnd/org/mvndaemon/mvnd/client/DefaultClient.java#L223
   should be changed to use `Message.out(xxx)` to force the usage of the output stream.


-- 
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