Hi,
can someone tell me, how to load Roassal2 into a Pharo4.0 Image? Or is it not a good
idea with the current state of Pharo4.0?
Gofer it
�� �� smalltalkhubUser: 'ObjectProfile' project: 'Roassal2';
�� �� configurationOf: 'Roassal2';
�� �� loadDevelopment
loaded it, but it the examples do not work with playground.
I also tried
Gofer new
�� smalltalkhubUser: 'Moose' project: 'Glamour';
�� package: 'ConfigurationOfGlamour';
�� load.
(Smalltalk at: #ConfigurationOfGlamour)
�� perform: #loadDevelopment
to load it in the latest Image�� #40587, but it failed.
I have absolutely no idea, what depends on what ...
BW
Volkert