Tools__ProjectBuilderAssistantApplication.st
changeset 2682 54418b0e52fb
parent 2681 e331628e00f5
child 2685 9e5b81943c7f
equal deleted inserted replaced
2681:e331628e00f5 2682:54418b0e52fb
  1218         ].
  1218         ].
  1219 
  1219 
  1220         Error handle:[:ex |
  1220         Error handle:[:ex |
  1221             makeOutputWindow endEntry.
  1221             makeOutputWindow endEntry.
  1222             makeOutputWindow cr.
  1222             makeOutputWindow cr.
  1223             makeOutputWindow nextPutLine:(ex messageText colorizeAllWith:Color white on:Color red).
  1223             makeOutputWindow nextPutLine:(ex description colorizeAllWith:Color white on:Color red).
  1224             makeOutputWindow endEntry.
  1224             makeOutputWindow endEntry.
       
  1225             ex proceed.
  1225         ] do:[
  1226         ] do:[
  1226             projectBuilder buildWithColorizedOutputTo:makeOutputWindow.
  1227             projectBuilder buildWithColorizedOutputTo:makeOutputWindow.
  1227         ].
  1228         ].
  1228     ].
  1229     ].
  1229 !
  1230 !