[squeak-dev] Re: Gofer in Squeak trunk?

Levente Uzonyi leves at elte.hu
Tue Jan 26 23:58:38 UTC 2010


On Wed, 27 Jan 2010, Jeroen van Hilst wrote:

> Randal L. Schwartz wrote:
>> Any objection to including Gofer in a near-future Squeak?
>> 
>
> I noticed yr question about MetaCello and Gofer (in SmallWiki):
>
>
> Randal said:
> "
> So this is my first time using MetaCello, and it looks like to
> bootstrap it from Squeak Trunk, I have to go into the Monticello
> Browser GUI, and pick the latest package of ConfigurationOfMetacello
> manually.
> Is there any way to automate all of this in some sort of "doit"?
> "
>
> I just wanted to say that you could do from trunk now:
>
> squeaksource := Installer repository: 'http://www.squeaksource.com'.
> mcrp := squeaksource project: 'MetacelloRepository'.
> mcrp install: 'ConfigurationOfMetacello'.
> (Smalltalk at: #ConfigurationOfMetacello) perform: #loadLatestVersion

Or just
(Installer ss project: 'MetacelloRepository') install: 'ConfigurationOfMetacello'.
(Smalltalk at: #ConfigurationOfMetacello) perform: #loadLatestVersion.


Levente

>
>
> 	- Jeroen
>
>
>



More information about the Squeak-dev mailing list