[Seaside] [ANN] Seaside 3.1 and 3.0.10 release

Diego Lont diego.lont at delware.nl
Fri Jan 17 08:23:35 UTC 2014


Hi Johan,

I got side tracked with a few other bugs, but now I really want to fix this problem. I made sure my configuration loads the latest version of Metacello … and still no improvement.

But when I look closer, maybe I do not load the latestVersion … or better said: is the latestVersion not the correct version? I used the template, that is included in all configuration to load Metacello:

	"Bootstrap Gofer (if necessary), bootstrap ConfigurationOfMetacello (using old Gofer API), then load the latest 
	version of Metacello itself."
	Smalltalk at: #Gofer ifAbsent: [
		"Current version of Gofer from which to bootstrap - as of 1.0-beta.15"
		self bootstrapPackage: 'Gofer-lr.83' from: 'http://seaside.gemstone.com/ss/metacello' ].
	Smalltalk at: #Gofer ifPresent: [:goferClass | | gofer |
		gofer := goferClass new
			url: 'http://seaside.gemstone.com/ss/metacello';
			yourself.
		[ gofer addPackage: 'ConfigurationOfMetacello' ] on: Warning do: [:ex | ex resume ].
		gofer load ].
	"load 'default' group of Metacello"
	(Smalltalk at: #ConfigurationOfMetacello) perform: #load

Does this load the wrong version of Metacello … because I still see a lot of packages that have a more recent version …

Should I load bleeding edge here?

Diego

On Jan 4, 2014, at 12:33 PM, Johan Brichau wrote:

> Diego,
> 
> You need to load latest Metacello first.
> 
> Johan
> 
> On 03 Jan 2014, at 11:55, Diego Lont <diego.lont at delware.nl> wrote:
> 
>> Hi all,
>> 
>> I am trying to load version 3.0.9 into gemstone, but this fails due to the following error:
>> 
>> MetacelloVersionConstructor does not understand baseline: with:.
>> 
>> When I look in my moose image, I can reproduce this error when I try to determine with GTMetaceller what packages to load for Seaside3 for the platform gs.3.x. I do not have any implementers of this message, but I see that the Zinc configuration also uses this construction. Does anyone have a clue why this is added, and why the metaceller gemstone does not understand this?
>> 
>> Cheers,
>> Diego_______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> 
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list