[Glass] Cannot load Zinc in Gemstone 3.1.0.5

Johan Brichau johan at yesplan.be
Fri Aug 15 11:00:29 PDT 2014


Hi Mariano,

It's probably not the solution, but you should be using this one: https://github.com/GsDevKit/zinc
What you should probably do is handle the load conflict using the Metacello scripting api in an #onConflict: block

Johan

On 15 Aug 2014, at 19:56, Mariano Martinez Peck <marianopeck at gmail.com> wrote:

> Hi guys, 
> 
> I am having a problem trying to load Zinc in Gemstone 3.1.0.5.
> 
> I first try to load Metacello and GLASS1 and then I try to load Zinc, but when loading Zinc I am getting an error:
> 
>  " 'Load Conflict between existing BaselineOfGrease [baseline] from github://GsDevKit/Grease:master/repository and ConfigurationOfGrease 1.0.7.1 from http://www.squeaksource.com/MetacelloRepository'
> 
> Any idea?  Below is how I load the stuff:
> 
> thanks in advance, 
> 
> MCPlatformSupport commitOnAlmostOutOfMemoryDuring: [	
> 
> [Metacello new
> 	baseline:  'Metacello';
> 	repository: 'github://dalehenrich/metacello-work:master/repository';
> 	load: 'ALL'.
> ] on: Warning do: [ :ex | 
> 	ex resume.
> ].	
> 	
> 	
> Metacello new
>   baseline: 'GLASS1';
>   repository: 'github://glassdb/glass:master/repository';
>   onConflict: [ :ex | ex allow ];
>   onWarning: [ :ex |
>         Transcript
>           cr;
>           show: ex description.
>         ex resume ];
>   load: 'default'.
> 
> 
> Metacello new
>   baseline: 'Zinc';
>   repository: 'github://glassdb/zinc:gemstone3.1/repository';
>   load: 'Tests'.
> 
> ].
> 
> 
> -- 
> Mariano
> http://marianopeck.wordpress.com
> _______________________________________________
> Glass mailing list
> Glass at lists.gemtalksystems.com
> http://lists.gemtalksystems.com/mailman/listinfo/glass



More information about the Glass mailing list