[Vm-dev] [ANN] VMMaker metacello config for Squeak and Pharo (update 1.1.)

Torsten Bergmann astares at gmx.de
Fri Feb 5 16:18:23 UTC 2010


Hi,

the Balloon 3D stuff was already clean up - no preference change necessary in Pharo!
I created a version 1.1 in the configuration with the latest package versions. 
So you just have to use 1.1 instead of 1.0:


  In Squeak 3.11 #9236
  ====================

     Installer ss project: 'MetacelloRepository'; 
        install: 'ConfigurationOfVMMaker'.

     ((Smalltalk at: #ConfigurationOfVMMaker) project version: '1.1') load


  In Pharo (core or dev) evaluate:
  ================================
    
      Gofer new
        squeaksource: 'MetacelloRepository';
        package: 'ConfigurationOfVMMaker';
        load.

    ((Smalltalk at: #ConfigurationOfVMMaker) project version: '1.1') load


Now you should be able to open VMMaker from the world menu.


Short Metacello tips:
====================
If you want to see your (platform) spec for 1.1 just print:

   ((Smalltalk at: #ConfigurationOfVMMaker) project version: '1.1') spec

If you want to see the packages loaded in 1.1. print:

   ((Smalltalk at: #ConfigurationOfVMMaker) project version: '1.1') packages

Have fun!

Bye
T.

-- 
NEU: Mit GMX DSL über 1000,- ¿ sparen!
http://portal.gmx.net/de/go/dsl02


More information about the Vm-dev mailing list