Smalltalk syntax
a max: b Java syntax a.max(b)
On Sep 18, 2011, at 11:35 AM, mpescuma wrote:
Thank you for your suggestions. I tried to installa and use automoose, checked the environment variables into runWithInFusion.bat...
I do not know the bat
Now do you have a file in C:\mooseTestProject\girba-automoose-c327ff8\builds\moose-system-2011-09-18--11-00\
but when launch the script I get this error 'Error: no content to install' where my to-run.st is this: wantedMse := 'C:\mooseTestProject\girba-automoose-c327ff8\builds\moose-system-2011-09-18--11-00\system-2011-09-18--11-00.mse'. model := MooseModel new importFromMSEStream: (StandardFileStream readOnlyFileNamed: wantedMse). model name: (FileDirectory baseNameFor: wantedMse). MooseModel root add: model. MooseModel root allModels first inferNamespaceParentsBasedOnNames. MooseModel root allModels first ensureClassesAndNamespaces. ! MoosePanel open ! WorldState addDeferredUIMessage: [SmalltalkImage current snapshot: true andQuit: true ]. ! is there an error in this script for which the application fails ? I don't know smalltalk... I studied smalltalk at the university 10 year ago, but only for storic reasons. I need a smalltalk script that from a java project extract for each class his software metric (WMC, DIT, Number of methods Inerithed, NOC, CBO, RFC, LOCM, Number of messages sent, LOC, Number of comments) and write it into a text file with a parsable format using mooose... then I write a C++ or Java program that would parse that file and reorganize the data into table format... but I don't know from what point start... which could be the command to insert into the smalltalk script to obtain this info ?
Moose as an exporter: you can specify the metrics that you want to export. I will ask andre to let us know (tuesday). I'm not sure that this is integrated into the default Moose.
could you help me ?
-- View this message in context: http://moose-dev.97923.n3.nabble.com/moose-data-analysis-exporter-xml-or-oth... Sent from the moose-dev mailing list archive at Nabble.com. _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev