I have one main ANT script and I need it to call other ANT scripts that are located in different directories. Can anyone indicate what is the ANT task that allows for running other ANT scripts?
I don't want to use a unix shell script as the master, since would like to keep everything in ANT for portability purposes.
Thanks!