Export to GitHub

glassdb - issue #259

Installing seaside in GS 2.4.4.1 /GLASS 1.0-beta.8 fails due to outdated Metacello.


Posted on Apr 7, 2011 by Quick Rabbit

What 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.

Comment #1

Posted on Apr 7, 2011 by Quick Rabbit

(No comment was entered for this change.)

Comment #2

Posted on Apr 7, 2011 by Helpful Elephant

Yes, another alternative is to update GLASS to the latest released version before loading Seaside3.0 ... use the Update button.

Comment #3

Posted on Apr 7, 2011 by Quick Rabbit

Ok, then I invalidate my Report :)

Comment #4

Posted on Apr 7, 2011 by Helpful Elephant

Nope... you were following the instructions and the documentation should be more explicit ... still a valid bug report:)

Comment #5

Posted on Sep 16, 2011 by Helpful Elephant

Added metacello update to all of the load expressions (that I found) so that Metacello will be kept up-to-date.

Status: Fixed

Labels:
Type-Defect Priority-Medium GLASS-Scripts Version-2.4.x Version-1.0-beta.8 Fixed-1.0-beta.8.7