Re: [Pharo-users] Question about loading Roassal2 in Pharo4

2015-03-24 Thread Javier Pimás
OK, that did the trick, thank you! On Tue, Mar 24, 2015 at 2:22 PM, Andrei Chis wrote: > Use: > > Gofer new > smalltalkhubUser: 'Moose' project: 'Glamour'; > package: 'Glamour-Tools'; > package: 'Glamour-Roassal2-Presentations'; > load > > > On Tue, Mar 24, 2015 at 6:15 PM, Javier Pimás

Re: [Pharo-users] Question about loading Roassal2 in Pharo4

2015-03-24 Thread Andrei Chis
Use: Gofer new smalltalkhubUser: 'Moose' project: 'Glamour'; package: 'Glamour-Tools'; package: 'Glamour-Roassal2-Presentations'; load On Tue, Mar 24, 2015 at 6:15 PM, Javier Pimás wrote: > Loading Glamour-Tools was ok with: > > Gofer new > smalltalkhubUser: 'Moose' project: 'GToolkit'

Re: [Pharo-users] Question about loading Roassal2 in Pharo4

2015-03-24 Thread Javier Pimás
Loading Glamour-Tools was ok with: Gofer new smalltalkhubUser: 'Moose' project: 'GToolkit'; package: 'Glamour-Tools'; load Yet, I don't know where to find Glamour-Roassal2-Presentations package On Mon, Mar 23, 2015 at 5:17 PM, Andrei Chis wrote: > You should also load the packages Glamour-Too

Re: [Pharo-users] Question about loading Roassal2 in Pharo4

2015-03-23 Thread Andrei Chis
You should also load the packages Glamour-Tools and Glamour-Roassal2-Presentations from the Glamour repo. Cheers, Andrei On Mon, Mar 23, 2015 at 8:49 PM, Javier Pimás wrote: > Hi guys, I see the same problem with latest pharo4. I loaded gt extensions > for roassal but now I get a message not u

Re: [Pharo-users] Question about loading Roassal2 in Pharo4

2015-03-23 Thread Javier Pimás
Hi guys, I see the same problem with latest pharo4. I loaded gt extensions for roassal but now I get a message not understood when selecting the examples. I'm loading roassal and the extensions with Gofer it smalltalkhubUser: 'ObjectProfile' project: 'Roassal2'; configurationOf: 'Roassal2'

Re: [Pharo-users] Question about loading Roassal2 in Pharo4

2015-01-08 Thread stepharo
You understand what I wrote in the Pharo vision document about the process that we should get automated and in place before really be fully modular. Stef Hi, Let's not panic :). The situation is like this: - in Pharo 4, we have ConfigurationOfGlamourCore loaded which does not have the Roassa

Re: [Pharo-users] Question about loading Roassal2 in Pharo4

2015-01-07 Thread Marcus Denker
> On 07 Jan 2015, at 10:52, Tudor Girba wrote: > > At the moment it loads the stable version of Glamour, and the loading is > triggered manually. We still have to fine tune the process. > We need to get fixes in faster… right now e.g. Spotter is broken since 2 weeks. https://pharo.fo

Re: [Pharo-users] Question about loading Roassal2 in Pharo4

2015-01-07 Thread Tudor Girba
At the moment it loads the stable version of Glamour, and the loading is triggered manually. We still have to fine tune the process. Cheers, Doru On Wed, Jan 7, 2015 at 2:50 PM, Alexandre Bergel wrote: > But the build of Pharo 4 should not load the latest version of > ConfigurationOfGlamourCore

Re: [Pharo-users] Question about loading Roassal2 in Pharo4

2015-01-07 Thread Alexandre Bergel
But the build of Pharo 4 should not load the latest version of ConfigurationOfGlamourCore? Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Jan 7, 2015, at 10:39 AM, Tudor Girba wrote:

Re: [Pharo-users] Question about loading Roassal2 in Pharo4

2015-01-07 Thread Tudor Girba
Hi, Let's not panic :). The situation is like this: - in Pharo 4, we have ConfigurationOfGlamourCore loaded which does not have the Roassal2 presentation - to get the Roassal2 presentation, you have to load ConfigurationOfGlamour (so, the full Glamour) - an extra problem can come from the configu

Re: [Pharo-users] Question about loading Roassal2 in Pharo4

2015-01-07 Thread Andrei Chis
I'm looking at this now. Cheers, Andrei On Wed, Jan 7, 2015 at 2:26 PM, Alexandre Bergel wrote: > You also need Glamour-Roassal2-Presentations. But the last version does > not seem to load. > > Any idea how to fix this situation? > > Cheers, > Alexandre > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._

Re: [Pharo-users] Question about loading Roassal2 in Pharo4

2015-01-07 Thread Alexandre Bergel
You also need Glamour-Roassal2-Presentations. But the last version does not seem to load. Any idea how to fix this situation? Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On

Re: [Pharo-users] Question about loading Roassal2 in Pharo4

2015-01-07 Thread Sven Van Caekenberghe
Thx. I loaded GT-InspectorExtensions-CoreRoassal-AndreiChis.25 but then I get Author: SvenVanCaekenberghe Date: 2015-01-07T14:20:37.659713+01:00 GLMCompositePresentation(Object)>>doesNotUnderstand: #roassal2 RTView>>gtInspectorViewIn: [ :eachPragma | (eachPragma selector findTokens: $:) size =

Re: [Pharo-users] Question about loading Roassal2 in Pharo4

2015-01-07 Thread Alexandre Bergel
Hi Andrei, I’ve just checked, and the version Glamour-Roassal2-Presentations-TudorGirba.33 cannot be loaded in Pharo 4. Apparently in Pharo 4 Glamour is not updated. Glamour-Tools is missing in Pharo 4. But, Glamour is not updated in Roassal4 when there are some commit in the Glamour reposito

Re: [Pharo-users] Question about loading Roassal2 in Pharo4

2015-01-07 Thread Andrei Chis
Hi, There is one extra package that you need to load from the GToolkit repository: GT-InspectorExtensions-CoreRoassal It contains all the inspector extensions that depend on roassal and thus cannot be integrated into Pharo. Cheers, Andrei On Wed, Jan 7, 2015 at 1:35 PM, Sven Van Caekenberghe w

[Pharo-users] Question about loading Roassal2 in Pharo4

2015-01-07 Thread Sven Van Caekenberghe
Hi, I just loaded Roassal2 in Pharo4 using the following expression: Gofer it smalltalkhubUser: 'ObjectProfile' project: 'Roassal2'; configurationOf: 'Roassal2'; loadStable. When I try one of the examples I see that I am missing some GT presentations specific to Roassal. How should I