Oh! I am slightly embarrassed :)
I updated ConfigurationOfMooseJEE to use the latest ConfigurationOfMetacello and indeed it works.
But I think this basically means that it starts to make sense to have an abstract configuration in Pharo-Core, because copy paste just does not scale anymore.
Cheers, Doru
p.s. Btw, I love the progress bar :)
On 11 Dec 2009, at 19:24, Dale Henrichs wrote:
Doru,
I looked at the #ensureMetacello method ConfigurationOfMooseJEE, but didn't notice (the first, second and third time that I looked:) that it is using MetacelloConfiguration so latest version isn't getting a recent enough version of Metacello ...
So update the ConfigurationOfMooseJEE class>>ensureMetacello to boot with ConfigurationOfMetacello instead of MetacelloConfiguration...
Dale ----- "Dale Henrichs" dale.henrichs@gemstone.com wrote:
| Doru, | | Things worked fine (well almost fine) with my first try at loading | MooseJEE ... initialization failed in FSPlatformResolver, because | there is no FSUnixResolver, however the Morphic-MorphTreeWidget is | being loaded. I used this expression: | | Gofer new squeaksource: 'MooseJEE'; addPackage: | 'ConfigurationOfMooseJEE'; load. | (Smalltalk at: #ConfigurationOfMooseJEE) perform: #loadDefault | | ... This test was run with 1.0-beta.18 preloaded, so I will try again | with a virgin image... | | Dale | ----- "Tudor Girba" tudor.girba@gmail.com wrote: | | | Hi, | | | | A strange problem, that appeared before but was solved at the time, | | | seems to resurface again in a slightly different context. | | | | It is related to the Morphic-MorphTreeWidget from the Momo | | squeaksource repository. This is needed in Glamour. | | | | Glamour is needed in Moose. | | | | Now, if you load ConfigurationOfMoose, it all works fine: | | | | Gofer new squeaksource: 'Moose'; addPackage: 'ConfigurationOfMoose'; | | | | | load. | | (Smalltalk at: #ConfigurationOfMoose) perform: #loadDefault | | | | However, Moose is needed in MooseJEE. And if you load | | ConfigurationOfMooseJEE it does not work anymore: | | | | Gofer new squeaksource: 'MooseJEE'; addPackage: | | 'ConfigurationOfMooseJEE'; load. | | (Smalltalk at: #ConfigurationOfMooseJEE) perform: #loadDefault | | | | If you look in the packages to load, Morphic-MorphTreeWidget does | not | | | | seem to appear among them in the latter case. | | | | I would need help for this one, if someone has time to look into | that | | :) | | | | Cheers, | | Doru | | | | -- | | www.tudorgirba.com | | | | "The coherence of a trip is given by the clearness of the goal."
-- www.tudorgirba.com
"Presenting is storytelling."