我们正在使用osgi (felix、spring-dm、maven-plugin)开发一个大型应用程序。我想在文档中添加所有依赖项的完整图表(从每个包中导入/导出)。这既是为了文档,也是为了仔细检查是否有错误的版本或不兼容的需求。
有没有工具可以遍历所有包(以jar格式),获取清单文件并显示图形?或者至少生成所有所需捆绑包的完整列表?
如果它不存在,你认为我们自己写它是不是一个好主意?
发布于 2011-01-26 23:07:40
带有PDE的Eclipse已经存在这样的东西了……blog post here shows a generic PDE solution和the other here shows the Spring Tool Suite solution。

安装URL:http://download.eclipse.org/eclipse/pde/incubator/visualization/site/
项目页面:http://www.eclipse.org/pde/incubator/dependency-visualization/index.php
另请参阅post here for instructions for the generic PDE solution
Eclipse图形显示查看插件开发图形插件dependencies
https://stackoverflow.com/questions/4805222
复制相似问题