You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2016/01/24 18:32:38 UTC

[Bug 58886] Targets are called several times

https://bz.apache.org/bugzilla/show_bug.cgi?id=58886

--- Comment #1 from Stefan Bodewig <bo...@apache.org> ---
Not a solution or a complete analysis so far, but running ant -v will tell you

Build sequence for target(s) `platform' is [bar, foo/export, bar.bar, extpoint,
platform]

so the target "bar" is executed twice, once with its prefixed name and once
with its plain name. At first I thought it might by depends and extensionOf
colliding, but removing the depends from foo/export yields

Build sequence for target(s) `platform' is [foo/export, bar, bar.bar, extpoint,
platform]

which only rearranges the targets but keeps bar inside of the list twice.

This certainly looks like a bug and I'm trying to figure out which change in
1.9.4 may have caused it.

-- 
You are receiving this mail because:
You are the assignee for the bug.