You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Morgan Fletcher <mo...@provato.com> on 2000/10/12 23:49:12 UTC

File dependencies between targets

A file in target "A" changes. Target "B" depends on target "A". The
developer runs 'ant B'. The "A" target gets rebuilt, because of the file
change, but the "B" target does not. However, the file change in "A" was an
interface change that affects "B".

I'm not exactly sure of what the solution should be, but I wonder how I
could go about setting more aggressive dependency follow-through.

We're running ant 1.1.

Advice?

morgan