Tools__ProjectBuilderAssistantApplication.st
changeset 2930 60ac412ce3f8
parent 2929 f24fa4b3758d
child 2959 ab140a3e5eb6
equal deleted inserted replaced
2929:f24fa4b3758d 2930:60ac412ce3f8
  1908             makeOutputWindow endEntry.
  1908             makeOutputWindow endEntry.
  1909         ].
  1909         ].
  1910         ex proceed.
  1910         ex proceed.
  1911     ] do:[
  1911     ] do:[
  1912         self getProjectBuilder.
  1912         self getProjectBuilder.
       
  1913         projectBuilder makeExeOnly:(what = 'exe').
  1913 
  1914 
  1914         Error handle:[:ex |
  1915         Error handle:[:ex |
  1915             makeOutputWindow endEntry.
  1916             makeOutputWindow endEntry.
  1916             makeOutputWindow cr.
  1917             makeOutputWindow cr.
  1917             makeOutputWindow nextPutLine:(ex description colorizeAllWith:Color white on:Color red).
  1918             makeOutputWindow nextPutLine:(ex description colorizeAllWith:Color white on:Color red).
  1920         ] do:[
  1921         ] do:[
  1921             projectBuilder buildWithColorizedOutputTo:makeOutputWindow.
  1922             projectBuilder buildWithColorizedOutputTo:makeOutputWindow.
  1922         ].
  1923         ].
  1923     ].
  1924     ].
  1924 
  1925 
  1925     "Modified: / 26-09-2012 / 20:57:42 / cg"
  1926     "Modified: / 27-09-2012 / 14:56:38 / cg"
  1926 !
  1927 !
  1927 
  1928 
  1928 selectedApplicationChanged
  1929 selectedApplicationChanged
  1929     |idx|
  1930     |idx|
  1930 
  1931