[Seaside-dev] How should I load Seaside/Bootstrap in Pharo 7 ?

Sven Van Caekenberghe sven at stfx.eu
Sun Nov 5 18:21:54 UTC 2017


Hi,

I am stuck trying to move my main development to Pharo 7 because I have trouble loading Seaside (which I normally do indirectly by loading the Bootstrap project). Here is my dependency:

  project: 'Bootstrap' with: [
    spec 
      className: 'ConfigurationOfBootstrap';
      repository: 'http://smalltalkhub.com/mc/TorstenBergmann/Bootstrap/main/';
      versionString: #stable ]

I also tried the following:

Metacello new
 baseline:'Seaside3';
 repository: 'github://SeasideSt/Seaside:master/repository';
 load.

What is the right/recommended way to do it ?

Thx,

Sven



More information about the seaside-dev mailing list