Davide,

I don't know what you are doing, exactly.

If I download a fresh Pharo 7.0.4 (64bit on macOS), and I execute the expression

Metacello new
  repository: 'github://svenvc/NeoJSON/repository';
  baseline: 'NeoJSON';
  load.

it loads as expected, with the following in the Transcript

Fetched -> BaselineOfNeoJSON-CompatibleUserName.1551110229 --- 
g...@github.com:svenvc/NeoJSON.git[master] --- 
g...@github.com:svenvc/NeoJSON.git[master]
Loaded -> BaselineOfNeoJSON-CompatibleUserName.1551110229 --- 
g...@github.com:svenvc/NeoJSON.git[master] --- 
g...@github.com:svenvc/NeoJSON.git[master]
Loading baseline of BaselineOfNeoJSON...
Fetched -> Neo-JSON-Core-CompatibleUserName.1551110229 --- 
g...@github.com:svenvc/NeoJSON.git[master] --- 
g...@github.com:svenvc/NeoJSON.git[master]
Fetched -> Neo-JSON-Tests-CompatibleUserName.1551110229 --- 
g...@github.com:svenvc/NeoJSON.git[master] --- 
g...@github.com:svenvc/NeoJSON.git[master]
Fetched -> Neo-JSON-Pharo-Core-CompatibleUserName.1551110229 --- 
g...@github.com:svenvc/NeoJSON.git[master] --- 
g...@github.com:svenvc/NeoJSON.git[master]
Fetched -> Neo-JSON-Pharo-Tests-CompatibleUserName.1551110229 --- 
g...@github.com:svenvc/NeoJSON.git[master] --- 
g...@github.com:svenvc/NeoJSON.git[master]
Loaded -> Neo-JSON-Core-CompatibleUserName.1551110229 --- 
g...@github.com:svenvc/NeoJSON.git[master] --- cache
Loaded -> Neo-JSON-Tests-CompatibleUserName.1551110229 --- 
g...@github.com:svenvc/NeoJSON.git[master] --- cache
Loaded -> Neo-JSON-Pharo-Core-CompatibleUserName.1551110229 --- 
g...@github.com:svenvc/NeoJSON.git[master] --- cache
Loaded -> Neo-JSON-Pharo-Tests-CompatibleUserName.1551110229 --- 
g...@github.com:svenvc/NeoJSON.git[master] --- cache
...finished baseline

And all NeoJSON tests are green.

Sven

> On 27 Sep 2019, at 14:57, Davide Varvello via Pharo-users 
> <pharo-users@lists.pharo.org> wrote:
> 
> 
> From: Davide Varvello <varve...@yahoo.com>
> Subject: Re: Could not resolve: BaselineOfNeoJSON
> Date: 27 September 2019 at 14:57:33 GMT+2
> To: pharo-users@lists.pharo.org
> 
> 
> Hi Sven, 
> I don't quite understand. At https://github.com/svenvc/NeoJSON it shows "to
> load NeoJSON using Metacello" 
> Metacello new
>  repository: 'github://svenvc/NeoJSON/repository';
>  baseline: 'NeoJSON';
>  load.
> 
> That's the step I did and I suppose it was enough. I don't know the meaning
> of the next line and :
> spec baseline: 'NeoJSON' with: [ spec repository:
> 'github://svenvc/NeoJSON/repository' ].
> 
> Any hints?
> Thanks
> 
> 
> Sven Van Caekenberghe-2 wrote
>> When loading from Git(Hub) you have to use BaselineOf...
>> 
>> Installation instructions at https://github.com/svenvc/NeoJSON
>> 
>>> On 27 Sep 2019, at 11:54, Davide Varvello via Pharo-users &lt;
> 
>> pharo-users@.pharo
> 
>> &gt; wrote:
>>> 
>>> 
>>> From: Davide Varvello &lt;
> 
>> varvello@
> 
>> &gt;
>>> Subject: Could not resolve: BaselineOfNeoJSON
>>> Date: 27 September 2019 at 11:54:03 GMT+2
>>> To: 
> 
>> pharo-users@.pharo
> 
>>> 
>>> 
>>> Hi Guys,
>>> 
>>> The evaluation of 
>>> Metacello new
>>> repository: 'github://svenvc/NeoJSON/repository';
>>> baseline: 'NeoJSON';
>>> load.
>>> 
>>> returns: Could not resolve: BaselineOfNeoJSON [BaselineOfNeoJSON] in
>>> /Users/myName/Development/MyProject/package-cache
>>> github://svenvc/NeoJSON:master/repository
>>> 
>>> Can you help me, please?
>>> Thanks
>>> 
>>> 
>>> 
>>> --
>>> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
>>> 
>>> 
>>> 
> 
> 
> 
> 
> 
> --
> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html


Reply via email to