--- Begin Message ---
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 <

> pharo-users@.pharo

> > wrote:
>> 
>> 
>> From: Davide Varvello <

> varvello@

> >
>> 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


--- End Message ---

Reply via email to