you can use MoosePharoImporterTask I believe
nicolas
On 04/10/2013 01:51 PM, Dennis Schenk wrote:
Hi all,
I used to create moose models in the following way:
systemName := 'Moose'
^ MooseModel root entityStorage at: systemName ifAbsent: [
model := MooseModel new.
model name: systemName.
importer := MooseSqueakClassPackageImporterTask new.
importer importingContext mergeClassAndMetaclass.
importer runCandidateOperator.
importer model: model;
addFromPackagesNamed: (MooseScripts packageNamesFor: systemName, '*') ;
addFromPackagesNamed: (MooseScripts packageNamesFor:
'ConfigurationOf', systemName);
runWithProgress.
^ model install
].
But the class MooseSqueakClassPackageImporterTask does no longer
exists. What is the correct way to create a moose model?
Cheers,
Dennis
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
--
Nicolas Anquetil -- RMod research team (Inria)