March 15, 2009
5:32 p.m.
Hi guys I was going over the chapter on installer and I played a bit with it. But I got the following behavior | monticello | monticello := Installer monticello http: 'http://www.squeaksource.com/BreakOut'. monticello addPackage: 'BreakOut'. monticello install this installed breakout-rj.11 while the latest one is Breakout-rkrk.119 and of course I did not want to load Breakout but BreakOut which is my version. So this experience shows me that Installer is a nice idea but that it has unpredictable behavior --- may be I should reimplement the api I need and make it work (now keith will shout as usual) Lukas is it because of such behavior that you got problem loading seaside or other projects with it? Stef