On 30 nov. 2009, at 13:55, Tudor Girba wrote:

Coming to your issue, this is due to Metacello having no progress bar. However, if you open a Transcript, you will get a progress report. So, now I changed a bit the ConfigurationOfMoose and it opens it for you when you loadDefault. You can get the change in:
ConfigurationOfMoose-tg.33


Actually, that is an excellent idea, because the Transcript gave a glimpse at what happens during these looooooong minutes between Monticello finished loading and the Moose workspace opens. It is compiling stuff :) Maybe there is a way to get UI feedback from the compiler.

And it's finding looooots of undeclared classes and variables, as well as shadowed variable. We should take a look at this (unfortunatenly I should capture the transcript stream in a file, it is too big).
Some undeclared are just work in progress which make their way in the default package, some are from yet to be ported package, some are just basic mistakes.

This one is annoying because it comes every time you manipulate a window.
ScrollPane>>vScrollBarValue: (systemWindow is Undeclared) 

Another surprising thing: package Famix-Tests-Aspix gets loaded, but it should not (and it's not specified in the configuration). I don't understand how.

--
 Simon