Hi,
It looks like I managed to include these directives in the default configurations of
Glamour and Moose and now it loads in PharoCore 1.2.
I also created a hudson job for this:
http://hudson.moosetechnology.org/job/moose-latest-dev-on-pharo-1.2/
Unfortunately, the script that runs the tests breaks, but I do not know yet why.
Cheers,
Doru
On 23 Oct 2010, at 18:47, Laval Jannik wrote:
Just a better script:
======
Gofer new
squeaksource: 'rb';
package: 'AST-Core';
package: 'Refactoring-Core';
package: 'Refactoring-Changes';
package: 'Refactoring-Critics';
package: 'Refactoring-Environment';
package: 'Refactoring-Spelling';
load.
Gofer new
squeaksource: 'MetacelloRepository';
package: 'ConfigurationOfShout';
load.
((Smalltalk at: #ConfigurationOfShout) project version: '1.2') load.
Gofer new
squeaksource: 'Moose';
package: 'ConfigurationOfMoose';
load.
(Smalltalk at: #ConfigurationOfMoose) perform: #loadDefault.
=====
Cheers,
Jannik
On Oct 23, 2010, at 18:27 , Tudor Girba wrote:
Thanks for the report, Jannik.
Now, we will just have to make sure that we add these added in the right configurations.
I will try to look into this.
Cheers,
Doru
On 23 Oct 2010, at 18:15, Laval Jannik wrote:
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
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
--
www.tudorgirba.com
"Yesterday is a fact.
Tomorrow is a possibility.
Today is a challenge."
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
---
Jannik Laval
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
--
www.tudorgirba.com
"Relationships are of two kinds: those we choose and those that happen. They both
matter."
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev