running specific target in different ant scripts in different directories

前端 未结 2 1678
情歌与酒
情歌与酒 2020-12-22 03:52

We have a large amount of apps. They all have a build.xml file located in the projects base directory. I am trying to create an ant script that will go through

2条回答
  •  Happy的楠姐
    2020-12-22 04:21

    Is it possible to run the target in the all the build files concurrently ?

    E.g.

    
        
            
                
            
        
    
    

    In this example, is there any way to run target "test" present in all the build files (one/build.xml,two/build.xml,three/build.xml,four/build.xml) concurrently ?

提交回复
热议问题