Hello,
We have a toplevel build.xml that essentially calls other projects' build.xml files. And this works just fine. However for each target that
ant automatically prints out, I can't tell which project's build.xml it came from. Below I have the following (sample) build.xml for each project. This produces output like:
I like the output that the echo statement does; however, it is unmaintainable/error-prone to have to put the echo statement in each task.
Is there an easier way? Any help would be appreciated.
We're using Ant version: 1.8.1
Thanks,
Jim