ProjectBuilder.st
changeset 2868 8a4d46fd157c
parent 2861 b8c6e02e60a1
child 2873 bacaa7ec62b1
equal deleted inserted replaced
2867:5eaed94714b3 2868:8a4d46fd157c
   500 generateSourceFilesByCheckingOutUsing:aSourceCodeManager
   500 generateSourceFilesByCheckingOutUsing:aSourceCodeManager
   501     "/ will no longer be needed/supported
   501     "/ will no longer be needed/supported
   502 
   502 
   503     |repository stxRepository module directory|
   503     |repository stxRepository module directory|
   504 
   504 
   505 self halt.
   505     self breakPoint:#cg.
       
   506 
   506     "/ check out / generate files there
   507     "/ check out / generate files there
   507     repository := (aSourceCodeManager repositoryNameForModule:module) ifNil:[aSourceCodeManager repositoryName].
   508     repository := (aSourceCodeManager repositoryNameForModule:module) ifNil:[aSourceCodeManager repositoryName].
   508     stxRepository := aSourceCodeManager repositoryName.
   509     stxRepository := aSourceCodeManager repositoryName.
   509 
   510 
   510     (buildDirectory construct:'stx') exists ifFalse:[
   511     (buildDirectory construct:'stx') exists ifFalse:[
   534         outputTo:Transcript
   535         outputTo:Transcript
   535         errorTo:Transcript
   536         errorTo:Transcript
   536         inDirectory:(buildDirectory construct:module)
   537         inDirectory:(buildDirectory construct:module)
   537         onError:[:status| self error:'cvs update failed'].
   538         onError:[:status| self error:'cvs update failed'].
   538 self halt.
   539 self halt.
       
   540 
       
   541     "Modified: / 29-12-2011 / 14:02:56 / cg"
   539 !
   542 !
   540 
   543 
   541 generateSourceFilesByFilingOut
   544 generateSourceFilesByFilingOut
   542     "/ local build
   545     "/ local build
   543     "/ fileout the project
   546     "/ fileout the project