[Seaside-dev] Re: [Seaside] [ANN] Seaside 3.1 and 3.0.10 release

Philippe Marschall philippe.marschall at gmail.com
Thu Jan 23 19:40:36 UTC 2014


On Mon, Jan 20, 2014 at 8:24 PM, Bob Arning <arning315 at comcast.net> wrote:
>
> On 1/20/14 1:49 PM, Philippe Marschall wrote:
>>
>> The "Kom" group is not available for Squeak, try "WebClient" instead.
>
> OK, so I tried
>
> ((Smalltalk at: #ConfigurationOfSeaside3) project version: #stable) load: #(
> 'WebClient').
>
> And got:
>
> Error: Could not resolve: WebClient-Seaside [WebClient-Seaside-ar.10] in
> /Users/bob/squeak/SECOG/package-cache
> http://smalltalkhub.com/mc/Seaside/Seaside31/main
> 20 January 2014 2:19:56.365 pm

Can somebody with a better understanding of Metacello have you look at
this? Somehow it searches for WebClient-Seaside-ar.10 only in
http://smalltalkhub.com/mc/Seaside/Seaside31/main

I use the following code:

(Installer monticello http:
'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main');
    install: 'ConfigurationOfSeaside3'.
((Smalltalk at: #ConfigurationOfSeaside3) project version: #stable)
load: #('Core' 'WebClient').

Cheers
Philippe


More information about the seaside-dev mailing list