Loading Seaside in fresh pharo 4
Lyn Headley <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <CAGsKgxy31Ciphw5n0jsbx7tQrPqXxCb8wFyVEC+aWsqMv6zsYw@mail.gmail.com> |
Hello, I am trying to load seaside into a fresh pharo4 image. If I load ConfigurationOfSeaside3 from the configuration browser, and then execute the following code: (ConfigurationOfSeaside3 project version: #stable) load: 'ALL'. It runs for a while, and then says, This package depends on the following classes: WAServerAdaptorBrowser OBCommand You must resolve these dependencies before you will be able to load these definitions: cmdWebServerEnableSSLHandler WAWebServerSSLCommand addItemToMenu: execute group isActive isEnabled label I proceed, to: This package depends on the following classes: BlockContext ContextPart You must resolve these dependencies before you will be able to load these definitions: processHttpRequest: stackDo: , and then I get an error which I have not captured (sorry)... Any ideas what I am doing wrong? Lyn _______________________________________________ seaside mailing list [email protected] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside