I try load the mirror in the 1.3 image and I get this warning: This package depends on the following classes: ObjectAsMethodWrapper You must resolve these dependencies before you will be able to load these definitions: MRAfterWrapper MRAfterWrapper>>install MRAfterWrapper>>installed MRAfterWrapper>>installed: MRAfterWrapper>>run:with:in: MRAfterWrapper>>uninstall
Then, I fix it this: Gofer new url: 'http://dsal.cl/squeaksource/ObjectsAsMethodsWrap'; package: 'ObjectAsMethodWrapper'; url: 'http://dsal.cl/squeaksource/MonticelloRedirect'; package: 'MontiRedirect'; load. 2012/1/16 Guillermo Polito <[email protected]> > Hmm, What do you think about having this loaded in the core image, and a > setting for it? :D > > I can't remember all the time how to download it :( > > ---------- Forwarded message ---------- > From: Francois Stephany <[email protected]> > Date: Tue, Jan 10, 2012 at 9:27 PM > Subject: Re: [Pharo-project] Squeaksource is... up, but just barely > To: [email protected] > > > Same here. Timeouts when loading stuff :/ > > In the mean time I use the Chilean mirror. Pretty simple: > > Gofer new > url: 'http://dsal.cl/squeaksource/MonticelloRedirect'; > package: 'MontiRedirect'; > load. > > MRManager redirectFrom: 'http://www.squeaksource.com/' to: ' > http://dsal.cl/squeaksource/'. > > > > > On 10/01/12 15:54, Sean P. DeNigris wrote: > >> It's very... very... slow... (enough that Metacello loads are timing out) >> >> -- >> View this message in context: >> http://forum.world.st/Squeaksource-is-up-but-just-barely-tp4283895p4283895.html >> Sent from the Pharo Smalltalk mailing list archive at Nabble.com. >> >> > -- > http://tulipemoutarde.be > BE: +32 (0)65 709 131 > CA: +1 778 558 3225 > > >
