Return-Path: X-Original-To: apmail-ant-notifications-archive@minotaur.apache.org Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5E1A418E3C for ; Sun, 24 Jan 2016 17:32:40 +0000 (UTC) Received: (qmail 10702 invoked by uid 500); 24 Jan 2016 17:32:40 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 10653 invoked by uid 500); 24 Jan 2016 17:32:40 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 10644 invoked by uid 99); 24 Jan 2016 17:32:40 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jan 2016 17:32:40 +0000 Received: from asf-bz1-us-mid.priv.apache.org (nat1-us-mid.apache.org [23.253.172.122]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPS id E517D1A0622 for ; Sun, 24 Jan 2016 17:32:39 +0000 (UTC) Received: by asf-bz1-us-mid.priv.apache.org (ASF Mail Server at asf-bz1-us-mid.priv.apache.org, from userid 33) id 24087604F4; Sun, 24 Jan 2016 17:32:38 +0000 (UTC) From: bugzilla@apache.org To: notifications@ant.apache.org Subject: [Bug 58886] Targets are called several times Date: Sun, 24 Jan 2016 17:32:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ant X-Bugzilla-Component: Core X-Bugzilla-Version: 1.9.4 X-Bugzilla-Keywords: X-Bugzilla-Severity: regression X-Bugzilla-Who: bodewig@apache.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: notifications@ant.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bz.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 https://bz.apache.org/bugzilla/show_bug.cgi?id=58886 --- Comment #1 from Stefan Bodewig --- 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.