Re: [Pharo-users] Problem Loading Roassal 2 development in Pharo 4

2015-09-25 Thread stepharo
alex did you add this version as stable for pharo40 in the configuration? Because this is a nice way to document that a version can load in a given version. Stef Le 24/9/15 22:42, Alexandre Bergel a écrit : Should work now. Sorry about that. Roassal2 can be loaded in Pharo 4 using: Gofer it

Re: [Pharo-users] Problem Loading Roassal 2 development in Pharo 4

2015-09-25 Thread Offray Vladimir Luna Cárdenas
Hi, I have changed the grafoscopio install script by this: http://ws.stfx.eu/8ACI49YES8Y4 trying to refer to a stable version of Roassal. Still I get this error: This package depends on the following classes: GTExampleFinder You must resolve these dependencies before you will be abl

Re: [Pharo-users] Problem Loading Roassal 2 development in Pharo 4

2015-09-25 Thread Offray Vladimir Luna Cárdenas
Thanks Alexandre, This week we're on our second version of the dataweek[1]. After installing grafoscopio (based on Roassal and GT-Tools) the next activity was to browse the examples, but in the workshop we got an error, so we weren't capable of see anything. In our previous workshop, browsing

Re: [Pharo-users] Problem Loading Roassal 2 development in Pharo 4

2015-09-24 Thread Alexandre Bergel
Should work now. Sorry about that. Roassal2 can be loaded in Pharo 4 using: Gofer it smalltalkhubUser: 'ObjectProfile' project: 'Roassal2'; configurationOf: 'Roassal2'; loadVersion: '1.15’. Cheers, Alexandre > On Sep 21, 2015, at 4:15 PM, Johan Fabry wrote: > > Hi all, > > I cann

Re: [Pharo-users] Problem Loading Roassal 2 development in Pharo 4

2015-09-23 Thread Johan Fabry
Sadly, it does not load here (see below). Plus you can use package: 'Roassal2Spec' with: 'Roassal2Spec-johanfabry.10’; that loads in Pharo4 as well. This package depends on the following classes: RTExampleSelection You must resolve these dependencies before you will be able to load these defin

Re: [Pharo-users] Problem Loading Roassal 2 development in Pharo 4

2015-09-21 Thread Alexandre Bergel
hi! I have create the last version before the braking change: Gofer it smalltalkhubUser: 'ObjectProfile' project: 'Roassal2'; configurationOf: 'Roassal2'; loadVersion: '1.15’. In Pharo 4 this loads well. But the examples are not browsable… Let me know how it goes Alexandre > On S

Re: [Pharo-users] Problem Loading Roassal 2 development in Pharo 4

2015-09-21 Thread Johan Fabry
I understand the problem, but could you update the development version so that it loads the latest version that does work in Pharo 4? Switching to Pharo 5 is not an option for me right now, and I fear the stable version of Roassal2 is much too old to be useful for me. > On Sep 21, 2015, at 16:

Re: [Pharo-users] Problem Loading Roassal 2 development in Pharo 4

2015-09-21 Thread Alexandre Bergel
Doru is right. Roassal2 depends on GT-Inspector to visualize views and the example finding. Currently, GT-Inspector does not load in Pharo 4. Apparently due to Rubric. Apparently, time is to move to Pharo 5. Alexandre > On Sep 21, 2015, at 4:25 PM, Tudor Girba wrote: > > I do not think this

Re: [Pharo-users] Problem Loading Roassal 2 development in Pharo 4

2015-09-21 Thread Peter Uhnák
> I do not think this is possible. The development of Roassal2 happens in Pharo > 5. It's missing GTExampleFinder even in Pharo5, because the development happens in Moose ;) (Unless Pharo 5 has been updated in the meantime and the problem fixed itself.) In any case, this just breaks Roassal exam

Re: [Pharo-users] Problem Loading Roassal 2 development in Pharo 4

2015-09-21 Thread Tudor Girba
I do not think this is possible. The development of Roassal2 happens in Pharo 5. Cheers, Doru On Mon, Sep 21, 2015 at 9:15 PM, Johan Fabry wrote: > Hi all, > > I cannot load Roassal2 development in Pharo 4, it’s missing the > GTExampleFinder class (full message below). I can proceed through and

Re: [Pharo-users] Problem Loading Roassal 2 development in Pharo 4

2015-09-21 Thread Stephan Eggermont
On 21-09-15 21:15, Johan Fabry wrote: Hi all, I cannot load Roassal2 development in Pharo 4, it’s missing the GTExampleFinder class (full message below). I can proceed through and still get a reasonably working version though (I guess without some examples, have not tried it as I don’t need t

[Pharo-users] Problem Loading Roassal 2 development in Pharo 4

2015-09-21 Thread Johan Fabry
Hi all, I cannot load Roassal2 development in Pharo 4, it’s missing the GTExampleFinder class (full message below). I can proceed through and still get a reasonably working version though (I guess without some examples, have not tried it as I don’t need them) Would it be possible to fix the de