GREAT news!

I want to thanks all Dale and the rest for giving us Metacello! It made our 
development task way much easier!!
Creating versions as first class objects, ( or methods ?...) is very handy for 
maintaing and evolving frameworks!

And the ConfigurationOfXXX is allowing a new form of communication , 
unthinkable just a couple of months ago....


And of course you Torsten, i think the next time i want to build a plugin and 
have VMMaker is going to be sooo much easy now!

Fernando

On Feb 5, 2010, at 5:18 PM, Torsten Bergmann wrote:

> 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
> 


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

Reply via email to