Jan. 22, 2011
7:11 p.m.
I was slow...seems it is already fixed. Anyway, Panu, if you want to write a chapter, please let me know and I provide you with a user. You can write about GlorpDBX now that you are an expert ;) cheers mariano On Fri, Jan 21, 2011 at 6:39 PM, Stéphane Ducasse <stephane.ducasse@inria.fr
wrote:
thanks panu
we will update the collabactive book
On Jan 21, 2011, at 2:28 PM, Panu Suominen wrote:
I was not sure if this is the right list.
There is example like this in logging chapter of the Pharo book:
Gofer new project: 'Logging'; package: 'ProcessSpecific'; package: 'Logging'; load
It does not work. Maybe it should be:
Gofer new squeaksource: 'Logging'; package: 'ProcessSpecific'; package: 'Logging'; load
-- Panu