Message1918

Author nirvdrum
Recipients
Date 2007-09-17.23:22:41
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
When running a script via org.python.util.jython, the script's exit status code is swallowed up.  It appears that the class only ever returns -1 or 0.  This is a problem if one relies on that status code to get a better indication of whether or not the script ran successfully, rather than whether or not Jython ran successfully.
History
Date User Action Args
2008-02-20 17:18:02adminlinkissue1796730 messages
2008-02-20 17:18:02admincreate