I wish to copy the executable jar file of a project immediately after its building completes to another folder location.
I do have a batch file to do that but, I wish to automate that in such a way that it is executed as and when the build finishes ….. !
How can I do it ?
Please help!
I guess by editing the Build.xml file one can try copying the file automatically to a desired location.
This is the Build.xml
“-post-jar” allows the batch to execute only after the jar building process is complete.
For further information you may check out this web page.