[Glass] Trying to upgrade from Seaside 3.1 to 3.2 Metacello problem

Mariano Martinez Peck via Glass glass at lists.gemtalksystems.com
Fri Jul 7 13:36:52 PDT 2017


Hi,

I have a stone with Seaside loaded
from github://GsDevKit/Seaside31:3.1.?/repository and I am loading it now
from  'http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main'.

I am executing this code:

      Metacello new
          baseline: 'Seaside3';
          repository: 'github://GsDevKit/Seaside31:3.1.?/repository';
       unlock.


Metacello new
    baseline: 'Seaside3';
    repository:
        'http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main';
    load:
        #('Core' 'Zinc-Seaside' 'Javascript' 'JQuery' 'JSON' 'FastCGI'
'Email');
    onConflict: [ :ex :loaded :incoming | ex useIncoming ];
    onUpgrade: [ :ex :loaded :incoming | ex useIncoming ];
    onWarning: [ :ex | ex resume ];
    version: '3.2.3';
    lock.


And I am still getting the attached error.

How can I get rid of it? I am already telling it to #useIncoming on
conflict, on upgrade....

Thanks in advance



-- 
Mariano
http://marianopeck.wordpress.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20170707/bec80893/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screen Shot 2017-07-07 at 5.34.42 PM.png
Type: image/png
Size: 433978 bytes
Desc: not available
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20170707/bec80893/attachment-0001.png>


More information about the Glass mailing list