Folks,
I need to run multiple instances of the same target in ant. i.e The deployed ant target should be able to accessible by many users and they should be able to execute the build in parallel.
Regards, Dhinesh.M
Folks,
I need to run multiple instances of the same target in ant. i.e The deployed ant target should be able to accessible by many users and they should be able to execute the build in parallel.
Regards, Dhinesh.M
This is possible with Client-Server mechanism. It has to be implemented via remoteant where the client invokes the ant target in the server. By this multiple users can access the same ant file and execute the build.