Re: [Pharo-users] Seaside can not be used with Pharo 60261

Johan Brichau <[email protected]>
Newsgroups gmane.comp.lang.smalltalk.squeak.seaside,gmane.comp.lang.smalltalk.pharo.user
Message-ID <[email protected]>
> On 18 Oct 2016, at 16:36, Norbert Hartl <[email protected]> wrote:
> 
> (ConfigurationOfAster project version: #development) load

There are issues with this ‘old’ way of Metacello loading. Can you try:

Metacello new
	configuration:’Aster’;
	version: #development;
	load.

(Maybe you need to add the repo to, don’t know).

Cheers
Johan

_______________________________________________
seaside mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.