Re: Need help!! Ant find duplicate files

2009-11-11 Thread Scot P. Floess
-find-duplicate-files-tp26230907p26298938.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

Re: Need help!! Ant find duplicate files

2009-11-11 Thread Adam Leggett (UPCO)
Ok, if your preference is javascript you could try the optional scriptdef task instead: http://ant.apache.org/manual/OptionalTasks/scriptdef.html The above page provides an example of how to iterate through filesets which should give you a good start. Thanks Adam On Wed, 2009-11-11 at 02:28 -0

Re: Need help!! Ant find duplicate files

2009-11-11 Thread cvsusr
>> > >> > Can this be done in any way.. >> > >> > Thanks >> > >> > > > - > To unsubscribe, e-mail: user-unsubscr...@ant.apache.org > For additional comman

Re: Need help!! Ant find duplicate files

2009-11-11 Thread Greg Roodt
Adam's suggestion of a script is probably going to be the simplest solution. Another option may be to take a look at the Checksum task and generate MD5 hashes for the files, then compare the MD5 hash values for each file, if the values are equal, then you know you have a duplicate. You could then

Re: Need help!! Ant find duplicate files

2009-11-11 Thread Adam Leggett (UPCO)
If you are comfortable with scripting using syntax akin to Java, i'd suggest you use the groovy ant task to do something like this http://groovy.codehaus.org/The+groovy+Ant+Task Thanks Adam On Wed, 2009-11-11 at 02:13 -0800, cvsusr wrote: > Is there any Ant experts who can provide a solutions

Need help!! Ant find duplicate files

2009-11-11 Thread cvsusr
nt dir i have chk/src/a.txt and chk/src2/a.txt and > chk/src2/b.txt > > the task should find a.txt under src and src2 and copy it to chk/test dir > with folder names > > Can this be done in any way.. > > Thanks > -- View this message in context: http://old.nabble

Re: Ant find duplicate files

2009-11-10 Thread cvsusr
;> >> >> >> >> >> >> >> cvsusr wrote: >>> >>> Hi >>> >>> In my ant build, >>> >>> I need to find duplicate files under set of dirs and i

Re: Ant find duplicate files

2009-11-10 Thread cvsusr
and >> chk/src2/b.txt >> >> the task should find a.txt under src and src2 and copy it to chk/test dir >> with folder names >> >> Can this be done in any way.. >> >> Thanks >> > > -- View this message in context: http://old.nabble.com/Ant-find-duplicate-files-tp26230907p26280745.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

Re: Ant find duplicate files

2009-11-07 Thread cvsusr
rc and src2 and copy it to chk/test dir > with folder names > > Can this be done in any way.. > > Thanks > -- View this message in context: http://old.nabble.com/Ant-find-duplicate-files-tp26230907p26247900.h

Re: Ant find duplicate files

2009-11-07 Thread cvsusr
s > > Can this be done in any way.. > > Thanks > -- View this message in context: http://old.nabble.com/Ant-find-duplicate-files-tp26230907p26247849.html Sent from the Ant - Users mailing list archive at Nabble.com. -