[ANN] ConfigurationOfMagma for Magma 1.1r1

Miguel Enrique Cobá Martínez miguel.coba at gmail.com
Fri Jun 4 00:46:11 UTC 2010


I'm pleased to announce that the ConfigurationOfMagma now includes
support for loading version 1.1r1 of Magma.

In a Pharo or PharoCore 1.0 image evaluate:

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

To install the Magma Client evaluate:

ConfigurationOfMagma project latestVersion load: 'Client'

To install the Magma Server evaluate:

ConfigurationOfMagma project latestVersion load: 'Server'

To install the Magma Tester evaluate:

ConfigurationOfMagma project latestVersion load: 'Tester'

Then if you want, run the test suite. Evaluate in a workspace:

MagmaTestCase allowWriteBarrier: false.
MagmaTestCase fullSuite maDebug.


Enjoy
-- 
Miguel Cobá
http://miguel.leugim.com.mx




More information about the Magma mailing list