El mar, 26-01-2010 a las 14:15 -0800, Randal L. Schwartz escribió:
>>>> "Lukas" == Lukas Renggli <renggli(a)gmail.com> writes:
Lukas> As far as I know there are no bugs. There are daily builds at
Lukas> <http://hudson.lukas-renggli.ch/job/Seaside%203.0/>. And Dale made a
Lukas> Metacello definition at <http://www.squeaksource.com/metacello/>, I
Lukas> have not tested that one myself though.
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"?
No way unless squeak trunk includes Gofer as part of the image.
Gofer is used to bootstrap metacello.
With gofer installed in the image (or by monticello browser in
source.lukas-renggli.ch/gofer) evaluate:
Gofer it
squeaksource: 'MetacelloRepository';
package: 'ConfigurationOfMetacello';
load.
(Smalltalk at: #ConfigurationOfMetacello) perform: #loadLatestVersion
Cheers
--
Miguel Cobá
http://miguel.leugim.com.mx