Stéphane Ducasse wrote:
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 Remember the old adage. Garbage in Garbage Out..
1. give Installer specifics. 2. use the api properly 3. dont expect it to read your mind. You got exactly what you asked for Keith