mvnd from java
- Dominant language
- Java
- Stars
- 3.5k
- Forks
- 250
- Avg merge
- 16h 22m
- Merged PRs (30d)
- 36
Description
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?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing mvnd from a Java ProcessBuilder using redirectErrorStream(true), as described in the issue, and inspect how the daemon's output is returned. Done means the mvnd log is available to the spawning Java application rather than only the terminal warning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100