Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2007-01-02 14:16:18 -0800 (Tue, 02 Jan 2007)
Revision: 9893
Log message:

      - (Bug 615) When a process creation fails with a Unix_error or Failure
        exception, turn it into an OmakeException. This way it would then be
        possible to catch it in OMake scriplets.
      
      - Failures in CreateProcess (on Windows) should only be communicated via
        exceptions; printing a message on stderr is unnecessarily verbose (moved in
        under the appropriate "#ifdef OSH_DEBUG").
      

Changes  Path
+6 -1 omake-branches/0.9.8.x/lib/Pervasives.om
+1 -1 omake-branches/0.9.8.x/src/clib/omake_shell_sys.c
+17 -1 omake-branches/0.9.8.x/src/shell/omake_shell_job.ml