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

2015-11-18 Thread jhm
Analyzing would be quite hard as you can include sub-builds dynamically: override the name from the command line or otherwise imported property value. add an additional subdirectory ... Especially if you think of using properties, their value can come from outside ... So analyzing in a genera

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