[squeak-dev] SM, scripts, and application names (I forgot something)

Chris Cunnington smalltalktelevision at gmail.com
Fri Mar 9 19:00:40 UTC 2012


Actually, I forgot another way. This is the install script for Magma:



SMSqueakMap default loadUpdates.

(Smalltalk hasClassNamed: #MaObjectRepository)
     ifFalse: [ SMSqueakMap default installPackageNamed: 'Magma' 
version: '1.3 server' ].

#('Magma-Tester-cmm.395' 'Magma-Squeak-Tester-cmm.2') do:
     [ : each | (Installer repository: 'http://www.squeaksource.com/Magma')
     install: each ]




That is short, doesn't list all packages individually, and installs lots 
and lots of packages. It comes as a downloadable script from here:

http://wiki.squeak.org/squeak/2657

Drop that on the World and step back, while it loads everything. This, 
also, could go in a script deployed by a button in SM.

Chris


More information about the Squeak-dev mailing list