开发者

OSGi MANIFEST.MF files browser

We're developing a big application using osgi (felix, spring-dm, maven-plugin). I'd like to add to the doc a complete graph of all dependencies (import/export from each bundle). This is both for documentation and to double check if there are wrong versions or incompatible requirement somewhere.

Is there a tool that would go across all the bundle (in jar format) get the manifest file and display the graph? or at least produce a complete list of all the required bundles?

In case it doesn't exist do you think it woul开发者_开发百科d be a good idea for us to write it ourselves?


Such a thing already exists for Eclipse with PDE ... the blog post here shows a generic PDE solution and the other here shows the Spring Tool Suite solution.

OSGi MANIFEST.MF files browser

Install URL: http://download.eclipse.org/eclipse/pde/incubator/visualization/site/

Project page: http://www.eclipse.org/pde/incubator/dependency-visualization/index.php

See also post here for instructions for the generic PDE solution:

  1. Show View -> Plug-in Development -> Graph Plug-in dependencies
  2. Right-Click in the view -> select Focus-on
  3. Select a Plug-in using Eclipse' standard plugin chooser
  4. enjoy
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜