Status: Accepted
Owner:
[hidden email]
Labels: Type-Defect Priority-Medium GLASS-Server Version-2.4.x
Version-1.0-beta.8
New issue 259 by
[hidden email]: Installing seaside in GS 2.4.4.1
/GLASS 1.0-beta.8 fails due to outdated Metacello.
http://code.google.com/p/glassdb/issues/detail?id=259What steps will reproduce the problem?
1.
MCPlatformSupport commitOnAlmostOutOfMemoryDuring: [
[
Gofer project load: 'Seaside30' version: '3.0.4'.
]
on: Warning do: [:ex | ex resume ]].
What is the expected output? What do you see instead?
Loading the command results in the error, that no Stable version of
ConfigurationOfGsOB is found.
Indeed, issueing
ConfigurationOfGsOB project version: #stable
results in nil.
However, running
ConfigurationOfMetacello project updateProject.
ConfigurationOfMetacello loadLatestVersion.
loads the latest Metacello-Version that supports named Versions,
ConfigurationOfGoferProjectLoader project updateProject.
ConfigurationOfGoferProjectLoader project load: #stable.
and GoferProject support for that
and Seaside loads again.