Trying to load ViDI in Pharo 4 gives an error
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
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 <pdebruic@gmail.com> 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
Hi,
On 23 Jul 2015, at 22:14, Paul DeBruicker <pdebruic@gmail.com> 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
On 30-07-15 11:29, Esteban Lorenzano wrote:
On 23 Jul 2015, at 22:14, Paul DeBruicker <pdebruic@gmail.com> 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
participants (4)
-
Esteban Lorenzano -
Paul DeBruicker -
Stephan Eggermont -
Yuriy Tymchuk