diff -r e331628e00f5 -r 54418b0e52fb 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. ].