Hi folks: I created a ConfigurationOfNile that you can find in MetacelloRepository. The weird thing is that I need to load first the tests (before Base and Clients) because otherwise there is a compile error with traits when trying to load Nile-Clients.
To install it:
Gofer new
� squeaksource: 'MetacelloRepository';
� package: 'ConfigurationOfNile';
� load.
((Smalltalk at: #ConfigurationOfNile) project version: '1.0') load
The other problem is that there are 3 failures and 11 errors. I attach screenshot.
Can someone fix them ? (even if the solution is to remove them).
Take into account that with this configuration, I don't use Nile-All at all.
Cheers
Mariano