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-…
Sent from the Moose mailing list archive at
Nabble.com.