Error when upgrading seaside 3.0 image for squeak 4.1

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

Error when upgrading seaside 3.0 image for squeak 4.1

LawsonEnglish
  I download the seaside 3.0 "expert install" files from
http://www.squeak.org/Download/ ...

I access localhost:8080 and click "browse" from the welcome page. Works
as expected.

Then I run each of the three Installer scripts as specified in the
window: "Seaside 3.0 and Squeak 4.1"  (see below) and again click
"browse" from the welcome page. This time, I get an error in Squeak:

messagenotunderstood: Set>>sorted



Installer scripts used:

     Installer squeaksource
         project: 'MetacelloRepository';
         install: 'ConfigurationOfSeaside30'.
     (Smalltalk at: #ConfigurationOfSeaside30) load.

     Installer squeaksource
         project: 'MetacelloRepository';
         install: 'ConfigurationOfMagritte2'.
     (Smalltalk at: #ConfigurationOfMagritte2) load.

     Installer squeaksource
         project: 'MetacelloRepository';
         install: 'ConfigurationOfPier2'.
     (Smalltalk at: #ConfigurationOfPier2) load.

Reply | Threaded
Open this post in threaded view
|

Re: Error when upgrading seaside 3.0 image for squeak 4.1

LawsonEnglish
  If I start with a clean version of squeak 4.1, and run those scripts,
it seems to work fine.

However, the Pier-Setup package is no longer loaded with
ConfigurationOfPier2 (if it ever was).

You must run  the following before you can evaluate: PRDistribution register

     Installer squeaksource
         project: 'MetacelloRepository';
         install: 'ConfigurationOfPierAddOns2'.
     (Smalltalk at: #ConfigurationOfPierAddOns2) load.



On 10/19/10 3:41 AM, Lawson English wrote:

>  I download the seaside 3.0 "expert install" files from
> http://www.squeak.org/Download/ ...
>
> I access localhost:8080 and click "browse" from the welcome page.
> Works as expected.
>
> Then I run each of the three Installer scripts as specified in the
> window: "Seaside 3.0 and Squeak 4.1"  (see below) and again click
> "browse" from the welcome page. This time, I get an error in Squeak:
>
> messagenotunderstood: Set>>sorted
>
>
>
> Installer scripts used:
>
>     Installer squeaksource
>         project: 'MetacelloRepository';
>         install: 'ConfigurationOfSeaside30'.
>     (Smalltalk at: #ConfigurationOfSeaside30) load.
>
>     Installer squeaksource
>         project: 'MetacelloRepository';
>         install: 'ConfigurationOfMagritte2'.
>     (Smalltalk at: #ConfigurationOfMagritte2) load.
>
>     Installer squeaksource
>         project: 'MetacelloRepository';
>         install: 'ConfigurationOfPier2'.
>     (Smalltalk at: #ConfigurationOfPier2) load.
>
>