[squeak-dev] Loading Seaside: adding extensions

tim Rowledge tim at rowledge.org
Mon Dec 9 20:18:45 UTC 2019


Some time back (actually, eek, a year) I was asking about installing Seaside and we had much fun  but eventually made it possible. Now I would like to add the REST package but can't find a clear, working, recipe.

The Seaside repository simply refers to 'loading a group' which seems to be something metacello related. Looking through the classes loaded as part of Seaside I found the class comments for BaselineOfSeaside3 that seem to suggest that using 
	BaselineOfSeaside3  project 
		load: #('Examples').

is the form to use. Unfortunately trying that with 'REST' fails in MetacelloProject>>#lookupVersion:ifAbsent: - as does the 'Examples' shown.

Further confusing is the way that the #baseline: method seems to expect the REST (and a lot of other stuff) to be loaded by default. Clearly I'm missing some important information her; where is a good explanation that might help?

tim
--
tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
Useful random insult:- Immune from any serious head injury.




More information about the Squeak-dev mailing list