Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 743 by
[hidden email]: This is strange that we have to
systematically specify the class of the importer
http://code.google.com/p/moose-technology/issues/detail?id=743a typical sript to import a model is
MooseSqueakClassPackageImporterTask new
importerClass: SmalltalkImporter;
model: model;
addFromPackageNamed: #'Moose-TestResources-LAN';
run;
yourself
But it is rare that we should change the importerClass (it was useful when
we had to import FAMIX2 and FAMIX3 side by side).
I suggest that we introduce a default and that we initialize the
importerClass to SmalltalkImporter.
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev