[Seaside] [ANN] Seaside 3.1 and 3.0.10 release

Philippe Marschall philippe.marschall at gmail.com
Wed Jan 1 14:44:20 UTC 2014


On Tue, Dec 31, 2013 at 7:35 PM, Sebastian Sastre
<sebastian at flowingconcept.com> wrote:
>
>
>
>
> On Dec 31, 2013, at 6:18 AM, Philippe Marschall <philippe.marschall at gmail.com> wrote:
>
> Seaside-Adaptors-Comanche
>
> still available?
>
>
> Yes.
>
>
> cool.
>
> This ends up with an exception:
>
> (Smalltalk at: #ConfigurationOfSeaside3) project latestVersion
> load: #('Seaside-Adaptors-Comanche').
>
> Am I doing the right thing?

Something like this works for me:

Gofer new
    url:'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main';
    package: 'ConfigurationOfSeaside3';
    load.
((Smalltalk at: #ConfigurationOfSeaside3) project version: #stable)
load: #(‘Core’ ‘Kom’).

Cheers
Philippe


More information about the seaside mailing list