some tries for UNIX - unfinished
authorsr
Fri, 23 Oct 2009 15:38:34 +0200
changeset 2682 54418b0e52fb
parent 2681 e331628e00f5
child 2683 ff39502be3a2
some tries for UNIX - unfinished
Tools__ProjectBuilderAssistantApplication.st
--- a/Tools__ProjectBuilderAssistantApplication.st	Fri Oct 23 14:47:31 2009 +0200
+++ b/Tools__ProjectBuilderAssistantApplication.st	Fri Oct 23 15:38:34 2009 +0200
@@ -1220,8 +1220,9 @@
         Error handle:[:ex |
             makeOutputWindow endEntry.
             makeOutputWindow cr.
-            makeOutputWindow nextPutLine:(ex messageText colorizeAllWith:Color white on:Color red).
+            makeOutputWindow nextPutLine:(ex description colorizeAllWith:Color white on:Color red).
             makeOutputWindow endEntry.
+            ex proceed.
         ] do:[
             projectBuilder buildWithColorizedOutputTo:makeOutputWindow.
         ].