I successfully loaded Seaside into minimal Pharo 7 image:

http://forum.world.st/Seaside-on-minimal-Pharo-7-0-td4979763.html

-- Pavel

2017-11-07 21:11 GMT+01:00 Sven Van Caekenberghe <sven@stfx.eu>:
Nobody (trying to use|using) Seaside on Pharo 7 ??

> On 6 Nov 2017, at 09:51, Sven Van Caekenberghe <sven@stfx.eu> wrote:
>
> Hi,
>
> [
>
> Max replied on the Seaside ML where I originally posted:
>
>> We don't have a build for Pharo 7 yet. Loading from github would be the recommended way. A quick look makes me think that it will require a bit of work to get the baseline set up correctly. I can't promise anything before next weekend.
>
>
> I think it is important that Seaside works on Pharo 7, it is an important use case and test during development, and very necessary as well.
>
> ]
>
> 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