RTC build how to execute more build.xml
Accepted answer
I would make a master build.xml file that would subsequently call the child Ant scripts. More information can be found here: http://ant.apache.org/manual/Tasks/subant.html
~Spencer