SmalltalkHub and KOAmberJSFileLibrary

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

SmalltalkHub and KOAmberJSFileLibrary

philippeback
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
    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