On Thu, Jan 7, 2010 at 1:23 AM, Dale Henrichs <dale.henrichs@gemstone.com>wrote:
Mariano,
I've updated ConfigurationOfMetacello so that ensureMetacello method works on 10504 and later Pharo images. FYI, since 1.0-beta.18 is still the 'latest version' Gofer-lr.109 will be loaded over the top of Gofer-Core, but things appear to still be functional.
When I release 1.0-beta.19, the Gofer-Core packages will be loaded and used moving forward. I'm in the middle of development of 1.0-beta.19 and not quite ready to turn it loose.
Thanks Dale. I tested again now and it works :) Thank you very much.
Dale ----- "Mariano Martinez Peck" <marianopeck@gmail.com> wrote:
| The error is Working copy for Gofer not found | | To reproduce it, update your Pharo 1.0 core image to 10505 and | evaluate any | load of any ConfigurationOf...for example | | (ConfigurationOfPharoMorphicExtras project version: '1.0') load | | The error is not even fixed evaluating: | | [ Gofer gofer load ] | on: Error | do: [ :err | err retry ]. | Gofer gofer recompile. | | I attach PharoDebug.log | | Any help? | | Thanks | | Mariano