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 CC9FB102BB for ; Tue, 1 Apr 2014 19:34:00 +0000 (UTC) Received: (qmail 46125 invoked by uid 500); 1 Apr 2014 19:34:00 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 46034 invoked by uid 500); 1 Apr 2014 19:33:58 -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 46027 invoked by uid 99); 1 Apr 2014 19:33:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2014 19:33:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.115] (HELO eir.zones.apache.org) (140.211.11.115) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2014 19:33:57 +0000 Received: by eir.zones.apache.org (Postfix, from userid 80) id C08D61A2AB; Tue, 1 Apr 2014 19:33:36 +0000 (UTC) From: bugzilla@apache.org To: notifications@ant.apache.org Subject: [Bug 56337] New: Extension point target rewriting Date: Tue, 01 Apr 2014 19:33:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ant X-Bugzilla-Component: Core X-Bugzilla-Version: 1.9.3 X-Bugzilla-Keywords: X-Bugzilla-Severity: regression X-Bugzilla-Who: rich@steelezone.net 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: bug_id short_desc product version rep_platform bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=3D56337 Bug ID: 56337 Summary: Extension point target rewriting Product: Ant Version: 1.9.3 Hardware: PC Status: NEW Severity: regression Priority: P2 Component: Core Assignee: notifications@ant.apache.org Reporter: rich@steelezone.net Created attachment 31464 --> https://issues.apache.org/bugzilla/attachment.cgi?id=3D31464&action= =3Dedit Sample build scripts I have two build files, the main one called build.xml: and hello.xml that it imports: With Ant 1.8.4 when I run the "greeting" target I get: =CE=BB ant greeting Buildfile: C:\Development\projects\ant-playground\override-target\build.xml hi: [echo] Hello greeting: BUILD SUCCESSFUL Total time: 0 seconds However, with Ant 1.9.3 I get: =CE=BB ant greeting Buildfile: C:\Development\projects\ant-playground\override-target\build.xml hello.hi: [echo] Hi!!! greeting: BUILD SUCCESSFUL This change in behavior is obviously wrecking havoc with our build scripts = that depend on some amount of target overriding. Is the new behavior considered= the correct way and, if so, is there a way to revert back to the old behavior? I suspect this is related to bug 54940. --=20 You are receiving this mail because: You are the assignee for the bug.=