Given two directories ('a' and 'b'), each containing files, neither containing directories.
My goal is to remove all files from 'b' that for which there are files with the same name in 'a'.
Can anyone suggest an ant recipe for this (short of writing javascript or java code)?