>>>> "Miguel" == Miguel Enrique
Cobá Martinez <miguel.coba(a)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(a)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