March 22, 2018
9:07 p.m.
Seaside is working ... but it is not possible to develop as by patching Zinc the Iceberg tool in P7 is broken then and one can not commit anymore. So be warned when you follow and use the script below. :(
Sven wrote:
You must be looking somewhere else, http://mc.stfx.eu/ZincHTTPComponents/ find 'Character-Encoding-Core', they are all there.
Hmmm ... mysterious ... I checked two times yesterday using a web browser after the loading trouble in Pharo and it was not there.
Works now using:
Gofer it url: 'http://mc.stfx.eu/ZincHTTPComponents'; package: 'Zinc-Character-Encoding-Core'; load.
Metacello new baseline:'Seaside3'; repository: 'github://SeasideSt/Seaside:master/repository'; load.
Thanks T.