Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 24216 invoked from network); 4 Jul 2006 21:59:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Jul 2006 21:59:50 -0000 Received: (qmail 91772 invoked by uid 500); 4 Jul 2006 21:59:47 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 91321 invoked by uid 500); 4 Jul 2006 21:59:44 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 91310 invoked by uid 99); 4 Jul 2006 21:59:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jul 2006 14:59:44 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of cgriddell@gmail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jul 2006 14:59:44 -0700 Received: by ug-out-1314.google.com with SMTP id m3so1917320ugc for ; Tue, 04 Jul 2006 14:59:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=abJb2Dg3XKMjFh9iAcqT/4QaH+VeRkLgbwUgKKXmplENqB7zy+3ROAN/lf0ORwf9EZEO3oPM2cjrxtKJLLpVkkWIDwzvaSLnMMhYbT5+1/YAJGca32LPJqs6Aw1WRgKmFQX4rDAAAwazKNIOFLLM8RpJQzLLMrVRkSHdqwC0N2g= Received: by 10.66.221.19 with SMTP id t19mr7005616ugg; Tue, 04 Jul 2006 14:59:22 -0700 (PDT) Received: by 10.66.249.6 with HTTP; Tue, 4 Jul 2006 14:59:22 -0700 (PDT) Message-ID: <46bc54db0607041459t3043681cm3ddaaf739ed0a306@mail.gmail.com> Date: Tue, 4 Jul 2006 14:59:22 -0700 From: "Cory Riddell" To: user@ant.apache.org Subject: Trying to override old definition of task emptymacro MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I have two ant files. base.xml: In base emptymacro deriv.xml: When I do ant -f deriv.xml go I get this output: Buildfile: deriv.xml Trying to override old definition of task emptymacro go: BUILD SUCCESSFUL Total time: 0 seconds So, since it reports success, I'm guessing the "Trying to override..." message is just a warning. I actually am trying to override that macro. Is that a bad idea? Is there a better way to do this? I'm using Ant 1.6.5. -cr --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org