AW: How to get list of build files that will be executed for Ant build

2015-11-17 Thread jhm
Hacking is always ... surprising ;) as you use APIs in way they weren't intended for. But it makes fun :O I am not sure if you can get these information during runtime. But collecting during a build and analyzing afterwards could be possible using a custom BuildListener. With that you get all me

How to get list of build files that will be executed for Ant build

2015-11-17 Thread nitin reddy
Hi, I am writing some plugin/hack which needs all the build files that will be used by Ant for the project [Multi-module project]. Something similar to this My Project- build.xml|- Module 1 | - build.xml|- Module 2 | - build.xml and the build.xml is l