El sáb, 20-03-2010 a las 20:40 +0100, Mariano Martinez Peck escribió:
> Hi folks. We are proud to announce the (hopefully) last RC3 for Pharo
> 1.0.

- What happened to the background image?
- The text on: DEVImageWorkspaces openExternalProjectWorkspace at the
end says:

"If you want an object database, you can install Magma
(http://wiki.squeak.org/squeak/2665). 
For the installation instuctions check the method: ConfigurationOfMagma
>> workspace    "       

Can we change this to:

"Magma is an object oriented database for Smalltalk. It supports
replication, high-availability fault-tolerance and multiuser
capabilities (http://wiki.squeak.org/squeak/2665). You can install it
with:

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

((Smalltalk at: #ConfigurationOfMagma) project latestVersion) load

"You can also review the method ConfigurationOfMagma>>workspace for
alternative installation methods for Magma.

- Also, in the same workspace:
        Gofer new 
                squeaksource: 'Moose';
                package: 'ConfigurationOfMoose';
        load. 
        
        (Smalltalk at: #ConfigurationOfMoose) perform: #loadDefault.

Should be:
        Gofer new 
                squeaksource: 'Moose';
                package: 'ConfigurationOfMoose';
        load. 
        
        (Smalltalk at: #ConfigurationOfMoose) loadDefault

As the other examples use the methods directly and not the perform
indirection.


Cheers


> 
> _______________________________________________
> Pharo-users mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users

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


_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to