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]> |
I have a ConfigurationOfAster with a baseline baseline01: spec <version: '0.1-baseline'> spec for: #'common' do: [ spec blessing: #'baseline'. spec repository: 'filetree://repository/'. spec project: 'RFB' with: [ spec className: #ConfigurationOfRFB; versionString: '0.64'; repository: 'http://smalltalkhub.com/mc/PharoExtras/RFB/main/' ]; project: 'Seaside3' with: [ spec className: #ConfigurationOfSeaside3; versionString: #'release3.2'; repository: 'filetree://repository/' ]. spec package: #'Aster-Core'; package: #'Aster-Seaside' with: [ spec requires: #(#'Aster-Core' 'Seaside3' 'RFB' ). ]. ]. and I load (ConfigurationOfAster project version: #development) load Norbert > Am 18.10.2016 um 16:32 schrieb Johan Brichau <johan-vRg9mPerwB/[email protected]>: > > Can you post the snippet how you load it? > >> On 18 Oct 2016, at 16:21, Norbert Hartl <norbert-i4NnollbWplBDLzU/[email protected]> wrote: >> >> I tried to but I failed. It is very strange indeed. I added the platform attribute #'pharo6.x' to every location where there is a #'pharo5.x' attribute (see attached configuration). >> When loading metacello looks into older versions as well (in this case version 3.1.6). There the platform attribute does not exist and it seems to fallback on a configuration for #pharo where a package Seaside-Pharo-Development is referenced. While trying to find the definition of that package it fails. >> >> Does somebody know why it behaves that weird? Or even better know a solution :) >> >> thanks, >> >> Norbert >> >> <ConfigurationOfSeaside3-NorbertHartl.321.mcz> >> >>> Am 18.10.2016 um 10:37 schrieb Johan Brichau <johan-vRg9mPerwB/[email protected]>: >>> >>> I only received a config for Grease :) >>> In my haste, I did not check you need Seaside :) >>> >>> Right now, I’m a bit too busy so until someone can provide a working config, it will have to wait. >>> >>> cheers >>> Johan >>> >>>> On 18 Oct 2016, at 10:19, Norbert Hartl <norbert-i4NnollbWplBDLzU/[email protected]> wrote: >>>> >>>> You uploaded ConfigurationOfGrease but not Seaside. Mistake? >>>> >>>> Norbert >>>> >>>>> Am 18.10.2016 um 10:11 schrieb Johan Brichau <johan-vRg9mPerwB/[email protected]>: >>>>> >>>>> I uploaded the changes by Christophe. If it does not work, let me know. I did not try. >>>>> >>>>> cheers >>>>> Johan >>>>> >>>>> ps: right now the configuration is identical for pharo5.x and pharo6.x. If things start to fail for Pharo 6, we need to make another baseline to not break the configuration for pharo 4 and pharo 5 >>>>> >>>>>> On 18 Oct 2016, at 10:00, Johan Brichau <johan-vRg9mPerwB/[email protected]> wrote: >>>>>> >>>>>> Sure. Christophe Demarey has asked me if he can publish his changes to fix the config for pharo 6. >>>>>> >>>>>> I will upload them as soon as I receive them >>>>>> >>>>>> Johan >>>>>> >>>>>>> On 17 Oct 2016, at 21:04, Esteban Lorenzano <[email protected]> wrote: >>>>>>> >>>>>>> this is a question more appropriate for Seaside list :) >>>>>>> >>>>>>>> On 17 Oct 2016, at 20:07, Pierre CHANSON <[email protected]> wrote: >>>>>>>> >>>>>>>> In #SmalltalkImage>>metacelloPlatformAttributes, #'pharo5.x' #'pharo5.0.x’ have been removed and Seaside does not have configuration for pharo6. >>>>>>>> >>>>>>>> Is there a plan to update the configuration of Seaside ? >>>>>>>> >>>>>>>> Thanks ! >>>>>>>> >>>>>>>> Pierre and Norbert >>>>>>> >>>>>>> _______________________________________________ >>>>>>> seaside mailing list >>>>>>> seaside-bD51WKytQuJI8mQ4nJOOf3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org >>>>>>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> > >