Hi,

try also adding this
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Gofer new��
smalltalkhubUser: 'Moose' project: 'GToolkit';
package: 'GT-InspectorExtensions-CoreRoassal';
load.
Gofer new��
smalltalkhubUser: 'Moose' project: 'Glamour';
package: 'Glamour-Tools';
package: 'Glamour-Roassal2-Presentations';
load.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Peter

On Mon, Mar 30, 2015 at 7:57 PM, Volkert <volkert@komponentenwerkstatt.de> wrote:
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