maven-mvnd icon indicating copy to clipboard operation
maven-mvnd copied to clipboard

Support background execution

Open gnodet opened this issue 5 years ago • 1 comments
trafficstars

When a process is executed in the background, it stops when reading from the input stream. Because of the readInputLoop, the mvnd process is stopped immediately. This involves checking the SIGTSTP with JLine, stopping the thread and resuming it when the SIGCONT is received.

gnodet avatar Nov 12 '20 13:11 gnodet

SIGTSTP has the same problem than #193 .

gnodet avatar Nov 12 '20 15:11 gnodet