> What's you intention here? Do you really want the copy task to run
> regardless of what's changed? Or do you want it to run only when the source
> files in 'src/main/filtered-webapp' change or the properties in
> 'filters/global-resource.filters' change?
>
>
I want it to run when a source file is change or when a filter file is
changed.  For this example I was just trying to get the most basic
upToDateWhen example to work.

I worked around the issue by creating a full Task object in buildSrc and
added a @InputFiles to one of the methods.  It is a more robust
implementation but it is good to work out bugs like this for those coming
along in the future.

Keep up the good work.

Reply via email to