Nick Ager | 24 Feb 2012 14:45
Picon
Gravatar

Pier 3 for Gemstone

Hi,


I've completed an initial port of Pier 3 (Pier using Magritte 3 descriptions) to Gemstone.

It can be loaded in Gemstone using:

Gofer it
squeaksource: 'MetacelloRepository';
package: 'ConfigurationOfPier3AddOns';
load.

MCPlatformSupport commitOnAlmostOutOfMemoryDuring: [
ConfigurationOfPier3AddOns load ].

By default this configuration will load Pier-Admin and the Pier add-ons necessary to make this work - (Pier-Admin is described in this screen-cast: http://vimeo.com/32749535)

Let me know how you get on,

Nick






_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Nick Ager | 26 Feb 2012 11:38
Picon
Gravatar

Re: Pier 3 for Gemstone


I've completed an initial port of Pier 3 (Pier using Magritte 3 descriptions) to Gemstone.


Embarrassingly I announced the Gemstone Pier 3 port before all the tests were green.

Now all tests are green. You can load Pier 3 with tests using:

Gofer it
squeaksource: 'MetacelloRepository';
package: 'ConfigurationOfPier3AddOns';
load.

ConfigurationOfPier3AddOns project stableVersion load: 'Tests'.

_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

Gmane