Trying to load ViDI in Pharo 4 gives an error

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Trying to load ViDI in Pharo 4 gives an error

Paul DeBruicker
Hi -


When I run this:


Gofer new
 smalltalkhubUser: 'YuriyTymchuk'
 project: 'Configuration';
 configurationOf: 'Vidi';
 load.
#ConfigurationOfVidi asClass loadStable


I get a error that the 1.2.14 version of ConfigruationOfRubric cannot be found.  The ConfigurationOfRubric is loaded from the

MCSmalltalkhubRepository
        owner: 'AlainPlantec'
        project: 'Rubric'
        user: ''
        password: ''


repo.  Is there another one it should be loading?


Thanks

Paul
Reply | Threaded
Open this post in threaded view
|

Re: Trying to load ViDI in Pharo 4 gives an error

Uko2
Hi,

I will take a look at that, but at the moment I’m in the airport awaiting my flight, and it’s not very comfortable to debug configurations here. Please be patient :)

Cheers
Uko

> On 23 Jul 2015, at 22:14, Paul DeBruicker <[hidden email]> wrote:
>
> Hi -
>
>
> When I run this:
>
>
> Gofer new
> smalltalkhubUser: 'YuriyTymchuk'
> project: 'Configuration';
> configurationOf: 'Vidi';
> load.
> #ConfigurationOfVidi asClass loadStable
>
>
> I get a error that the 1.2.14 version of ConfigruationOfRubric cannot be found.  The ConfigurationOfRubric is loaded from the
>
> MCSmalltalkhubRepository
> owner: 'AlainPlantec'
> project: 'Rubric'
> user: ''
> password: ''
>
>
> repo.  Is there another one it should be loading?
>
>
> Thanks
>
> Paul


Reply | Threaded
Open this post in threaded view
|

Re: Trying to load ViDI in Pharo 4 gives an error

EstebanLM
In reply to this post by Paul DeBruicker
Hi,

> On 23 Jul 2015, at 22:14, Paul DeBruicker <[hidden email]> wrote:
>
> Hi -
>
>
> When I run this:
>
>
> Gofer new
> smalltalkhubUser: 'YuriyTymchuk'
> project: 'Configuration';
> configurationOf: 'Vidi';
> load.
> #ConfigurationOfVidi asClass loadStable
>
>
> I get a error that the 1.2.14 version of ConfigruationOfRubric cannot be found.  The ConfigurationOfRubric is loaded from the
>
> MCSmalltalkhubRepository
> owner: 'AlainPlantec'
> project: 'Rubric'
> user: ''
> password: ''
>
>
> repo.  Is there another one it should be loading?

Rubric has been moved to Pharo/Rubric

Esteban

>
>
> Thanks
>
> Paul


Reply | Threaded
Open this post in threaded view
|

Re: Trying to load ViDI in Pharo 4 gives an error

Stephan Eggermont-3
On 30-07-15 11:29, Esteban Lorenzano wrote:

>> On 23 Jul 2015, at 22:14, Paul DeBruicker <[hidden email]> wrote:
>> I get a error that the 1.2.14 version of ConfigruationOfRubric cannot be found.  The ConfigurationOfRubric is loaded from the
>>
>> MCSmalltalkhubRepository
>> owner: 'AlainPlantec'
>> project: 'Rubric'
>> user: ''
>> password: ''
>>
>>
>> repo.  Is there another one it should be loading?
>
> Rubric has been moved to Pharo/Rubric

That is not a problem in the configuration of Vidi
but in one of the configurations it uses

Stephan