Hi Add onConflict: [ :ex | ex allow ]; To your Metacello load instructions BrunoBB wrote
Hi,
I have a Pharo 7.0 image with Seaside installed on it.
Now i want to add Gettext but i'm not able to do it yet.
Metacello new baseline:'Seaside3'; repository: 'github://SeasideSt/Seaside:master/repository'; load: #('Seaside-Gettext-Core' 'Seaside-Gettext-Examples')
Fail because 'Seaside-Gettext-Core' name not found.
More likely because BaselineOfSeaside3>>baselinegettext: does not include a tag for Pharo 7.
If i add (to include Pharo7): spec for: #(#'pharo1.x' #'pharo2.x' #'pharo3.x' #'pharo4.x' #'pharo7.x')
I got a conflict error: 'MetacelloConflictingProjectError: Load Conflict between existing BaselineOf...igurationOfGrease stable from http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main'"
The same result with: Metacello new baseline:'Seaside3'; repository: 'github://SeasideSt/Seaside:master/repository'; load: #('Gettext' 'Gettext-Examples')
If i have Seaside already in my image how i should load Gettext ?
regards, bruno
-- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
-- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html