Hi,

I intend to automatically generate build files for my packages by looking at
my java programs, one thing this requires is the ability to resolve
dependencies. e.g. if class A imports a class B which is not in my package,
i want to know that and make a list, then go after that class etc. etc.
etc...

For this purpose i need to parse my java program, to be able to get all the
import statements and go on from there.

Does this make sense? Any ideas? 

Thanks

MS.

Reply via email to