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 8A0E9930D for ; Tue, 12 Jun 2012 21:00:17 +0000 (UTC) Received: (qmail 84857 invoked by uid 500); 12 Jun 2012 21:00:17 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 84782 invoked by uid 500); 12 Jun 2012 21:00:17 -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 84775 invoked by uid 99); 12 Jun 2012 21:00:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jun 2012 21:00:17 +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, 12 Jun 2012 21:00:15 +0000 Received: by eir.zones.apache.org (Postfix, from userid 80) id 49D5F5CDD; Tue, 12 Jun 2012 20:59:54 +0000 (UTC) From: bugzilla@apache.org To: notifications@ant.apache.org Subject: [Bug 53405] New: ExtensionPoint doesn't work with nested import/include Date: Tue, 12 Jun 2012 20:59:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ant X-Bugzilla-Component: Core X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jlboudart@apache.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: notifications@ant.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: priority bug_id assigned_to short_desc bug_severity classification op_sys reporter rep_platform bug_status version component product Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=53405 Priority: P2 Bug ID: 53405 Assignee: notifications@ant.apache.org Summary: ExtensionPoint doesn't work with nested import/include Severity: normal Classification: Unclassified OS: Linux Reporter: jlboudart@apache.org Hardware: PC Status: NEW Version: unspecified Component: Core Product: Ant Created attachment 28923 --> https://issues.apache.org/bugzilla/attachment.cgi?id=28923&action=edit enhanced extension-point-test.xml to reproduce the use case with nested include/import ExtensionPoint doesn't work when using nested import/include and fails with a message "referenced target XXXX is not an extension-point". Example : Say we have three distinct build file : * abstract-compile.xml defining an extension point named "compile" * compile-java.xml imports abstract-compile.xml and define a concrete target "compile-java" referenced as an extension-of "compile" * build.xml (the main script) including compile-java.xml with a prefix "myprefix". When project helper try to handle this use case, the build fail with the following message : "referenced target 'compile' is not an extension-point". -- You are receiving this mail because: You are the assignee for the bug.