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

Max Leske maxleske at gmail.com
Mon Nov 6 08:40:38 UTC 2017


Hi Sven,

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.

How urgent is the situation for you?

Cheers,
Max


On 5 November 2017 at 19:22:03, Sven Van Caekenberghe (sven at stfx.eu) wrote:

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

_______________________________________________
seaside-dev mailing list
seaside-dev at lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/seaside-dev/attachments/20171106/a9d95413/attachment.html>


More information about the seaside-dev mailing list