Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 75055 invoked from network); 22 Jul 2006 09:39:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Jul 2006 09:39:59 -0000 Received: (qmail 33967 invoked by uid 500); 22 Jul 2006 09:39:58 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 33918 invoked by uid 500); 22 Jul 2006 09:39:58 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 33907 invoked by uid 99); 22 Jul 2006 09:39:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Jul 2006 02:39:58 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Jul 2006 02:39:57 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id 48EF37141F5; Sat, 22 Jul 2006 09:37:38 +0000 (GMT) From: bugzilla@apache.org To: dev@ant.apache.org Subject: DO NOT REPLY [Bug 40093] - ant.PropertyHelper reference not passed to called build In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20060722093738.48EF37141F5@brutus.apache.org> Date: Sat, 22 Jul 2006 09:37:38 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=40093 ------- Additional Comments From efanomars@yahoo.com 2006-07-22 09:37 ------- I see that passing the property helper as reference doesn't even make sense. Adding a property to the build would (AFAIK) also add it to the called build, which is wrong. A solution would be to clone the PropertyHelper if it's subclassed and if an attribute inheritPropertyHelper="true" is set. And I guess there are other tasks that would have to implement the same. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org