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
Hi All - Lately I've updated the table-of-contents link in Pier to visit its parent, not the page being renderered, and it's resolved one issue, but writing the code to GitHub has been challenging.
The class PRTocRenderer is in Pier-Seaside-Visitors, however what is listed in Iceberg is pier-seaside (lowercase and missing visitors). When committing changes, it doesn't to leave Iceberg. The steps and pictures are at:
http://myborden.com/pier/john-c-borden/updates/committing-pier-seaside-in-i…
Is this problem caused by the package name being lowercase, or that it is missing the suffix? Any suggestions on how to fix this?
Thanks,
John