[squeak-dev] Seaside fails to load onto Squeak5.1

H. Hirzel hannes.hirzel at gmail.com
Wed Feb 21 21:48:18 UTC 2018


Earlier discussion on the mailing list

Seaside status November 2016
Seaside works well on Squeak 5.1

http://wiki.squeak.org/squeak/6506

On 2/21/18, gettimothy <gettimothy at zoho.com> wrote:
> I am coding in it now.
>
> Here are my notes:
>
>
>
> Installer gemsource
>     project: 'metacello';
>     addPackage: 'ConfigurationOfMetacello';
>     install.
>
>
> "Bootstrap Metacello Preview, using mcz files (#'previewBootstrap' symbolic
> version"
> ((Smalltalk at: #ConfigurationOfMetacello) project
>   version: #'previewBootstrap') load.
>
>
> "Load the Preview version of Metacello from GitHub"
> (Smalltalk at: #Metacello) new
>   configuration: 'MetacelloPreview';
>   version: #stable;
>   repository: 'github://Metacello/metacello:configuration';
>   load.
>
>
> "Now load latest version of Metacello"
> (Smalltalk at: #Metacello) new
>   baseline: 'Metacello';
>   repository: 'github://Metacello/metacello:master/repository';
>   get.
> (Smalltalk at: #Metacello) new
>   baseline: 'Metacello';
>   repository: 'github://Metacello/metacello:master/repository';
>   load.
>
>
>
>
> Metacello new
>     configuration: 'Seaside3';
>     repository:
> 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main';
>     version: #stable;
>     load: 'OneClick'.
>
>
> Metacello new
>  baseline:'Bootstrap';
>  repository: 'github://astares/Seaside-Bootstrap:master/src';
>  load
>
>
>
> ---- On Wed, 21 Feb 2018 06:30:07 -0500 Vaidotas Didžbalis
> <vaidasd at gmail.com> wrote ----
>
> Hello,
> Please advise, is it still possible to load Seaside these days? I cleared
> cache used v5.1 stock image and the script bellow fails on step #3, log
> attached.
> Thank you.
>
> Vaidotas
>
>
> Installer gemsource
>     project: 'metacello';
>     addPackage: 'ConfigurationOfMetacello';
>     install.
>
> ((Smalltalk at: #ConfigurationOfMetacello) project
>   version: #'previewBootstrap') load.
>
>
> (Smalltalk at: #Metacello) new
>     configuration: 'Seaside3';
>     repository:
> 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main';
>     version: #stable;
>     load: 'OneClick'.
>
>
>
>
>
>
>
>
>
>


More information about the Squeak-dev mailing list