Thank you for your suggestions. I tried to installa and use automoose,
checked the environment variables into runWithInFusion.bat... 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 ?
could you help me ?
--
View this message in context:
http://moose-dev.97923.n3.nabble.com/moose-data-analysis-exporter-xml-or-ot…
Sent from the moose-dev mailing list archive at
Nabble.com.