On Sun, Mar 15, 2009 at 6:32 PM, Stéphane Ducasse <Stephane.Ducasse@inria.fr> wrote:
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
According to http://www.squeaksource.com/BreakOut/: - the latest version of BreakOut is BreakOut-rk.11.mcz. - the latest version of Breakout is Breakout-rkrk.119.mcz The Installer seems to work quite fine for me, just spell the name of the game correctly :-). Moreover, you can write something like the following which is cleaner: Installer ss project: 'BreakOut'; addPackage: 'BreakOut'; install This will install Breakout-rkrk.119.mcz -- Damien Cassou http://damiencassou.seasidehosting.st