需要一个工具来可视化 ant 执行流程和属性
我试图弄清楚 DITA Open Toolkit 如何执行 DITA 到 XHTML 的转换,这很困难,因为该进程由分布在多个 ant 文件中的数十个 ant 目标管理。
我需要一个可以提供执行流可视化以及 ant 调用的属性依赖性的工具。 VizAnt 和 仅用于图形目标调用,所以我正在寻找更重型的东西。理想情况下,这样的工具将识别目标调用的顺序,以及调用时存在的属性值,以及目标主体中引用的属性、文件、目录、类路径条目等。
我的第一个想法是在 OmniGraffle 中手动绘制所有内容,但复杂性很快变得难以管理。肯定有最近的东西吗?
I'm trying to figure out how the DITA Open Toolkit performs DITA to XHTML conversions, and it's difficult since the process is managed by dozens of ant targets spread over multiple ant files.
I need a tool that can provide a visualization of the execution flow plus property dependencies of an ant invocation. VizAnt and Grand only graph target invocations, so I'm looking for something heavier-duty. Ideally, such a tool would identify the order of target invocations, as well as property values live at invocation, and properties, files, directories, classpath entries, etc. that are referenced in the body of a target.
My first thought was to manually graph it all in OmniGraffle, but the complexity quickly became unmanageable. Surely there's something more recent out there?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
yWorks Ant Explorer 有点酷。
ANT 构建目标和依赖项的图形表示 http://www.yworks.com/demos /images/ae1.jpg
通过 ANT 构建的 GUI 浏览器执行代码文件 http://www.yworks.com/demos/images/ae3.jpg
通过执行 jar 文件来运行它:
java -jar antexplorer.jar
看起来 yWorks 不再支持并已将其从他们的网站上删除。 过去用于访问 Ant Explorer 的链接现在只需将您带到他们的产品列表页面。
但似乎有几个地方可以下载它:
yWorks Ant Explorer is kind of cool.
Graphical representation of the ANT build targets and dependencies http://www.yworks.com/demos/images/ae1.jpg
Execute code through the GUI explorer of the ANT build file http://www.yworks.com/demos/images/ae3.jpg
Run it by executing the jar file:
java -jar antexplorer.jar
It looks like yWorks no longer supports it and have removed it from their website. Links that used to go to Ant Explorer now just take you to their product listing page.
But there appear to be several places that have it available for download: