Hi all.
First of all needless to say how much I love gradle , and appreciate the great job you guys are doing , thumbs up .
Want to have some starting point in the following :
I have a legacy ant build ( old ejbc compilation) which iterates over a folder with *.xml descriptors , and processes each.
Is there a way to somehow imply ‘changed \ not changed’ mechanism for the folder , so gradle will compare , if there wee changes ( xml files added \ deleted ) in the folder , if ‘changed’ - run the task , if not skip it ?
many thanks in advance
Stas