Ciao,
i port from Pharo to GLASS 3.1.0.6 some code based on Zinc client,
and i found some problem.
Into Pharo i have a class ZnClient with some instance method and all works fine.
Into GLASS the same ZnClient is without any instance method.
I use the ZnHttpClient but with some incompatibility ( it's don't implement the path: method for example )
The GLASS report:
I need to load a new version of Zinc?
I can load:
GsDeployer deploy: [
Metacello new
baseline: 'ZincHTTPComponents';
repository: '<a href="github://GsDevKit/zinc:gs_master/repository'">github://GsDevKit/zinc:gs_master/repository';
onLock: [:ex | ex honor ];
load: 'Tests' ].
or a specific version ?
Thanks,
Dario
_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass