On 17 Jun 2004, <[EMAIL PROTECTED]> wrote: > + if (exitCode > 0) { > + throw ese; > + }
should be != instead of >. There are OSes whith negative exit code. And there is at least one OS - OpenVMS - where 0 means no success, but Java returns 0 for success on it as well, breaking the contract for DCL scripts. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]