I really need to learn scripting and do it.. Can I used java script?? I will give a try..
Is it so that i need to write java script and call it using groovy task?? Adam Leggett (UPCO) wrote: > > 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 for this scenario... >> ?? >> >> Thanks in advance.. >> >> >> >> >> cvsusr wrote: >> > >> > Hi >> > >> > In my ant build, >> > >> > I need to find duplicate files under set of dirs and if found, copy it >> to >> > the temp directory. >> > >> > say in my current 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 >> > >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://old.nabble.com/Ant-find-duplicate-files-tp26230907p26299131.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
