-
How do I create ant task to copy required package.xml filesto another directory to deploy?
I have a configured package .xml file from Force.com IDE and when I use the same to deploy certain changes from another folder ANT is scanning the entire metadata. Though it is supposed to function like that but is there any way I can create an ANT task which copies only the required files to another directory?
Log In to reply.