[Glass] Reconstruct a project from scratch with Metacello

Dale Henrichs dale.henrichs at gemtalksystems.com
Wed Jun 4 07:00:46 PDT 2014


passing an url into the #repository: fails, because the argument to
#repository: is supposed to be an instance of MCRepository...

So the Gofer script is wrong ...

I don't think Gofer ever did accept an url in the# repository:, so you
Metacello/Gofer version is probably fine...

Dale


On Wed, Jun 4, 2014 at 6:35 AM, BrunoBB <smalltalk at adinet.com.uy> wrote:

> Dale,
>
> I loaded Metacello from a Jade Script from:
> https://github.com/glassdb/Seaside31
>
> After exploring some methods so see what is going on, i came up with:
> Gofer new "THIS WORKS"
>     url: 'http://ss3.gemtalksystems.com/ss/Orbeon';
>     package: 'ConfigurationOfOrbeon-BrunoBB';
>     load.
>
> This works fine (as in Jade) but if you change #url: for #repository: then
> it fails.
>
> Gofer new "THIS FAIL"
>         repository: 'http://ss3.gemtalksystems.com/ss/Orbeon';
>         package: 'ConfigurationOfOrbeon-BrunoBB';
>         load.
>
> It seem that i have loaded a different versions of Metacello/Gofer or the
> Gofer script is outdated (repository should be changed for url).
>
> Regards,
> Bruno
>
>
>
> --
> View this message in context:
> http://forum.world.st/Reconstruct-a-project-from-scratch-with-Metacello-tp4761506p4761620.html
> Sent from the GLASS mailing list archive at Nabble.com.
> _______________________________________________
> Glass mailing list
> Glass at lists.gemtalksystems.com
> http://lists.gemtalksystems.com/mailman/listinfo/glass
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20140604/ad6bb066/attachment-0001.html>


More information about the Glass mailing list