Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
4 posts
|
Hi all, I'm trying to install Magritte and Seaside on Pharo7. I have installed Seaside with: Metacello new baseline:'Seaside3'; repository: 'github://SeasideSt/Seaside:master/repository'; load and then I've tried to install Magritte with: Metacello new repository: 'github://magritte-metamodel/magritte'; baseline: 'Magritte'; load but I'm getting a conflict with the installed version of package
BaselineOfGrease. I'm new to Pharo and I don't know how to resolve these kind of conflicts. Any help would be greatly appreciated. Kindly, Sebastian
_______________________________________________ Magritte, Pier and Related Tools ... https://www.list.inf.unibe.ch/listinfo/smallwiki |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
36 posts
|
Not long ago I had a similar problem, someone else here recommenced:
Here’s what I wrote at the time: http://www.myborden.com/pier/john-c-borden/updates/building-pier-with-pharo-launcher Thanks, John
... [show rest of quote]
_______________________________________________ Magritte, Pier and Related Tools ... https://www.list.inf.unibe.ch/listinfo/smallwiki |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
347 posts
|
On Wed, Sep 18, 2019 at 05:55:15PM -0500, John Borden wrote:
> Not long ago I had a similar problem, someone else here recommenced: > > onConflict: [ :ex | ex allow ]; There are also #onConflictUseIncoming and #onConflictUseLoaded which intent are clearer. And look into #lock as well. Pierce _______________________________________________ Magritte, Pier and Related Tools ... https://www.list.inf.unibe.ch/listinfo/smallwiki |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
2 posts
|
This one worked for me on Pharo 8 (64):
-- Sent from: http://forum.world.st/Magritte-Pier-and-Related-Tools-f115649.html _______________________________________________ Magritte, Pier and Related Tools ... https://www.list.inf.unibe.ch/listinfo/smallwiki |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
2 posts
|
Sorry the code snippet got lost:
So, this one worked on Pharo 8 (64): Metacello new baseline: 'Magritte'; repository: 'github://magritte-metamodel/magritte:v3.6'; onConflictUseLoaded; load _______________________________________________ Magritte, Pier and Related Tools ... https://www.list.inf.unibe.ch/listinfo/smallwiki |
Free forum by Nabble | Edit this page |