[Glass] Trying to load ChartJs into GemStone

BrunoBB via Glass glass at lists.gemtalksystems.com
Tue May 8 08:08:50 PDT 2018


Hi,

My first strategy is to keep minimun of depencies in order to load basic
packages then added one by one the other packages.

1) Project forked at https://github.com/brunobuzzi/ChartJs.
2) Convert Pharo Symbols to Strings in BaselineOfChartJs.
3) 'Demo' options deleted from BaselineOfChartJs.
4) Seaside depency deleted from BaselineOfChartJs. (i already have Seaside
installed).

In a workspace all following evaluations answer an empty collection:
MetacelloToolBox validateBaseline: BaselineOfChartJs.
MetacelloToolBox validateConfiguration: ConfigurationOfStylesheet.
MetacelloToolBox validateConfiguration: ConfigurationOfNeoJSON.

Then:
Metacello new
        githubUser: 'brunobuzzi' project: 'ChartJs' commitish: 'master'
path: 'src';
        baseline: 'ChartJs';
        onUpgrade: [ :e | e useIncoming ];
        onWarningLog;
        load. 

But i got the same error again and again (the github-cache deleted):
a MetacelloPackageSpecResolutionError occurred (error 2710), , Could not
resolve: BaselineOfChartJs [BaselineOfChartJs] in cache

regards,
bruno



--
Sent from: http://forum.world.st/GLASS-f1460844.html


More information about the Glass mailing list