comparison mde/scheduler/Init.d @ 28:b5fadd8d930b

Small addition to GUI, paths work-around for Windows. New GUI widget containing a widget. Paths on windows now uses "." and "./user" as a temporary measure. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Tue, 08 Apr 2008 15:52:21 +0100
parents 611f7b9063c6
children f985c28c0ec9
comparison
equal deleted inserted replaced
27:0aa621b3e070 28:b5fadd8d930b
53 { 53 {
54 // Find/create paths: 54 // Find/create paths:
55 try { 55 try {
56 paths.resolvePaths(); 56 paths.resolvePaths();
57 } catch (Exception e) { 57 } catch (Exception e) {
58 // NOTE: an exception thrown here cannot be caught by main()!
58 throw new InitException ("Resolving paths failed: " ~ e.msg); 59 throw new InitException ("Resolving paths failed: " ~ e.msg);
59 } 60 }
60 61
61 // Set up the logger: 62 // Set up the logger:
62 { 63 {