[Pharo-project] Seaside2.8 and Seaside3.0 configs online in MetacelloRepository
Just published ConfigurationOfSeaside28 to http://www.squeaksource.com/MetacelloRepository. In a pharo dev image: Gofer new squeaksource: 'MetacelloRepository'; addPackage: 'ConfigurationOfSeaside28'; load. (Smalltalk at: #ConfigurationOfSeaside28) perform: #load. ConfigurationOfSeaside28 was published a while ago, but I'll mention the Seaside3.0 config for completeness: Gofer new squeaksource: 'MetacelloRepository'; addPackage: 'ConfigurationOfSeaside30'; load. (Smalltalk at: #ConfigurationOfSeaside30) perform: #load. Note that Seaside2.8 and Seaside3.0 cannot be loaded into the same image as there are class name conflicts. Both of these configurations have been successfully loaded into 'Pharo1.0rc1 #10493' and 'Squeak3.10.2-trunk' (Squeak requires manual load of configuration package:). I will be integrating ConfigurationOfSeaside28 for use with GLASS. ConfigurationOfSeaside30 is already integrated into GLASS (for GemStone/S 2.4). Dale
participants (1)
-
Dale Henrichs