[Seaside] Making seaside load in Squeak again.

Paul DeBruicker pdebruic at gmail.com
Tue Feb 26 10:11:12 UTC 2013


The version of the ConfigurationOfSeaside30 I made here:
 
Http://www.github.com/pdebruic/ConfigurationOfSeaside30

for Seaside 3.1 also loads 3.07 or 3.071 cleanly into Squeak 4.4.  I removed the bit for Zinc and added an Installer script for Webclient. 

Hope this helps

Paul

On Feb 26, 2013, at 12:42 AM, Tobias Pape <Das.Linux at gmx.de> wrote:

> Hey Seasiders
> 
> I am trying to prepare a stable Seaside Image for Squeak 4.4 
> and just tried loading via the Metacello configuration 
> (Like this:
> 
> Installer ss 
>    project: 'MetacelloRepository';
>    install: 'ConfigurationOfSeaside30'.
> ((Smalltalk at: #ConfigurationOfSeaside30 project) version: #stable) load
> 
> )
> 
> This fails, as there is a dependency on Zinc #stable in
> #squeakCommon. Also, I think it is worthwhile to add WebCilent
> to the Adaptors for, at least, Squeak, if not Pharo, too.
> 
> I have seen that there is progress for that in the Seaside31 repository,
> especially for the 3.1 version of Seaside.
> 
> 1: Would anyone object if I changed the ConfigurationOfSeaside in
> the MetacelloRepository to make Seaside load on Squeak (4.4) again?
> 2: What about me backporting the inclusion of WebClient from the 3.1
> config to the 3.0.7 one?
> 3: Should I increase the patch revision for Seaside?
> 
> Best
>    -Tobias
> 
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


More information about the seaside mailing list