Execute an Ant script from other ant script?

Posted by ipkiss on Stack Overflow See other posts from Stack Overflow or by ipkiss
Published on 2010-05-07T04:32:42Z Indexed on 2010/05/07 4:38 UTC
Read the original article Hit count: 552

Filed under:
|

Hi, I have several ant scripts, for example ant1.xml, ant2.xml, ant3.xml. And I want to execute ant1.xml and ant2.xml in ant3.xml, so that when I execute ant3.xml, ant1.xml and ant2.xml are executed.

Can anyone show me some ways, please?

Thanks

© Stack Overflow or respective owner

Related posts about ant

Related posts about script