Re: compare files from 2 directories

2011-02-25 Thread Antoine Levy-Lambert
If you want to compare two directories using ant, you can do this by using the present and the different selectors. these files are only in bar : ${toString:onlyinbar} these files are different in bar compared to foo : ${toString:differentbarfoo} Regards, Antoine [1] htt

Re: compare files from 2 directories

2011-02-25 Thread Antoine Levy-Lambert
Maybe you have a program running which is writing a log file under C:\Program Files. You should try on a tiny set of files which you know are not going to change. Regards, Antoine On 2/25/2011 11:32 AM, ritchie wrote: I used the below checksum task and i passed the same directory twice bu

Re: Error parsing ivy.xml files using Jenkins

2011-02-25 Thread David Goblirsch
anders.jacobs...@gmail.com wrote: Hi! The Jenkins Ivy plugin uses Ivy 2.1 internally so yes, it would not allow version="2.2". Ivy 2.1 only allows "1.0", "1.1", "1.2", "1.3", "1.4" and "2.0". Good to know, but the manual doesn't say that the ivy-module version tracks the release number.

Re: compare files from 2 directories

2011-02-25 Thread ritchie
I used the below checksum task and i passed the same directory twice but i am getting different values for the same directory. value of prop is ${ab1} ${ab2} [echo] value of prop is 8a76f4364f3d593d9af177630b22b431 [echo] fb3eb4fb22641ba916e55230b597b12a -

compare files from 2 directories

2011-02-25 Thread ritchie
I want to check files from 2 directories for filematch, I tried using checksum task but it does not work for 2 directories. Is it possible to attain this by using ant alone? -- View this message in context: http://ant.1045680.n5.nabble.com/compare-files-from-2-directories-tp3400285p3400285.html