[Glass] Reconstruct a project from scratch with Metacello

BrunoBB smalltalk at adinet.com.uy
Wed Jun 4 06:35:31 PDT 2014


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.


More information about the Glass mailing list