Pharo 4.0 / Roassal2
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
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
Thanks Peter. Ok this work. Gofer it smalltalkhubUser: 'ObjectProfile' project: 'Roassal2'; configurationOf: 'Roassal2'; loadDevelopment 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. BW, Volkert Am 30.03.2015 um 21:00 schrieb Peter Uhnák:
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 <mailto: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
participants (2)
-
Peter Uhnák -
Volkert