[Pharo-project] ConfigurationOfSeaside available
First load the configuration: Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfSeaside'; load. Then pick the Seaside variant you want to load: "Seaside 2.8" ConfigurationOfSeaside project latestVersion load: 'Seaside 2.8'. ConfigurationOfSeaside project latestVersion load: 'Seaside 2.8 Examples'. ConfigurationOfSeaside project latestVersion load: 'Magritte'. ConfigurationOfSeaside project latestVersion load: 'Magritte Tests'. ConfigurationOfSeaside project latestVersion load: 'Pier'. ConfigurationOfSeaside project latestVersion load: 'Pier Tests'. ConfigurationOfSeaside project latestVersion load: 'Pier AddOns'. "Seaside 3.0" ConfigurationOfSeaside project latestVersion load: 'Seaside 3.0'. ConfigurationOfSeaside project latestVersion load: 'Seaside 3.0 Tests'. ConfigurationOfSeaside project latestVersion load: 'Magritte2'. ConfigurationOfSeaside project latestVersion load: 'Magritte2 Tests'. ConfigurationOfSeaside project latestVersion load: 'Pier2'. ConfigurationOfSeaside project latestVersion load: 'Pier2 Tests'. ConfigurationOfSeaside project latestVersion load: 'Pier2 AddOns'. I've tested the various loads with PharoCore-1.0-10508rc2. Should work fine in Dev variants as well... Dale
El mar, 26-01-2010 a las 17:14 -0800, Dale Henrichs escribió:
First load the configuration: Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfSeaside'; load.
Then pick the Seaside variant you want to load:
"Seaside 2.8" ConfigurationOfSeaside project latestVersion load: 'Seaside 2.8'. ConfigurationOfSeaside project latestVersion load: 'Seaside 2.8 Examples'. ConfigurationOfSeaside project latestVersion load: 'Magritte'. ConfigurationOfSeaside project latestVersion load: 'Magritte Tests'. ConfigurationOfSeaside project latestVersion load: 'Pier'. ConfigurationOfSeaside project latestVersion load: 'Pier Tests'. ConfigurationOfSeaside project latestVersion load: 'Pier AddOns'.
"Seaside 3.0" ConfigurationOfSeaside project latestVersion load: 'Seaside 3.0'. ConfigurationOfSeaside project latestVersion load: 'Seaside 3.0 Tests'. ConfigurationOfSeaside project latestVersion load: 'Magritte2'. ConfigurationOfSeaside project latestVersion load: 'Magritte2 Tests'. ConfigurationOfSeaside project latestVersion load: 'Pier2'. ConfigurationOfSeaside project latestVersion load: 'Pier2 Tests'. ConfigurationOfSeaside project latestVersion load: 'Pier2 AddOns'.
I've tested the various loads with PharoCore-1.0-10508rc2. Should work fine in Dev variants as well...
Hi Dale, first I thought that you had merged the ConfigurationOfSeaside28 and ConfigurationOfSeaside30 in a single configuration but I saw, when loading this new config, that it only references the old ones. There is a reason to do this and not to unify them in a single package? I must say that externally isn't a problem, it works perfect. Just want to know the "how-to" part of this. Maybe there is some guideline underlying here that I would like to know :) Thanks
Dale
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Miguel Cobá http://miguel.leugim.com.mx
participants (2)
-
Dale Henrichs -
Miguel Enrique Cobá Martinez