On Thu, 12 Jul 2001, Michael Weir <[EMAIL PROTECTED]> wrote:

> I.e. the main target depends on two 'bad' targets.
> 
> I expected that the bad file copies would fail, and that the only
> target to execute would be badTarget.  Instead I get this:

Ant doesn't know the concept of "failed targets", just failed builds.
If your copy tasks would fail (they will do in Ant 1.4) your main
target will never be reached.

Stefan

Reply via email to