Have you tried the Condition task? I usually trigger builds with a
combination of Condition, uptodate, and a mapper (although I haven't
done this against an Ivy repository yet).
Josh
Sent from my iPhone
On Jan 20, 2010, at 6:17 AM, Timothy Aston <[email protected]>
wrote:
I'm wondering if anyone can advise on techniques for having a module
build
only if there are changes. i.e. if the modified dates on any files
in a
particular fileset (the source files) are later than the publication
date
of the latest version of the module. I have a feeling this may
require
ant-contrib, which is OK as our build is already using that for other
reasons.
-Tim