Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 97500 invoked from network); 2 Feb 2007 00:29:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Feb 2007 00:29:22 -0000 Received: (qmail 28197 invoked by uid 500); 2 Feb 2007 00:29:24 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 27967 invoked by uid 500); 2 Feb 2007 00:29:24 -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 27956 invoked by uid 99); 2 Feb 2007 00:29:23 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Feb 2007 16:29:23 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [148.87.113.118] (HELO rgminet01.oracle.com) (148.87.113.118) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Feb 2007 16:29:14 -0800 Received: from rgmgw1.us.oracle.com (rgmgw1.us.oracle.com [138.1.186.110]) by rgminet01.oracle.com (Switch-3.2.4/Switch-3.1.6) with ESMTP id l120Sq5S021850 for ; Thu, 1 Feb 2007 17:28:52 -0700 Received: from rcsmt250.oracle.com (rcsmt250.oracle.com [148.87.90.195]) by rgmgw1.us.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id l11N7cPs017729 for ; Thu, 1 Feb 2007 17:28:50 -0700 Received: from dhcp-1op5-1op6-west-144-25-142-129.us.oracle.com by rcsmt251.oracle.com with ESMTP id 2416097191170376042; Thu, 01 Feb 2007 17:27:22 -0700 Message-ID: <45C28593.2080103@oracle.com> Date: Thu, 01 Feb 2007 16:28:03 -0800 From: Guru Balse User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Ant Users List Subject: Probably been asked before - Trying to override old definition of References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Whitelist: TRUE X-Whitelist: TRUE X-Brightmail-Tracker: AAAAAQAAAAI= X-Virus-Checked: Checked by ClamAV on apache.org When I run my ant scripts I get these highly annoying and screen real-estate consuming messages like: Trying to override old definition of task shellscript ... Trying to override old definition of datatype isgreaterthan ... I am using ant 1.6.5 and I see in ComponentHelper.java (line 609) project.log("Trying to override old definition of " + (isTask ? "task " : "datatype ") + name, (def.similarDefinition(old, project)) ? Project.MSG_VERBOSE : Project.MSG_WARN); I tried running with "-q" option but that only works for top level script, does not work for scripts that are fired off using: ant antfile="..." Is there any way to turn off these messages? Thanks. - Guru Balse --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org