Nov. 17, 2010
5:44 p.m.
Sergio, I just tried a load into Pharo1.1.1 Latest update: #11414 with no problem, which means that it probably isn't a configuration/metacello issue ... I'll hunt for a "Pharo-1.1-11411 Latest update: #11411" to see if I can reprodduce the problem there ... a stack from your error would help me figure out what might be the real issue... Dale On 11/16/2010 11:45 PM, sergio_101 wrote:
i am trying to install pier into my development machine:
Pharo-1.1-11411 Latest update: #11411
using this:
Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfPier2'; load.
but when i do this:
(Smalltalk at: #ConfigurationOfPier2) load.
i get this:
Error: key not found
any ideas? thanks!