Pier 3 for Gemstone

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Pier 3 for Gemstone

Nick
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
Reply | Threaded
Open this post in threaded view
|

Re: Pier 3 for Gemstone

Nick

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