You are trying to load Tonel but not telling Metacello where to load it from:Metacello new repository: 'github://pharo-vcs/tonel'; baseline: 'Tonel'; load.Tells Metacello to load the packages in BaselineOfTonel from https://github.com/pharo-vcs/tonel On 29 December 2017 at 09:53, Vitor Medina Cruz <vitormcruz@gmail.com> wrote:Vitor.cheers,Which is the same I got with my own project. I tried using 'repository:' also, but got the same error.And I got the following error:Hello,I am experimenting with Metacello but I am having problems to test my configuration. First I thought the problem was with my configuration, but after serveral atemps I tried to fetch an arbitrary Baseline from default image:
Metacello new
className: 'BaselineOfTonel';
baseline: 'Tonel';
fetch.
"Could not resolve: BaselineOfTonel [BaselineOfTonel] in C:\Users\Vitor\Documents\Pharo\images\Pharo 6.1 (stable)\pharo-local\package-c ache http://smalltalkhub.com/mc/Pha ro/MetaRepoForPharo30/main/ "Am I doing something wrong?