Tools__ProjectBuilderAssistantApplication.st
changeset 3309 cc9feb931733
parent 3295 cfc396fb8c98
child 3320 3a3e4ca40b7c
equal deleted inserted replaced
3308:5cbec72e27fa 3309:cc9feb931733
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 2009 by eXept Software AG
     4  COPYRIGHT (c) 2009 by eXept Software AG
     3               All Rights Reserved
     5               All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
  2365         projectBuilder makeExeOnly:((what = 'exe') or:[what = 'exeQuick']).
  2367         projectBuilder makeExeOnly:((what = 'exe') or:[what = 'exeQuick']).
  2366         projectBuilder makeAppOnly:(what = 'app').
  2368         projectBuilder makeAppOnly:(what = 'app').
  2367         projectBuilder makeQuick:(what = 'exeQuick').
  2369         projectBuilder makeQuick:(what = 'exeQuick').
  2368 
  2370 
  2369         Error handle:[:ex |
  2371         Error handle:[:ex |
       
  2372             ex creator = MessageNotUnderstood ifTrue:[ex reject].
       
  2373 
  2370             makeOutputWindow endEntry.
  2374             makeOutputWindow endEntry.
  2371             makeOutputWindow cr.
  2375             makeOutputWindow cr.
  2372             makeOutputWindow nextPutLine:(ex description colorizeAllWith:Color white on:Color red).
  2376             makeOutputWindow nextPutLine:(ex description colorizeAllWith:Color white on:Color red).
  2373             makeOutputWindow endEntry.
  2377             makeOutputWindow endEntry.
  2374             Debugging == true ifTrue:[ ex reject ].
  2378             Debugging == true ifTrue:[ ex reject ].
  2381     "
  2385     "
  2382      Debugging := true.   
  2386      Debugging := true.   
  2383      Debugging := false.   
  2387      Debugging := false.   
  2384     "
  2388     "
  2385 
  2389 
  2386     "Modified: / 27-09-2012 / 14:56:38 / cg"
  2390     "Modified: / 07-06-2016 / 11:00:01 / cg"
  2387 !
  2391 !
  2388 
  2392 
  2389 selectedApplicationChanged
  2393 selectedApplicationChanged
  2390     |idx|
  2394     |idx|
  2391 
  2395