Hi,
I am trying to load Seaside and Voyage to Pharo 7.0 64bit image using following :
Metacello new
baseline:'Seaside3';
load.
Metacello new
baseline: 'Voyage';
load: 'mongo tests'.
I am getting dependency error:
- to me it seems that both Grease versions are in the end same. I see following in transcript:
Project: Grease Core Tests baseline
- I do not insist on Seaside or voyage versions - I just took the latest.
Can you please help me with resolving this issue ?
Thanks,
Jan