[BUG] SqueakMap 1.09 loading fails

goran.krampe at bluefish.se goran.krampe at bluefish.se
Thu Oct 9 09:20:41 UTC 2003


Avi Bryant <avi at beta4.com> wrote:
> 
> On Thu, 9 Oct 2003 goran.krampe at bluefish.se wrote:
> 
> > Nope, I am at fault here. The next problem is that... Avi hasn't had
> > time to update the package "MCInstaller" according to my instructions.
> > That is the "proceed for truth"-problem. The load script currently
> > relies on that.
> 
> I was waiting for you to send me the fix you made so I can include it in
> MCInstaller.st (I don't wanna just remove the class as you requested
> because then MCInstaller will stop working for people that have the old
> SM).

Eh... right. %$&!

Ok, just change SMMcInstaller>>install to:
install
	"This service should bring the package to the client,
	unpack it if necessary and install it into the image.
	The package is notified of the installation."

	self download; fileIn.
	package noteInstalled

---
That should do it. So if you do this fix in MCInstaller and... hrm. Ok,
so moving this class to SqueakMap Base was perhaps not so smart then.
Whatever, it's in there now anyway.

regards, Göran



More information about the Squeak-dev mailing list