[ANN] ConfigurationOfMagma for Magma 1.0r44

Miguel Enrique Cobá Martinez miguel.coba at gmail.com
Mon Mar 15 20:38:00 UTC 2010


I'm pleased to announce that the ConfigurationOfMagma now includes
support to load version 1.0r44 of Magma.

In a Pharo or PharoCore 10515 RC3 image evaluate:

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

In Squeak, using Monticello browser add package

ConfigurationOfMagma

from repository

http://www.squeaksource.com/MetacelloRepository

Then in Pharo and Squeak, evaluate in a workspace

for getting Magma Client:

(ConfigurationOfMagma project latestVersion) load: 'Client'

for getting Magma Server:

(ConfigurationOfMagma project latestVersion) load: 'Server'

for getting Magma Tester:

(ConfigurationOfMagma project latestVersion) load: 'Tester'

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

MagmaTestCase allowWriteBarrier: false.
MagmaTestCase fullSuite maDebug.


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



More information about the Magma mailing list