Re: nested ant cntrib for loops
You should be able to copy the files/dir without using Ant Contrib as well... Just need to adjust your On Fri, 3 Aug 2012, Shweta wrote: I have two txt files – File1.txt – contains list of src dir File2.txt – contains list of dest dir I need to do the copy using a loop from src dir to de
Re: nested ant cntrib for loops
I believe your problem is that you need a sequential element prior to your for... For example: @{i}@{j} copying On Fri, 3 Aug 2012, Shweta wrote: I have two txt f