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

gettimothy gettimothy at zoho.com
Wed Feb 21 21:24:28 UTC 2018


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'.


 






-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20180221/8d9682ff/attachment.html>


More information about the Squeak-dev mailing list