[squeak-dev] installing latest ConfigurationOf

Max Leske maxleske at gmail.com
Sun May 19 09:03:20 UTC 2013


Hi guys

I have the following snippet I use to automatically run Fuel tests in Squeak4.1 to 4.4:

((Smalltalk at: #Installer) fromUrl: 'http://ss3.gemstone.com/ss/Fuel/')
	install: 'ConfigurationOfFuel-MaxLeske.202.mcz'.
(Smalltalk at: #ConfigurationOfFuel) load

As you can see I have to hard code the configuration version. Is there a recommended way to install the latest version (like with Gofer)? Or should I simply load Gofer first?

Cheers,
Max


More information about the Squeak-dev mailing list