[Glass] Seaside 3.1.1 on Gemstone

Johan Brichau johan at yesplan.be
Sun May 25 07:02:42 PDT 2014


Hi all,

Loading version 3.1.1 of Seaside on Gemstone can now be done using a ‘regular’ Metacello load expression:

Gofer new
	url: 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main';
	package: 'ConfigurationOfSeaside3';
	load.
((Smalltalk at: #ConfigurationOfSeaside3) project version: '3.1.1') load:#('Tests' 'Zinc' 'FastCGI' 'Swazoo'). 

You do not need GLASS1. The loading instructions on the github will be updated to reflect this.

cheers,
Johan


More information about the Glass mailing list