Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 57488 invoked from network); 6 Dec 2004 15:38:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Dec 2004 15:38:57 -0000 Received: (qmail 63704 invoked by uid 500); 6 Dec 2004 15:38:40 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 63665 invoked by uid 500); 6 Dec 2004 15:38:39 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 63645 invoked by uid 99); 6 Dec 2004 15:38:39 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from web20429.mail.yahoo.com (HELO web20429.mail.yahoo.com) (66.163.170.252) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 06 Dec 2004 07:38:37 -0800 Received: (qmail 74778 invoked by uid 60001); 6 Dec 2004 15:38:36 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=2okjdY4SJV9DDyTP+m7f5PZy9aI8OUyn5RN3z8vY0fqXgtNd38w398c5yofJaaUQmNJ05wCSNyQkSRZf0aYrsZgTdT/Hlb+YayIdu9+tQxtG5bJD49WipuO4UL2AzzXDhFhEjrtsvNMBWj5wfOYDB0TUdayJjIiIkb2rAKbUXIg= ; Message-ID: <20041206153836.74776.qmail@web20429.mail.yahoo.com> Received: from [65.247.233.249] by web20429.mail.yahoo.com via HTTP; Mon, 06 Dec 2004 07:38:36 PST Date: Mon, 6 Dec 2004 07:38:36 -0800 (PST) From: Matt Benson Subject: Re: Properties getting unset with ? To: Ant Users List , Martin Cooper In-Reply-To: <16d6c62004120511326d06b13e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --- Martin Cooper wrote: [SNIP] > So, I guess I'm stuck with doing things the clunky > way. Sigh. Okay, now, let's back up. You want to be able, as advertised, to enhance blah blah blah tasks called before or after... and so on. Okay... parent.xml: foo bar child.xml: after <echo>foo</echo> before <echo>foo</echo> There you have it. No big deal and not that complicated. The key is that while extending target foo seems like no big deal, the payoff is in the foo dependency of target bar. Now whenever you execute the bar target it will do what it would have done in the parent buildfile with foo augmented as necessary for the child build. HTH, Matt __________________________________ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org