I have a 3 xml files build.xml, build_1.xml, build_2.xml. The build_1.xml, build_2.xml files have target with name 'compress'.
How can I configure build.xml file that when I call 'ant compress 1' it run compress target from build_1.xml file and accordingly run compress target from build_2.xml in case of 'ant compress 2'?