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