Jan. 21, 2011
5:39 p.m.
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