> 6) There is no Web image this time. If you want to install Seaside
> 2.8.4 evaluate:
>
> Gofer new
> squeaksource: 'MetacelloRepository';
> package: 'ConfigurationOfSeaside28';
> load.
>
> (Smalltalk at: #ConfigurationOfSeaside28) load
>
Tried to install seaside 2.8 with this snippet in the image you
published.
It gives me an error:
MessageNotUnderstood: receiver of "load" is nil
when executing:
(Smalltalk at: #ConfigurationOfSeaside28) load
The method complaining is:
MetacelloMCProject(MetacelloProject)>> latestVersion
specifically, this part:
(self map values select: [:version |
(excluded includes: version blessing) not ]) detectMax:
[:version |
version ]
the select gives an empty list and the detectMax returns nil.
the excluded temp var has:
#(#development #broken #baseline)
and the versions of Seaside are blessed as development.
Cheers
--
Miguel Cobá
http://miguel.leugim.com.mx
_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project