Closed luis100 closed 10 years ago
https://github.com/openplanets/scape-toolwrapper/blob/master/toolwrapper-bash-debian-generator/src/main/java/eu/scape_project/tool/toolwrapper/toolwrapper_bash_debian_generator/DebianBashWrapperGenerator.java#L679
The line printing needs to be after the exec.waitFor() and the same processing should be done for stderr with getErrorStream().
exec.waitFor()
getErrorStream()
https://github.com/openplanets/scape-toolwrapper/blob/master/toolwrapper-bash-debian-generator/src/main/java/eu/scape_project/tool/toolwrapper/toolwrapper_bash_debian_generator/DebianBashWrapperGenerator.java#L679
The line printing needs to be after the
exec.waitFor()
and the same processing should be done for stderr withgetErrorStream()
.