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

   > hi, i have a java app that spawn mvn and now i try to replace with mvnd
   > 
   > i got
   > 
   > Fri Feb 02 11:03:41 CET 2024 Feb 02, 2024 11:03:41 AM org.jline.utils.Log 
logr Fri Feb 02 11:03:41 CET 2024 WARNING: Unable to create a system terminal, 
creating a dumb terminal (enable debug logging for more information) Fri Feb 02 
11:03:41 CET 2024 [main] WARNING org.jline - Unable to create a system 
terminal, creating a dumb terminal (enable debug logging for more information)
   > 
   > as warning, and no log are returned in output.
   > 
   > i start the process with ProcessBuilder pb = new ProcessBuilder(commands); 
pb.redirectErrorStream(true);
   > 
   > i can say that aside from log mvnd is working
   > 
   > any way to get the log from mvnd?
   
   Isn't it written to the output stream of the spawned process ?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to