2011/4/20 Tobias Pape <[email protected]>: > > Am 2011-04-20 um 14:19 schrieb Torsten Bergmann: > >> Hi Tobias, >> >> looks like it is basically working. I used a clean Pharo 1.2.1, then loaded >> Seaside >> >> Gofer new >> squeaksource: 'MetacelloRepository'; >> package: 'ConfigurationOfSeaside30'; >> load. >> >> ((Smalltalk at: #ConfigurationOfSeaside30) project latestVersion) load. >> >> >> then loaded you script: >> >> >> Gofer new >> squeaksource: 'MetacelloRepository'; >> package: 'ConfigurationOfSqueakSource'; >> load. >> ((Smalltalk at: #ConfigurationOfSqueakSource) project version: #development) >> load. >> >> After that I started Seaside using the seaside control panel >> and went to http://localhost:9094/installSS >> >> I got two errors, but after proceeding I was able to run >> an instance of SS3. Cool. > > I would be certainly interested in the errors.
In a Squeak 4.2 image with seaside preloaded, trying to install SqueakSource3, the first error coming is: MessageNotUnderstood: MethodContext>>tempScopedNames (seems to be in WAPharoWalkback).
