ProjectBuilder.st
changeset 3001 2d990fdb6496
parent 2989 fce70ea7d5d7
child 3006 741e3e2f0270
equal deleted inserted replaced
3000:7b530cc76688 3001:2d990fdb6496
   235                                 do:[makeOutput nextPut:char].
   235                                 do:[makeOutput nextPut:char].
   236                         ]
   236                         ]
   237                     ];
   237                     ];
   238                     nextPutAllBlock:[:string |
   238                     nextPutAllBlock:[:string |
   239                         lock critical:[          
   239                         lock critical:[          
   240                             "/ (string includesString:'das Ziel' )ifTrue:[self halt].
       
   241                             makeOutput
   240                             makeOutput
   242                                 withEmphasis:{#backgroundColor->Color red. #color->Color white.}
   241                                 withEmphasis:{#backgroundColor->Color red. #color->Color white.}
   243                                 do:[makeOutput nextPutAll:string].
   242                                 do:[makeOutput nextPutAll:string].
   244                         ]
   243                         ]
   245                     ].
   244                     ].
   249                             makeOutput nextPut:char.
   248                             makeOutput nextPut:char.
   250                         ]
   249                         ]
   251                     ];
   250                     ];
   252                     nextPutAllBlock:[:string |
   251                     nextPutAllBlock:[:string |
   253                         lock critical:[         
   252                         lock critical:[         
   254                             "/ (string includesString:'das Ziel' )ifTrue:[self halt].
       
   255                             makeOutput nextPutAll:string.
   253                             makeOutput nextPutAll:string.
   256                         ]
   254                         ]
   257                     ].
   255                     ].
   258 
   256 
   259     self buildWithOutputTo:stdOut errorTo:stdErr.
   257     self buildWithOutputTo:stdOut errorTo:stdErr.