-----Original Message----- From: Dominique Devienne [mailto:ddevie...@gmail.com] Sent: mardi 26 avril 2016 13:11 To: Ant Users List Subject: Re: Multiple fileset and filelist comparisons
> Then maybe > http://stackoverflow.com/questions/5940918/how-to-use-ants-sync-task-but-based-on-file-contents > is closer to what you need. --DD Except they have 2 filesets, on my side for the 2nd comparison I have a fileList and a fileset and I could achieve to convert my fileList into a fileset to get the comparison feature (using 'present'). This is the problem. > PS: http://ant-contrib.sourceforge.net/tasks/tasks/outofdate.html might also > be of interest. Unlike <sync>, can get computed filesets/paths/etc... > Fear not, <outofdate> is of high-quality, like Ant, from an Ant commiter > (Peter Reilly) I'll have a look on this contrib, it could do the job Thanks Dominique