Re: [Pharo-users] Could not resolve: BaselineOfNeoJSON
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 --- git@github.com:svenvc/NeoJSON.git[master] --- git@github.com:svenvc/NeoJSON.git[master] Loaded -> BaselineOfNeoJSON-CompatibleUserName.1551110229 --- git@github.com:svenvc/NeoJSON.git[master] --- git@github.com:svenvc/NeoJSON.git[master] Loading baseline of BaselineOfNeoJSON... Fetched -> Neo-JSON-Core-CompatibleUserName.1551110229 --- git@github.com:svenvc/NeoJSON.git[master] --- git@github.com:svenvc/NeoJSON.git[master] Fetched -> Neo-JSON-Tests-CompatibleUserName.1551110229 --- git@github.com:svenvc/NeoJSON.git[master] --- git@github.com:svenvc/NeoJSON.git[master] Fetched -> Neo-JSON-Pharo-Core-CompatibleUserName.1551110229 --- git@github.com:svenvc/NeoJSON.git[master] --- git@github.com:svenvc/NeoJSON.git[master] Fetched -> Neo-JSON-Pharo-Tests-CompatibleUserName.1551110229 --- git@github.com:svenvc/NeoJSON.git[master] --- git@github.com:svenvc/NeoJSON.git[master] Loaded -> Neo-JSON-Core-CompatibleUserName.1551110229 --- git@github.com:svenvc/NeoJSON.git[master] --- cache Loaded -> Neo-JSON-Tests-CompatibleUserName.1551110229 --- git@github.com:svenvc/NeoJSON.git[master] --- cache Loaded -> Neo-JSON-Pharo-Core-CompatibleUserName.1551110229 --- git@github.com:svenvc/NeoJSON.git[master] --- cache Loaded -> Neo-JSON-Pharo-Tests-CompatibleUserName.1551110229 --- git@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 <varvello@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 <
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
Sven, You are right, I've just downloaded Pharo 7 and everything is fine. The issue is showing on Pharo 5 (I'm working on it) Davide Sven Van Caekenberghe-2 wrote
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 ---
git@
:svenvc/NeoJSON.git[master] ---
git@
:svenvc/NeoJSON.git[master] Loaded -> BaselineOfNeoJSON-CompatibleUserName.1551110229 ---
git@
:svenvc/NeoJSON.git[master] ---
git@
:svenvc/NeoJSON.git[master] Loading baseline of BaselineOfNeoJSON... Fetched -> Neo-JSON-Core-CompatibleUserName.1551110229 ---
git@
:svenvc/NeoJSON.git[master] ---
git@
:svenvc/NeoJSON.git[master] Fetched -> Neo-JSON-Tests-CompatibleUserName.1551110229 ---
git@
:svenvc/NeoJSON.git[master] ---
git@
:svenvc/NeoJSON.git[master] Fetched -> Neo-JSON-Pharo-Core-CompatibleUserName.1551110229 ---
git@
:svenvc/NeoJSON.git[master] ---
git@
:svenvc/NeoJSON.git[master] Fetched -> Neo-JSON-Pharo-Tests-CompatibleUserName.1551110229 ---
git@
:svenvc/NeoJSON.git[master] ---
git@
:svenvc/NeoJSON.git[master] Loaded -> Neo-JSON-Core-CompatibleUserName.1551110229 ---
git@
:svenvc/NeoJSON.git[master] --- cache Loaded -> Neo-JSON-Tests-CompatibleUserName.1551110229 ---
git@
:svenvc/NeoJSON.git[master] --- cache Loaded -> Neo-JSON-Pharo-Core-CompatibleUserName.1551110229 ---
git@
:svenvc/NeoJSON.git[master] --- cache Loaded -> Neo-JSON-Pharo-Tests-CompatibleUserName.1551110229 ---
git@
: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@.pharo
> wrote:
From: Davide Varvello <
varvello@
>
Subject: Re: Could not resolve: BaselineOfNeoJSON Date: 27 September 2019 at 14:57:33 GMT+2 To:
pharo-users@.pharo
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
-- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
participants (2)
-
Davide Varvello -
Sven Van Caekenberghe