I make changes to load Moose on pharo 1.2
here is the script:
=====
Gofer new
squeaksource: 'rb';
package: 'AST-Core';
package: 'Refactoring-Core';
package: 'Refactoring-Changes';
package: 'Refactoring-Critics';
package: 'Refactoring-Environment';
package: 'Refactoring-Spelling';
load.
(ConfigurationOfShout project version: '1.2') load.
Gofer new
squeaksource: 'Moose';
package: 'ConfigurationOfMoose';
load.
(Smalltalk at: #ConfigurationOfMoose) perform: #loadDefault.
=====
It loads, with some deprecation due to FileSystem. I have not the right to change that.
But moose loads :)
---
Jannik Laval