When loading from a virgin image, I do not get the problem anymore.
It seems related somehow to projects that were loaded before Moose.
I solved my case by first loading Moose and loading my own projects afterwards.
On 11 Dec 2009, at 11:27, Fabrizio Perin wrote:
Hi,
I had the same problem but using ConfigurationOfMooseJEE that load Moose as dependency:
package: 'Moose-JEE' with: [
spec repository: 'http://www.squeaksource.com/MooseJEE'.
spec requires: 'Moose for MooseJEE'"];
.......
.......
.......
spec project: 'Moose for MooseJEE' with: [
spec
className: 'ConfigurationOfMoose';
file: 'ConfigurationOfMoose';
version: 'default';
repository: 'http://www.squeaksource.com/Moose' ].
In this case a warning message is displayed specifying some unsolved dependencies. Here part of the warning message:
This package depends on the following classes:
MorphTreeModel
MorphTreeColumn
MorphTreeNodeModel
You must resolve these dependencies before you will be able to load these definitions:
GLMMorphTreeColumn
GLMMorphTreeColumn>>glamourColumn:
GLMMorphTreeColumn>>rowMorphFor:
GLMTreeMorphModel
.......
.......
.......
Instead using
Gofer new squeaksource: 'Moose'; addPackage: 'ConfigurationOfMoose'; load.
(Smalltalk at: #ConfigurationOfMoose) perform: #loadDefault
i don't have problem. I hope that this could help.
Cheers,
Fabrizio
On 11 Dec 2009, at 11:05, Tudor Girba wrote:
Hi Johan,
I cannot reproduce that. The following works for me:
- Download pharo1.0-10500-rc1dev09.12.1
- Load Moose:
Gofer new
squeaksource: 'Moose';
addPackage: 'ConfigurationOfMoose';
load.
(Smalltalk at: #ConfigurationOfMoose) perform: #loadDefault
Were your steps different?
Cheers,
Doru
On 11 Dec 2009, at 10:59, Johan Brichau wrote:
Hi Moosers,
I just loaded Moose in the latest Pharo-Dev using the script on your website but I got a bunch of unloadable definitions:
This package depends on the following classes:
MorphTreeModel
MorphTreeColumn
MorphTreeNodeModel
I did a proceed and obviously, Moose Finder does not open :-(
Can you help me out ?
----------------------------
Johan Brichau
johan.brichau@uclouvain.be
_______________________________________________
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
--
www.tudorgirba.com
"Presenting is storytelling."
_______________________________________________
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
_______________________________________________
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
----------------------------
Johan Brichau
johan.brichau@uclouvain.be_______________________________________________
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev