[kepler-dev] [Bug 3207] - consolidate command line execution actors

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Tue Apr 22 14:14:21 PDT 2008


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3207





------- Comment #9 from crawl at sdsc.edu  2008-04-22 14:14 -------
By prepending sh or cmd, the command can use file redirection operators.

I tested this actor on several platforms, and only Cygwin does not correctly
copy the path. Additionally, I tried using ProcessBuilder instead of
Runtime.exec(), but got the same result. (However, on windows, using
ProcessBuilder, the subprocess inherits all the variables, but using
Runtime.exec(), it does not).

This bug can be closed once Exec is updated on pt rel-7-0-beta-2.


More information about the Kepler-dev mailing list