Re: [Seaside] Seaside can not be used with Pharo 60261
Norbert Hartl <norbert-i4NnollbWplBDLzU/[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.pharo.user,gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <[email protected]> |
Hi Johan, can you please upload the ConfigurationOfSeaside3 I've sent in this thread? thanks, Norbert > Am 18.10.2016 um 17:20 schrieb Johan Brichau <johan-vRg9mPerwB/[email protected]>: > > >> On 18 Oct 2016, at 16:36, Norbert Hartl <norbert-i4NnollbWplBDLzU/[email protected] <mailto:norbert-i4NnollbWplBDLzU/[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