Jump to content
Philippe Constant

Dependency Analyzer command line

Recommended Posts

Yes. The command line application is named MMT_UDA. It expects at least the file name of the dependency project (.mmdep) and the report type (-uses, -cycles or -ldp). For LDP reports the output file name is taken from the .mmdep, but for other reports you must specify that name as a third parameter.

  • Thanks 1

Share this post


Link to post

Hi @Uwe Raabe, I try to do the same. However, `MMT_UDA` expects a mmdep-file (which can be generated using the UI), but is there also a way to generate the mmdep-file using the commandline so I can also integrate this in our CI-pipeline?

Share this post


Link to post

Currently this is not implemented. The context is populated with help from the IDE ToolsAPI, which is not available for a command line tool.

 

While in principle this is possible by evaluating the dproj file, but currently I have no spare capacity for that. When time allows I can share some code that can serve as a start.

Share this post


Link to post

Ok, that is unfortunately. Then I will just add the specific `mmdep`-files to the repo for now. Thanks!

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×