Hi all,
In FAMIXScopingEntity, the method initialize is:
--- initialize super initialize. childNamespaces := FMMultivalueLink on: self opposite: #parentNamespace:. parentNamespace := nil. globalVariables := FMMultivalueLink on: self opposite: #parentNamespace:. ---
The class FMMultivalueLink does not exist. Does anyone know what it is and how to fix it?
Thanks
Jannik
You have to load Fame first.
Cheers, Doru
On 25 Feb 2009, at 12:12, Laval Jannik wrote:
Hi all,
In FAMIXScopingEntity, the method initialize is:
initialize super initialize. childNamespaces := FMMultivalueLink on: self opposite: #parentNamespace:. parentNamespace := nil. globalVariables := FMMultivalueLink on: self opposite:
#parentNamespace:.
The class FMMultivalueLink does not exist. Does anyone know what it is and how to fix it?
Thanks
Jannik
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"No matter how many recipes we'll know, we'll still value a chef."
Thanks Doru,
It works. But why Fame is not include in Moose-All in Monticello ? It would be interessant to put it in.
Jannik
Le 25 févr. 09 à 13:23, Tudor Girba a écrit :
You have to load Fame first.
Cheers, Doru
On 25 Feb 2009, at 12:12, Laval Jannik wrote:
Hi all,
In FAMIXScopingEntity, the method initialize is:
initialize super initialize. childNamespaces := FMMultivalueLink on: self opposite: #parentNamespace:. parentNamespace := nil. globalVariables := FMMultivalueLink on: self opposite:
#parentNamespace:.
The class FMMultivalueLink does not exist. Does anyone know what it is and how to fix it?
Thanks
Jannik
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"No matter how many recipes we'll know, we'll still value a chef."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Fame is in a different squeaksource repository. I am not sure therefore this can be done (limitation of MC). However, you should load Moose by using MooseLoader (or MooseInstaller, I do not remember the name). It is located in the same SqueakSource repository.
Cheers, Alexandre
On 25 Feb 2009, at 13:36, Laval Jannik wrote:
Thanks Doru,
It works. But why Fame is not include in Moose-All in Monticello ? It would be interessant to put it in.
Jannik
Le 25 févr. 09 à 13:23, Tudor Girba a écrit :
You have to load Fame first.
Cheers, Doru
On 25 Feb 2009, at 12:12, Laval Jannik wrote:
Hi all,
In FAMIXScopingEntity, the method initialize is:
initialize super initialize. childNamespaces := FMMultivalueLink on: self opposite: #parentNamespace:. parentNamespace := nil. globalVariables := FMMultivalueLink on: self opposite:
#parentNamespace:.
The class FMMultivalueLink does not exist. Does anyone know what it is and how to fix it?
Thanks
Jannik
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"No matter how many recipes we'll know, we'll still value a chef."
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