Hello,

I am trying to load SmalltalkHub in my image.

So far:

Seaside 3 is in
MongoTalk is in

I do have an issue with

Gofer new
    url: 'http://ss3.gemstone.com/ss/Kaliningrad';
    package: 'ConfigurationOfKaliningrad';
    load.
((Smalltalk at: #ConfigurationOfKaliningrad) project version: '0.1.1') load.

Which complains about the BlockContext since it references something that
has it inside.

Is there any set of packages to load that properly?

I'd like to have STH has a starting point for Amber+Pharo apps.

Thx!

Phil

Reply via email to