[Seaside] [ANN] Seaside 3.1 and 3.0.10 release

Philippe Marschall philippe.marschall at gmail.com
Mon Jan 20 18:49:30 UTC 2014


On Mon, Jan 20, 2014 at 7:31 PM, Bob Arning <arning315 at comcast.net> wrote:
> I tried that and got
>
> Error: Name not found: Kom
> 20 January 2014 1:29:53.541 pm
>
> VM: Mac OS - Smalltalk
> Image: Squeak4.4 [latest update: #12327]
>
> SecurityManager state:
> Restricted: false
> FileAccess: true
> SocketAccess: true
> Working Dir /Users/bob/squeak/SECOG
> Trusted Dir /foobar/tooBar/forSqueak/bogus/
> Untrusted Dir /Users/bob/Library/Preferences/Squeak/Internet/Untrusted
>
> MetacelloMCVersionSpec(Object)>>error:
>     Receiver: spec blessing: #'development'.
> spec author: 'JohanBrichau'.
> spec timestamp: '12/31/2013 08...etc...
>     Arguments and temporary variables:
>         aString:     'Name not found: Kom'
>     Receiver's instance variables:
>         project:     ConfigurationOfSeaside3(3.0.0-alpha5-baseline
> [ConfigurationOfSeaside3...etc...
>         loader:     a MetacelloFetchingMCSpecLoader(linear load : )
>         versionString:     '3.1.0'
>         blessing:     spec value: #development
>         description:     nil
>         author:     spec value: 'JohanBrichau'
>         timestamp:     spec value: '12/31/2013 08:50'
>         preLoadDoIt:     nil
>         postLoadDoIt:     nil
>         packages:     spec    add: [
>         spec
>             name: 'SPort2';
>             projectReference: [
>                 spe...etc...
>         repositories:     spec
> repository: 'http://smalltalkhub.com/mc/Seaside/Seaside31/ma...etc...
>
> [] in MetacelloMCVersionSpec>>resolveToLoadableSpec:forMap:packages:
>     Receiver: spec blessing: #'development'.
> spec author: 'JohanBrichau'.
> spec timestamp: '12/31/2013 08...etc...
>     Arguments and temporary variables:
> <<error during printing>
>     Receiver's instance variables:
>         project:     ConfigurationOfSeaside3(3.0.0-alpha5-baseline
> [ConfigurationOfSeaside3...etc...
>         loader:     a MetacelloFetchingMCSpecLoader(linear load : )
>         versionString:     '3.1.0'
>         blessing:     spec value: #development
>         description:     nil
>         author:     spec value: 'JohanBrichau'
>         timestamp:     spec value: '12/31/2013 08:50'
>         preLoadDoIt:     nil
>         postLoadDoIt:     nil
>         packages:     spec    add: [
>         spec
>             name: 'SPort2';
>             projectReference: [
>                 spe...etc...
>         repositories:     spec
> repository: 'http://smalltalkhub.com/mc/Seaside/Seaside31/ma...etc...
>
> Any hints what I'm doing wrong?

The "Kom" group is not available for Squeak, try "WebClient" instead.

Cheers
Philippe


More information about the seaside mailing list