h*********d 发帖数: 336 | 1 请问大侠,谁知道哪有ant dependency analyzer,可以帮忙分析各个targets 之间的
dependency?
thanks! |
g*****g 发帖数: 34805 | 2 eclipse ant editor doesn't work for you?
【在 h*********d 的大作中提到】 : 请问大侠,谁知道哪有ant dependency analyzer,可以帮忙分析各个targets 之间的 : dependency? : thanks!
|
a***1 发帖数: 7 | 3 I think you could analyze the build.xml file to get the target dependencies.
【在 h*********d 的大作中提到】 : 请问大侠,谁知道哪有ant dependency analyzer,可以帮忙分析各个targets 之间的 : dependency? : thanks!
|
h*********d 发帖数: 336 | 4 yes, it works, but I want to get a graph indicating all targets dependency
from a huge ant file. If it can cross dir to analyze multiple build.xml,
that is perfect.
Thanks!
【在 g*****g 的大作中提到】 : eclipse ant editor doesn't work for you?
|
h*********d 发帖数: 336 | 5 yes, I can. But for multiple huge build.xml, if there a tool to analyze all
the targets dependency, that is quicker. do you have idea about this kind of
tools?
dependencies.
【在 a***1 的大作中提到】 : I think you could analyze the build.xml file to get the target dependencies.
|
m******t 发帖数: 2416 | 6
Some of the tools on this page might do what you want:
http://ant.apache.org/external.html
【在 h*********d 的大作中提到】 : 请问大侠,谁知道哪有ant dependency analyzer,可以帮忙分析各个targets 之间的 : dependency? : thanks!
|