[Pkg] Installer: Installer-Launcher-klc.9.mcz

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Thu Aug 14 19:36:02 UTC 2008


Ken Causey uploaded a new version of Installer-Launcher to project Installer:
http://www.squeaksource.com/Installer/Installer-Launcher-klc.9.mcz

==================== Summary ====================

Name: Installer-Launcher-klc.9
Author: klc
Time: 14 August 2008, 2:35:53 pm
UUID: 762fd659-b2b6-4637-8244-53c8edcc3d52
Ancestors: Installer-Launcher-klc.8

The source files were being loaded but never actually installed.  Surely that was not the intended use?

=============== Diff against Installer-Launcher-klc.8 ===============

Item was changed:
  ----- Method: Launcher class>>launchWith: (in category 'as yet unclassified') -----
  launchWith: params
  
  	params at: 'H' ifPresent: [:v | params at: 'HELP' put: v ].
  	params at: 'S' ifPresent: [ :v | params at: 'SCRIPTS' put: v ].
  	params at: 'HELP' ifPresent: [ :v | Script new writeHelp ].
  	params at: 'SCRIPTS' ifPresent: [:v |
+ 		CodeLoader new loadSourceFiles: (Array withAll: (v findTokens: ' ')) ;
+ 			installSourceFiles].
- 		CodeLoader new loadSourceFiles: (Array withAll: (v findTokens: ' '))].
  	^true!



More information about the Packages mailing list