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

2015-11-18 Thread nitin reddy
yes. that's the easy way. the biggest challenge is now you have to hack the build. So if the build is already done, the ship might have already left the shore :D I expected some task in ant to analyze the build files instead of running build, which might give the enough information of my requireme

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