----- "Dale Henrichs" <dale.henrichs@gemstone.com> wrote: | Gofer new | squeaksource: 'MetacelloRepository'; | package: 'ConfigurationOfAida'; | load. | | ((Smalltalk at: #ConfigurationOfAida) project version: '6.0') load. | | _______________________________________________ | Pharo-project mailing list | Pharo-project@lists.gforge.inria.fr | http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project Janko Gave the configuration a try and noticed that the wrong version of Aida is being loaded. He also noticed that SqueakSource doesn't show Aida6.0.mcz in itls list of pacakges .. it does show up in http://www.squeaksource.com/Aida. Presumably Metacello thinks Aida6.0 is a base name and finds a 'later' version in the repository: Aida6.0-beta.2.mcz, which is not intended. I will take a closer look at this. Dale