Re: ConfigurationOfSeaside3 not working with Pharo 6 ?
Johan Brichau <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <[email protected]> |
Hi Mariano, Seaside 3.2.x works on Gemstone. It was even consolidated to have the same code repository for Gemstone and Pharo from 3.2 onwards: https://travis-ci.org/SeasideSt/Seaside <https://travis-ci.org/SeasideSt/Seaside> The github repo https://github.com/SeasideSt/Seaside <https://github.com/SeasideSt/Seaside> is the master for all platforms. As for Pharo 6: only Seaside 3.2.2 is working on Pharo 6. In addition, I made Seaside 3.0.19 work because at Yesplan we are using that version. I did not look at Seaside 3.1.15 but it should be possible to make the same step as for 3.0.19 It would be great if someone who needs it can step in there ;) cheers Johan > On 13 Jun 2017, at 16:49, Mariano Martinez Peck <[email protected]> wrote: > > > > On Tue, Jun 13, 2017 at 10:58 AM, Johan Brichau <[email protected] <mailto:[email protected]>> wrote: > 3.1.5 does not work on Pharo6, actually. > > > Uhh... I was afraid of that. And which one does work? only 3.3 ? > > I am using 3.1.5 because on GemStone I am still using 3.1.x. > Do you know if Seaside 3.2 or 3.3 is working on GemStone too? In such a case I can try migrating both platforms to a new release... > > > > Not sure how we can convey this via Metacello > > But I will look into the configuration issue asap > > Johan > >> On 13 Jun 2017, at 14:18, Mariano Martinez Peck <[email protected] <mailto:[email protected]>> wrote: >> >> Hi guys, >> >> I am getting the same issue. I am trying to load Seaside 3.1.5 (my production version) into Pharo 6.0 via this code: >> >> Metacello new >> configuration: 'Seaside3'; >> repository: 'http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main <http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main>'; >> version: '3.1.5'; >> load: #('Core' 'Zinc-Seaside' 'Javascript' 'JQuery' 'JSON' 'Email'); >> lock. >> >> >> And I am getting this error: >> >> project group, or package named: 'Seaside-Pharo-Development' not found when used in requires: or includes: field of package: 'Seaside-Tests-Pharo-Development' for version: 3.1.5 of ConfigurationOfSeaside3. >> >> >> >> >> On Tue, Jun 13, 2017 at 6:30 AM, Johan Brichau <[email protected] <mailto:[email protected]>> wrote: >> Hi Cyrille, >> >> People are reporting some similar issues. I will look into it. >> >> >>> On 13 Jun 2017, at 09:10, Cyrille Delaunay <[email protected] <mailto:[email protected]>> wrote: >>> >>> It seems my answer has blocked yesterday, because the screenshots were too big. >>> Here it is without the screenshots: >>> >>> "Hi Johan, >>> >>> Thanks for giving it a try. >>> From the catalog browser, I only load the configuration (i do not install the stable version of the project) >>> Then when i open the project from versionner, I get the error." >>> >>> 2017-06-12 20:51 GMT+02:00 Johan Brichau <[email protected] <mailto:[email protected]>>: >>> Hi Cyrille, >>> >>> I repeated the steps you mention: >>> - load Seaside3 from Catalog browser (default load) >>> - open Versionner and select Seaside 3.2.2 >>> -> seems to work >>> >>> Did I miss a step? >>> >>> cheers >>> Johan >>> >>>> On 12 Jun 2017, at 15:16, Cyrille Delaunay <[email protected] <mailto:[email protected]>> wrote: >>>> >>>> Yes, it seems to be this one: >>>> >>>> Name: ConfigurationOfSeaside3-JohanBrichau.329 >>>> Author: JohanBrichau >>>> Time: 10 June 2017, 9:27:01.976577 am >>>> UUID: cc40babf-f70d-0d00-abab-7a1e0e5213ac >>>> Ancestors: ConfigurationOfSeaside3-JohanBrichau.328 >>>> >>>> Seaside 3.0.19 also works on Pharo 6 >>>> >>>> 2017-06-12 12:42 GMT+02:00 Johan Brichau <[email protected] <mailto:[email protected]>>: >>>> What version of ConfigurationOfSeaside3 is included in the catalog browser? >>>> Is it the latest one from the smalltalkhub repo? >>>> Do you have the same issue with the latest one in the smalltalkhub repo? >>>> >>>> cheers >>>> Johan >>>> >>>> > On 12 Jun 2017, at 11:24, Cyrille Delaunay <[email protected] <mailto:[email protected]>> wrote: >>>> > >>>> > I'm trying to do the following: >>>> > >>>> > - Download latest pharo 6 image from Pharo website (Pharo 6.0 >>>> > Latest update: #60499) >>>> > - From the catalog browser, load the configuration of Seaside3 project. >>>> > - From the versionner, try to open project Seaside3 >>>> > >>>> > I get an "Error: Name not found: Seaside-Pharo-Development" >>>> > >>>> > This is an error I already saw few time in some build logs. >>>> > Does anyone know from where it could come from ? >>>> > >>>> > >>>> > -- >>>> > Cyrille Delaunay >>>> > _______________________________________________ >>>> > seaside mailing list >>>> > [email protected] <mailto:[email protected]> >>>> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside <http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside> >>>> >>>> _______________________________________________ >>>> seaside mailing list >>>> [email protected] <mailto:[email protected]> >>>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside <http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside> >>>> >>>> >>>> >>>> -- >>>> Cyrille Delaunay >>>> _______________________________________________ >>>> seaside mailing list >>>> [email protected] <mailto:[email protected]> >>>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside <http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside> >>> >>> >>> _______________________________________________ >>> seaside mailing list >>> [email protected] <mailto:[email protected]> >>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside <http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside> >>> >>> >>> >>> >>> -- >>> Cyrille Delaunay >>> _______________________________________________ >>> seaside mailing list >>> [email protected] <mailto:[email protected]> >>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside <http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside> >> >> >> _______________________________________________ >> seaside mailing list >> [email protected] <mailto:[email protected]> >> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside <http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside> >> >> >> >> >> -- >> Mariano >> http://marianopeck.wordpress.com <http://marianopeck.wordpress.com/> >> _______________________________________________ >> seaside mailing list >> [email protected] <mailto:[email protected]> >> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside <http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside> > > > _______________________________________________ > seaside mailing list > [email protected] <mailto:[email protected]> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside <http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside> > > > > > -- > Mariano > http://marianopeck.wordpress.com <http://marianopeck.wordpress.com/> > _______________________________________________ > seaside mailing list > [email protected] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ seaside mailing list [email protected] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside