Hi,
is it possible to use FAMIX model in Pharo 4 (=not Moose image)? I didn't find a separate configuration and loading the whole Moose package fails (probably because Moose image is on Pharo 3?).
Thanks, Peter
Unfortunately, there is no ConfigurationOfFamix, but it would be great if someone would want to create one.
Loading the packages independently should probably work in Pharo 4 as well.
Cheers, Doru
On Thu, Nov 20, 2014 at 10:20 PM, Peter Uhnák i.uhnak@gmail.com wrote:
Hi,
is it possible to use FAMIX model in Pharo 4 (=not Moose image)? I didn't find a separate configuration and loading the whole Moose package fails (probably because Moose image is on Pharo 3?).
Thanks, Peter
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Thank you, I had some issues with missing PackageInfo (in Pharo 4 it is RPackage i believe). I have to play with it some more to determine what all I actually need besides FAMIX (like Smalltalk importers etc).
But it looks really cool and I am learning a lot from it, so thank you!
Peter