Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.1.0
-
Fix Version/s: 1.1.1
-
Component/s: None
-
Labels:None
Description
As noted by Ruimo Uno in GANT-22:
"...current Execute class throws away the return value of Process.waitFor(). I believe it is convenient if all of the methods in the Execute class return exit value of the invoked process so that gant script can determine the process is successfully executed or not. How do you think?"
Changed return type of all the methods in the Execute tool to allow the return value from Process.waitFor to be the return code.