Hmm. Ok. Perhaps it is due to a change that appeared in the meantime and it could be unrelated to 2.6-snapshot because that it not changed.

Until we figure it out, you could just point your repository to MetaRepoForPharo20 instead of the Glamour one:
spec project: 'Glamour' with: [
                        spec
                                className: 'ConfigurationOfGlamour';
                                repository: 'http://ss3.gemstone.com/ss/MetaRepoForPharo20';
                                versionString: '2.6-snapshot' ].

Cheers,
Doru




On Sun, Jan 26, 2014 at 5:00 PM, MartinW <wm@fastmail.fm> wrote:
Tudor Girba-2 wrote
> I just loaded Glamour via the ConfigurationBrowser in a fresh 2.0 image
> and
> everything goes well. This loaded version 2.6-snapshot which is marked as
> stable for Pharo 2.0.
> What exactly are you trying to do?

I use it in ConfigurationOfThelonious. My baseline looks like this:

-----------------------------------------
baseline22: spec
        <version: '2.2-baseline'>

        spec for: #common do: [
                spec blessing: #baseline.
                spec repository: 'http://smalltalkhub.com/mc/MartinWalk/Thelonious/main'.
                spec project: 'Spy' with: [
                        spec
                                className: 'ConfigurationOfSpy';
                                repository: 'http://smalltalkhub.com/mc/MartinWalk/Spy/main';
                                versionString: '1.2' ].
                spec project: 'Glamour' with: [
                        spec
                                className: 'ConfigurationOfGlamour';
                                repository: 'http://smalltalkhub.com/mc/Moose/Glamour/main';
                                versionString: '2.6-snapshot' ].
                spec
                        package: 'Thelonious-Core' with: [ spec requires: 'Spy' ];
                        package: 'Thelonious-ExampleScenario' with: [ spec requires:
'Thelonious-Core' ];
                        package: 'Thelonious-FaultLocators' with: [ spec requires:
'Thelonious-Core' ];
                        package: 'Thelonious-Glamorous-UI' with: [ spec requires:
#('Thelonious-Core' 'Glamour') ];

                        package: 'Thelonious-Tests-Core' with: [ spec requires:
#('Thelonious-Core' 'Thelonious-ExampleScenario') ];
                        package: 'Thelonious-Tests-FaultLocators' with: [ spec requires:
#('Thelonious-FaultLocators' 'Thelonious-Tests-Core') ];
                        package: 'Thelonious-Tests-Glamorous-UI' with: [ spec requires:
#('Thelonious-Glamorous-UI' 'Thelonious-Tests-Core') ]]
————————————————————

In the version method i do nothing that references Glamour.

I also tried to load Glamour in a fresh 2.0 image, and i always get the
"MessageNotUnderstood: Character>>ensure:" error.
A funny thing when trying to load Glamour via the ConfigurationBrowser is,
that in the ConfigurationBrowser window it says "Glamour(TudorGirba.123)“
but in the Monticello Browser i see that
ConfigurationOfGlamour(TudorGirba.130) gets loaded, that is not even present
when i open the MetaRepoForPharo20??



--
View this message in context: http://forum.world.st/Issue-1043-in-moose-technology-Can-t-load-glamour-on-Pharo-2-0-tp4738403p4739451.html
Sent from the Moose mailing list archive at Nabble.com.

_______________________________________________
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



--
www.tudorgirba.com

"Every thing has its own flow"