ant - To call a build.xml and run there from a target in another build.xml file -


I have the Build.xml file. Using that file, I want to run another build.xml file which is in second place using ant. How can I get it?

In the rescue

Examples of its use are as follows:



Comments

Popular posts from this blog

c++ - why does this code produce a runtime error? -

java - Can Find the error -

maximum size of array in c -