Hi,
I am trying to load Moose in a fresh Pharo 2.0 image by doing
Gofer new
smalltalkhubUser: 'Moose' project: 'Moose';
package: 'ConfigurationOfMoose';
load.
(Smalltalk at: #ConfigurationOfMoose)
perform: #loadDevelopment
and it does not load correctly (i.e., there is an error after some minutes)
I also tried #loadMinimal but it does not work either and I got:
MetacelloProjectSpecLoadError: No version found for
'default' of ConfigurationOfMooseAlgos
MetacelloMCProjectSpec>>loadVersion:
MetacelloMCProjectSpec>>load
MetacelloProjectReferenceSpec>>loadUsing:gofer:
MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>linearLoadPackageSpecs:repositories:
in Block: [:pkg | pkg loadUsing: self gofer: gofer]
OrderedCollection>>do:
Can anyone please take a look at the issue and fix the ConfigurationOfMoose?
Cheers,
R