<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Mariano,<div class=""><br class=""></div><div class="">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: <a href="https://travis-ci.org/SeasideSt/Seaside" class="">https://travis-ci.org/SeasideSt/Seaside</a></div><div class="">The github repo <a href="https://github.com/SeasideSt/Seaside" class="">https://github.com/SeasideSt/Seaside</a> is the master for all platforms.</div><div class=""><div class=""> </div><div class="">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.</div><div class="">I did not look at Seaside 3.1.15 but it should be possible to make the same step as for 3.0.19</div><div class="">It would be great if someone who needs it can step in there ;)</div><div class=""><br class=""></div><div class="">cheers</div><div class="">Johan</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 13 Jun 2017, at 16:49, Mariano Martinez Peck <<a href="mailto:marianopeck@gmail.com" class="">marianopeck@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><div class="gmail_extra"><br class="Apple-interchange-newline"><br class=""><div class="gmail_quote">On Tue, Jun 13, 2017 at 10:58 AM, Johan Brichau<span class="Apple-converted-space"> </span><span dir="ltr" class=""><<a href="mailto:johan@inceptive.be" target="_blank" class="">johan@inceptive.be</a>></span><span class="Apple-converted-space"> </span>wrote:<br class=""><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); padding-left: 1ex;"><div style="word-wrap: break-word;" class="">3.1.5 does not work on Pharo6, actually.</div></blockquote><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Uhh... I was afraid of that. And which one does work? only 3.3 ?</div><div class=""><br class=""></div><div class="">I am using 3.1.5 because on GemStone I am still using 3.1.x. </div><div class="">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...</div><div class=""><br class=""></div><div class=""> </div><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); padding-left: 1ex;"><div style="word-wrap: break-word;" class=""><div class=""><br class=""></div><div class="">Not sure how we can convey this via Metacello</div><div class=""><br class=""></div><div class="">But I will look into the configuration issue asap</div><span class="HOEnZb"><font color="#888888" class=""><div class=""><br class=""></div><div class="">Johan</div></font></span><div class=""><div class="h5"><div class=""><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On 13 Jun 2017, at 14:18, Mariano Martinez Peck <<a href="mailto:marianopeck@gmail.com" target="_blank" class="">marianopeck@gmail.com</a>> wrote:</div><br class="m_-2653438522828261438Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi guys,<div class=""><br class=""></div><div class="">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:</div><div class=""><br class=""></div><div class=""><div class=""> Metacello new</div><div class="">   <span class="Apple-converted-space"> </span>configuration: 'Seaside3';</div><div class="">   <span class="Apple-converted-space"> </span>repository: '<a href="http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main" target="_blank" class="">http://smalltalkhub.com/mc/<wbr class="">Seaside/<wbr class="">MetacelloConfigurations/main</a>';</div><div class=""><span class="m_-2653438522828261438gmail-Apple-tab-span" style="white-space: pre-wrap;">     </span><span class="Apple-converted-space"> </span> version: '3.1.5';</div><div class=""><span class="m_-2653438522828261438gmail-Apple-tab-span" style="white-space: pre-wrap;"> </span><span class="Apple-converted-space"> </span> load: #('Core' 'Zinc-Seaside' 'Javascript' 'JQuery' 'JSON' 'Email');</div><div class="">   <span class="Apple-converted-space"> </span>lock.</div></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">And I am getting this error:</div><div class=""><br class=""></div><div class=""><b class="">project group, or package named: 'Seaside-Pharo-Development' not found when used in requires: or includes: field of package: 'Seaside-Tests-Pharo-<wbr class="">Development' for version: 3.1.5 of ConfigurationOfSeaside3.</b><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Tue, Jun 13, 2017 at 6:30 AM, Johan Brichau<span class="Apple-converted-space"> </span><span dir="ltr" class=""><<a href="mailto:johan@inceptive.be" target="_blank" class="">johan@inceptive.be</a>></span><span class="Apple-converted-space"> </span>wrote:<br class=""><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); padding-left: 1ex;"><div style="word-wrap: break-word;" class="">Hi Cyrille,<div class=""><br class=""></div><div class="">People are reporting some similar issues. I will look into it.</div><div class=""><div class="m_-2653438522828261438h5"><div class=""><br class=""></div><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On 13 Jun 2017, at 09:10, Cyrille Delaunay <<a href="mailto:cy.delaunay@gmail.com" target="_blank" class="">cy.delaunay@gmail.com</a>> wrote:</div><br class="m_-2653438522828261438m_7079807601627471769Apple-interchange-newline"><div class=""><div dir="ltr" class="">It seems my answer has blocked yesterday, because the screenshots were too big.<div class="">Here it is without the screenshots:</div><div class=""><br class=""></div><div class="">"<span style="font-size: 12.8px;" class="">Hi Johan,</span></div><div style="font-size: 12.8px;" class=""><br class=""></div><div style="font-size: 12.8px;" class="">Thanks for giving it a try.</div><div style="font-size: 12.8px;" class="">From the catalog browser, I only load the configuration (i do not install the stable version of the project)</div><div class=""><span style="font-size: 12.8px;" class="">Then when i open the project from versionner, I get the error.</span>"</div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">2017-06-12 20:51 GMT+02:00 Johan Brichau<span class="Apple-converted-space"> </span><span dir="ltr" class=""><<a href="mailto:johan@inceptive.be" target="_blank" class="">johan@inceptive.be</a>></span>:<br class=""><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); padding-left: 1ex;"><div style="word-wrap: break-word;" class="">Hi Cyrille,<div class=""><br class=""></div><div class="">I repeated the steps you mention:</div><div class="">- load Seaside3 from Catalog browser (default load)</div><div class="">- open Versionner and select Seaside 3.2.2</div><div class="">-> seems to work</div><div class=""><br class=""></div><div class="">Did I miss a step?</div><div class=""><br class=""></div><div class="">cheers</div><span class="m_-2653438522828261438m_7079807601627471769HOEnZb"><font color="#888888" class=""><div class="">Johan</div></font></span><div class=""><div class="m_-2653438522828261438m_7079807601627471769h5"><div class=""><br class=""></div><div class=""><div class=""><blockquote type="cite" class=""><div class="">On 12 Jun 2017, at 15:16, Cyrille Delaunay <<a href="mailto:cy.delaunay@gmail.com" target="_blank" class="">cy.delaunay@gmail.com</a>> wrote:</div><br class="m_-2653438522828261438m_7079807601627471769m_7794276274911972594Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">Yes, it seems to be this one:</div><div class=""><br class=""></div><div class="">Name: ConfigurationOfSeaside3-JohanB<wbr class="">richau.329</div><div class="">Author: JohanBrichau</div><div class="">Time: 10 June 2017, 9:27:01.976577 am</div><div class="">UUID: cc40babf-f70d-0d00-abab-7a1e0e<wbr class="">5213ac</div><div class="">Ancestors: ConfigurationOfSeaside3-JohanB<wbr class="">richau.328</div><div class=""><br class=""></div><div class="">Seaside 3.0.19 also works on Pharo 6</div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">2017-06-12 12:42 GMT+02:00 Johan Brichau<span class="Apple-converted-space"> </span><span dir="ltr" class=""><<a href="mailto:johan@inceptive.be" target="_blank" class="">johan@inceptive.be</a>></span>:<br class=""><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); padding-left: 1ex;">What version of ConfigurationOfSeaside3 is included in the catalog browser?<br class="">Is it the latest one from the smalltalkhub repo?<br class="">Do you have the same issue with the latest one in the smalltalkhub repo?<br class=""><br class="">cheers<br class="">Johan<br class=""><div class=""><div class="m_-2653438522828261438m_7079807601627471769m_7794276274911972594h5"><br class="">> On 12 Jun 2017, at 11:24, Cyrille Delaunay <<a href="mailto:cy.delaunay@gmail.com" target="_blank" class="">cy.delaunay@gmail.com</a>> wrote:<br class="">><br class="">> I'm trying to do the following:<br class="">><br class="">> - Download latest pharo 6 image from Pharo website (Pharo 6.0<br class="">> Latest update: #60499)<br class="">> - From the catalog browser, load the configuration of Seaside3 project.<br class="">> - From the versionner, try to open project Seaside3<br class="">><br class="">> I get an "Error: Name not found: Seaside-Pharo-Development"<br class="">><br class="">> This is an error I already saw few time in some build logs.<br class="">> Does anyone know from where it could come from ?<br class="">><br class="">><br class="">> --<br class="">> Cyrille Delaunay<br class=""></div></div>> ______________________________<wbr class="">_________________<br class="">> seaside mailing list<br class="">><span class="Apple-converted-space"> </span><a href="mailto:seaside@lists.squeakfoundation.org" target="_blank" class="">seaside@lists.squeakfoundation<wbr class="">.org</a><br class="">><span class="Apple-converted-space"> </span><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" rel="noreferrer" target="_blank" class="">http://lists.squeakfoundation.<wbr class="">org/cgi-bin/mailman/listinfo/s<wbr class="">easide</a><br class=""><br class="">______________________________<wbr class="">_________________<br class="">seaside mailing list<br class=""><a href="mailto:seaside@lists.squeakfoundation.org" target="_blank" class="">seaside@lists.squeakfoundation<wbr class="">.org</a><br class=""><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" rel="noreferrer" target="_blank" class="">http://lists.squeakfoundation.<wbr class="">org/cgi-bin/mailman/listinfo/s<wbr class="">easide</a><br class=""></blockquote></div><br class=""><br clear="all" class=""><div class=""><br class=""></div>--<span class="Apple-converted-space"> </span><br class=""><div class="m_-2653438522828261438m_7079807601627471769m_7794276274911972594gmail_signature" data-smartmail="gmail_signature"><div dir="ltr" class=""><div class="">Cyrille Delaunay</div></div></div></div>______________________________<wbr class="">_________________<br class="">seaside mailing list<br class=""><a href="mailto:seaside@lists.squeakfoundation.org" target="_blank" class="">seaside@lists.squeakfoundation<wbr class="">.org</a><br class=""><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank" class="">http://lists.squeakfoundation.<wbr class="">org/cgi-bin/mailman/listinfo/s<wbr class="">easide</a><br class=""></div></blockquote></div><br class=""></div></div></div></div><br class="">______________________________<wbr class="">_________________<br class="">seaside mailing list<br class=""><a href="mailto:seaside@lists.squeakfoundation.org" target="_blank" class="">seaside@lists.squeakfoundation<wbr class="">.org</a><br class=""><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" rel="noreferrer" target="_blank" class="">http://lists.squeakfoundation.<wbr class="">org/cgi-bin/mailman/listinfo/s<wbr class="">easide</a><br class=""><br class=""></blockquote></div><br class=""><br clear="all" class=""><div class=""><br class=""></div>--<span class="Apple-converted-space"> </span><br class=""><div class="m_-2653438522828261438m_7079807601627471769gmail_signature" data-smartmail="gmail_signature"><div dir="ltr" class=""><div class="">Cyrille Delaunay</div></div></div></div>______________________________<wbr class="">_________________<br class="">seaside mailing list<br class=""><a href="mailto:seaside@lists.squeakfoundation.org" target="_blank" class="">seaside@lists.squeakfoundation<wbr class="">.org</a><br class=""><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank" class="">http://lists.squeakfoundation.<wbr class="">org/cgi-bin/mailman/listinfo/s<wbr class="">easide</a><br class=""></div></blockquote></div><br class=""></div></div></div></div><br class="">______________________________<wbr class="">_________________<br class="">seaside mailing list<br class=""><a href="mailto:seaside@lists.squeakfoundation.org" target="_blank" class="">seaside@lists.squeakfoundation<wbr class="">.org</a><br class=""><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" rel="noreferrer" target="_blank" class="">http://lists.squeakfoundation.<wbr class="">org/cgi-bin/mailman/listinfo/s<wbr class="">easide</a><br class=""><br class=""></blockquote></div><br class=""><br clear="all" class=""><div class=""><br class=""></div>--<span class="Apple-converted-space"> </span><br class=""><div class="m_-2653438522828261438gmail_signature" data-smartmail="gmail_signature">Mariano<br class=""><a href="http://marianopeck.wordpress.com/" target="_blank" class="">http://marianopeck.wordpress.<wbr class="">com</a><br class=""></div></div>______________________________<wbr class="">_________________<br class="">seaside mailing list<br class=""><a href="mailto:seaside@lists.squeakfoundation.org" target="_blank" class="">seaside@lists.<wbr class="">squeakfoundation.org</a><br class=""><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank" class="">http://lists.squeakfoundation.<wbr class="">org/cgi-bin/mailman/listinfo/<wbr class="">seaside</a><br class=""></div></blockquote></div><br class=""></div></div></div></div></div><br class="">______________________________<wbr class="">_________________<br class="">seaside mailing list<br class=""><a href="mailto:seaside@lists.squeakfoundation.org" class="">seaside@lists.<wbr class="">squeakfoundation.org</a><br class=""><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" rel="noreferrer" target="_blank" class="">http://lists.squeakfoundation.<wbr class="">org/cgi-bin/mailman/listinfo/<wbr class="">seaside</a><br class=""><br class=""></blockquote></div><br class=""><br clear="all" class=""><div class=""><br class=""></div>--<span class="Apple-converted-space"> </span><br class=""><div class="gmail_signature" data-smartmail="gmail_signature">Mariano<br class=""><a href="http://marianopeck.wordpress.com/" target="_blank" class="">http://marianopeck.wordpress.com</a><br class=""></div></div></div><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">_______________________________________________</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">seaside mailing list</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class=""><a href="mailto:seaside@lists.squeakfoundation.org" class="">seaside@lists.squeakfoundation.org</a></span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class=""><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" class="">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a></span></div></blockquote></div><br class=""></div></div></body></html>