eclipse-remote-control icon indicating copy to clipboard operation
eclipse-remote-control copied to clipboard

make the execute command blocking until operation is finished

Open marook opened this issue 13 years ago • 2 comments

When calling the execute_command the client should wait until the command has been fully executed within eclipse.

marook avatar Dec 29 '11 16:12 marook

Some hints about fixing this issue can be found here: https://github.com/marook/eclipse-remote-control/commit/ab67977f8d3d2d6bc0e977309bd4515748576a6f

marook avatar Dec 29 '11 16:12 marook

Indeed this could be interesting to integrate the execute_command calls in a batch or shell script. Also if we could have the output of the eclipse console redirected to stdout, this could be helpful!

biou avatar Sep 02 '14 10:09 biou