[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:50:47 PDT 2017


OK, I did a #unregister besides the #unlock to the previous project and now
it went a bit further.  But it still fails trying to load Grease...

Sure...I can try to manually unlock the filetree one, but why my code
doesn't work?

See attached.





On Fri, Jul 7, 2017 at 5:36 PM, Mariano Martinez Peck <marianopeck at gmail.com
> wrote:

> 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
>



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


More information about the Glass mailing list