Hi all,
I am not fully done testing, but so far looking good, so here I share how far I am:
Version 0.4 is tested in Moose 4.8. I loaded it in
Pharo 2.0 and got an error while loading Seaside Tests. Only the tests depend on this
project, so this should be ok. Maybe the tests even run, when you proceed on the warning.
Important note: the configuration of Seaside30 comes from Seaside30 repository instead of
the MetacelloRepository on squeak source. So you need to load this configuration manually
before loading GlamourSeaside.
After manually loading configuration of GlamourSeaside and Seaside30 the following should
load this project:
(ConfigurationOfGlamourSeaside project version: '0.4') load: 'Examples'
After that you should of course start the server by:
ZnZincServerAdaptor startOn: 8080
Cheers