t.apache.org
> Betreff: ant api for analyzing dependencies
>
> Hello, good folks.
> I need to resolve dependencies of my project.
> Can ant analyze dependencies of source files? Or it is only
> for class files?
> Anyway i tried using it:
> ---
> public stat
Hello, good folks.
I need to resolve dependencies of my project.
Can ant analyze dependencies of source files? Or it is only for class files?
Anyway i tried using it:
---
public static AntAnalyzer analyzer=new AntAnalyzer();
...
analyzer.addRootClass("org.apache.tools.ant.types.