Hi Torsten, I have started on the update process for the Seaside configs. I got hung up for a day or two, since recent changes to Grease for Pharo1.1 compat broke Seaside3.0 on Pharo1.0... I will get back on the horse next week and finish up new revs for the Seaside configs Thanks for the gentle reminder:) Dale On 10/08/2010 02:38 AM, Torsten Bergmann wrote:
Hi Dale,
again I typically use my MetaSource application to see if one can bootstrap a full seaside app in Pharo using Metacello:
-------------------------------------------------------------------------- Gofer new squeaksource: 'MetaSource'; package: 'ConfigurationOfMetaSource'; load.
((Smalltalk at: #ConfigurationOfMetaSource) project version: '1.4') load --------------------------------------------------------------------------
Works well in "Pharo 1.1." but not in "PharoCore 1.2":
In Pharo 1.2 some methods are deprecated and Seaside 3.0 still uses ConfigurationOfKomHttpServer 1.3 instead of the newer 1.5.
So the question is: is it planned to use the newer KomHttpServer packages in the near future for Seaside 3.0 so I can switch to Pharo 1.2 early? Or is this planned when Pharo 1.2 is mature and released.
Thx Torsten