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 <vitormc...@gmail.com>
wrote:

> 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.
>
> And I got the following error:
>
> "Could not resolve: BaselineOfTonel [BaselineOfTonel] in
> C:\Users\Vitor\Documents\Pharo\images\Pharo 6.1
> (stable)\pharo-local\package-cache http://smalltalkhub.com/mc/
> Pharo/MetaRepoForPharo30/main/"
>
> Which is the same I got with my own project. I tried using 'repository:'
> also, but got the same error.
>
> Am I doing something wrong?
>
> cheers,
> Vitor.
>
>
> <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
>  Livre
> de vírus. www.avg.com
> <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>.
> <#m_1552980269475238850_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>

Reply via email to