[Q] Status of Pier loading script ?

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

[Q] Status of Pier loading script ?

Edgar De Cleene
[Q] Status of Pier loading script ?  Hi:

The last time I build FunSqueak, use the following script without any troubles

Installer squeaksource
                    project: 'MetacelloRepository';
                   install: 'ConfigurationOfSeaside30';
                    install: 'ConfigurationOfMagritte2';
                    install: 'ConfigurationOfPier2';
 install: 'ConfigurationOfPierAddOns2'.


             (Smalltalk at: #ConfigurationOfSeaside30) load.
           (Smalltalk at: #ConfigurationOfMagritte2) load.
            (Smalltalk at: #ConfigurationOfPier2) load.

          (Smalltalk at: #ConfigurationOfPierAddOns2) load.

When try in the .image in process i working on , have the attached walkback
Yesterday i cook the dirty solution attached, the cause is 'Swazoo-2.3beta1'  versionNumber seems nil.
Any have this and a better solution ?

Edgar



SqueakDebug.log (4K) Download Attachment
GoferResolvedReference-<=.st (1K) Download Attachment