I think "update Seaside to the latest codebase" does NOT mean load the
latest Metacello version, which is what you did. It means that you need
to load the latest version of each Seaside package. I'm not sure how
that's done with Metacello.
Germán Arduino wrote:
ok, I tried to update Seaside, installing the latest
ConfigurationOfSeaside30 (ConfigurationOfSeaside30-dkh.148)
and then evaluating: (Smalltalk at: #ConfigurationOfSeaside30)
perform: #loadLatestVersion.
2010/5/18 Lukas Renggli <renggli(a)gmail.com>om>:
> You also need to update Seaside to the latest codebase.
>
> Lukas