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 - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -