Serge, Dale,
| Yes, I would like to try, where if the
ConfigurationOfSeaside ?
I probably should have added a load script.
This should work fine.
Gofer new
url: 'http://www.smalltalkhub.com/mc/Moose/Glamour/main';
package: 'ConfigurationOfGlamourSeaside';
load.
Gofer new
url: 'http://squeaksource.com/Seaside30';
package: 'ConfigurationOfSeaside30';
load.
((Smalltalk at: #ConfigurationOfGlamourSeaside) project version: '0.4') load.
(Smalltalk at: #ZnZincServerAdaptor) startOn: 8080.
The guys have been working on Seaside 3.0.8 which is I
think aimed at getting Seaside30 running in Pharo2.0 ... I think they are pretty close to
happy with 3.0.8…
Yes, That was the aim and I think this work is finished and should be promoted to the
MetacelloRepository. If that is done, the ConfigurationOfGlamourSeaside no longer needs
manually loading of the configuration of Seaside30.
Diego