I have been using Ant for a long while. I am just curious to know, how it works internally.
>From what I can understand from the source code there are just a handful of files - Project.java, Main.java, ProjectHelper.java, Task.java, Target.java and IntrospectionHelper.java. It is taking quite a long time to understand it from the code. Is there any documentation on the working of these files, which form the foundation for Ant? Or can somebody send me some tips on where to delve for the details? Thanks in advance, Siva
