thanks for reply. it works now.��
But that's not what you want. That's why I told you to install it in this way:In metacello you can define groups of packages. When you load something with Metacello, you can do just load and that will load the default packages. But after, you can have differents groups. The default can be just the core packages. Then you can have groups called "Dev" where it also installs the dev tools.
���� Gofer new
������ ������ squeaksource: 'MetacelloRepository';
������ ������ package:'ConfigurationOfO2';
������ load.
������
������ ��((Smalltalk at: #ConfigurationOfO2) project version: '1.2') load: 'Dev'.
Using load:�� you specify a group name, a package name or a list.
Take a look at the class ConfigurationOfO2, to the baseline methods, at the end, where the groups are defined.
Moreover, I recommend you to read the Metacello tutorial:��
http://code.google.com/p/metacello/wiki/Tutorial
Cheers
Mariano_______________________________________________