We have some jar's (project dependencies) at a shared location (i.e. \machine\jar). Currently, we copy these jar files manually from that shared location and add them to our project to resolve build dependencies.
I'm writing an Ant script to automate a few of our tasks. I was wondering if there is a way to copy these jars from the shared location to local system through ant script?