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

nitin reddy <[email protected]>
Newsgroups gmane.comp.jakarta.ant.user
Message-ID <CAAwG3eTzoQsMGHoDiNRm9o8k2qPwkEE6ZW9xbSugPYLif-yMjg@mail.gmail.com>
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 like this

<project name="test">
 <property name="project.name" value="test"/>

 <ant antfile="module1/build.xml" />
 <ant antfile="module2/build.xml" />
</project>

There's echoproperties task which can list out some useful information.

But it doesn't list out anything regarding `antfile` which can call
another build.xml



Any help is appreciated.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.