ProjectDefinition.st
changeset 12271 8d974650b1d2
parent 12269 0b8299ee8530
child 12274 a8ef1edeca71
equal deleted inserted replaced
12270:a67c0b787173 12271:8d974650b1d2
   819         do:[:className |
   819         do:[:className |
   820             "/ 'install as autoloaded: ' errorPrint. className errorPrintCR.
   820             "/ 'install as autoloaded: ' errorPrint. className errorPrintCR.
   821             (Smalltalk classNamed:className) isNil ifTrue:[
   821             (Smalltalk classNamed:className) isNil ifTrue:[
   822                 Error handle:[:ex |
   822                 Error handle:[:ex |
   823                     (self name,' [warning]: failed to install autoloaded: ',className) errorPrintCR.
   823                     (self name,' [warning]: failed to install autoloaded: ',className) errorPrintCR.
   824                     (self name,' [info]: ',ex description) errorPrintCR.
   824                     (self name,' [info]: reason: ',ex description) errorPrintCR.
   825 thisContext fullPrintAll.
   825                     "/ thisContext fullPrintAll.
   826                 ] do:[
   826                 ] do:[
   827                     Smalltalk
   827                     Smalltalk
   828                         installAutoloadedClassNamed:className
   828                         installAutoloadedClassNamed:className
   829                         category:'* as yet unknown category *' 
   829                         category:'* as yet unknown category *' 
   830                         package:self package 
   830                         package:self package 
  4677 ! !
  4677 ! !
  4678 
  4678 
  4679 !ProjectDefinition class methodsFor:'documentation'!
  4679 !ProjectDefinition class methodsFor:'documentation'!
  4680 
  4680 
  4681 version
  4681 version
  4682     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.251 2009-10-14 10:30:10 cg Exp $'
  4682     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.252 2009-10-14 11:30:27 cg Exp $'
  4683 !
  4683 !
  4684 
  4684 
  4685 version_CVS
  4685 version_CVS
  4686     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.251 2009-10-14 10:30:10 cg Exp $'
  4686     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.252 2009-10-14 11:30:27 cg Exp $'
  4687 ! !
  4687 ! !
  4688 
  4688 
  4689 ProjectDefinition initialize!
  4689 ProjectDefinition initialize!