I've started working with Seaside 3.1 in Pharo1.4 and noticed that the ConfigurationOfSeaside31 doesn't work there because it needs a newer version of Metacello. Neither does it in Pharo2.0 (though for different reasons: GreaseCore can't be found).
So I was wondering if someone (Dale?) would be able to fix it. It would already help if it worked in Pharo2.0 so that one can see which packages need to be loaded manually. Cheers, Max _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
On 12/20/2012 03:44 AM, Max Leske wrote:
> I've started working with Seaside 3.1 in Pharo1.4 and noticed that the ConfigurationOfSeaside31 doesn't work there because it needs a newer version of Metacello. Neither does it in Pharo2.0 (though for different reasons: GreaseCore can't be found). > > So I was wondering if someone (Dale?) would be able to fix it. It would already help if it worked in Pharo2.0 so that one can see which packages need to be loaded manually. > > Cheers, > Max > The version from here: https://github.com/pdebruic/ConfigurationOfSeaside30 Should work on Pharo 2. (ConfigurationOfSeaside30 project version:'3.1.0') load:#('Development' 'Development Tests') AFAIK 3.1 is not released, and this configuration is not finalized which is why its on github and not in a normal spot on squeaksource or someplace else. _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
On 20.12.2012, at 14:23, Paul DeBruicker <[hidden email]> wrote: > On 12/20/2012 03:44 AM, Max Leske wrote: >> I've started working with Seaside 3.1 in Pharo1.4 and noticed that the ConfigurationOfSeaside31 doesn't work there because it needs a newer version of Metacello. Neither does it in Pharo2.0 (though for different reasons: GreaseCore can't be found). >> >> So I was wondering if someone (Dale?) would be able to fix it. It would already help if it worked in Pharo2.0 so that one can see which packages need to be loaded manually. >> >> Cheers, >> Max >> > > The version from here: > > https://github.com/pdebruic/ConfigurationOfSeaside30 Thanks for the pointer. > > Should work on Pharo 2. > > > (ConfigurationOfSeaside30 project version:'3.1.0') load:#('Development' > 'Development Tests') > > > AFAIK 3.1 is not released, and this configuration is not finalized which > is why its on github and not in a normal spot on squeaksource or > someplace else. > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Torsten's point about #includesSubstring: raising a deprecation warning
is still true for this config. On 12/20/2012 05:31 AM, Max Leske wrote: > > On 20.12.2012, at 14:23, Paul DeBruicker <[hidden email]> wrote: > >> On 12/20/2012 03:44 AM, Max Leske wrote: >>> I've started working with Seaside 3.1 in Pharo1.4 and noticed that the ConfigurationOfSeaside31 doesn't work there because it needs a newer version of Metacello. Neither does it in Pharo2.0 (though for different reasons: GreaseCore can't be found). >>> >>> So I was wondering if someone (Dale?) would be able to fix it. It would already help if it worked in Pharo2.0 so that one can see which packages need to be loaded manually. >>> >>> Cheers, >>> Max >>> >> >> The version from here: >> >> https://github.com/pdebruic/ConfigurationOfSeaside30 > > Thanks for the pointer. > >> >> Should work on Pharo 2. >> >> >> (ConfigurationOfSeaside30 project version:'3.1.0') load:#('Development' >> 'Development Tests') > >> >> >> AFAIK 3.1 is not released, and this configuration is not finalized which >> is why its on github and not in a normal spot on squeaksource or >> someplace else. >> >> _______________________________________________ >> seaside mailing list >> [hidden email] >> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |