Re: Ant find duplicate files

2009-11-07 Thread cvsusr
Few more clarifications to be more clear... i can take one copy of the repeated files under the temp directory and do a build but need to keep track of the dirs where these files are repeated.. so that i could copy back my build artifact to the respective folders.. in the above case.. im f

Re: Ant find duplicate files

2009-11-07 Thread cvsusr
Thanks for ur replies.. i will look in to that .. before that i shall give you the explanation of the question. I have dirs like Title/t1 title/t2 title/t3 and more sub dirs in each t1/ t2 /t3// but at one level we have one folder named "src" under all t1, t2, t3 folder and we do have files

Re: Defining Properties in an Antlib

2009-11-07 Thread Dan Turkenkopf
Thanks for the help, I decided to use the init macro rather than bringing in another dependency and it seems to work well. -- Dan On Fri, Nov 6, 2009 at 7:26 AM, Wascally Wabbit < wascallywab...@earthling.net> wrote: > Dan Turkenkopf wrote: > >> Is there anyway to define a single set of propert