pier2?

Randal L. Schwartz merlyn at stonehenge.com
Wed Jan 27 02:16:39 MET 2010


>>>>> "Miguel" == Miguel Enrique Cobá Martinez <miguel.coba at gmail.com> writes:

Miguel> No way unless squeak trunk includes Gofer as part of the image. 

So this is the shortest Squeak-Trunk way to load Pier2, as a .cs file:

    (Installer ss project: 'MetacelloRepository')
       install: 'ConfigurationOfMetacello';
       install: 'ConfigurationOfPier2'!
    ConfigurationOfMetacello loadLatestVersion!
    ConfigurationOfMetacello project latestVersion load: #('UI')!
    ConfigurationOfPier2 load!

There might be a way to combine the second and third step, but this works.
And loading the UI is needed for Pier2, apparently (?)

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn at stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion



More information about the smallwiki mailing list