Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 4485 invoked from network); 30 Sep 2009 15:26:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Sep 2009 15:26:07 -0000 Received: (qmail 76726 invoked by uid 500); 30 Sep 2009 15:26:01 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 76635 invoked by uid 500); 30 Sep 2009 15:26:01 -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 76536 invoked by uid 99); 30 Sep 2009 15:26:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Sep 2009 15:26:01 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of qazwart@gmail.com designates 209.85.220.226 as permitted sender) Received: from [209.85.220.226] (HELO mail-fx0-f226.google.com) (209.85.220.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Sep 2009 15:17:39 +0000 Received: by fxm26 with SMTP id 26so13109228fxm.23 for ; Wed, 30 Sep 2009 08:17:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=9KZv+xtZq0NmSYph0PE8Gr97es4jYbO9pq0uRhAZF/E=; b=MQimrCdpOQvTjIjnSnG9CHQHr/zivUaxQPAflEA8q/k9JxVI/yzj0pxL4dRGjAW5MG 9QPioYe+CIurf5At0wwzwJYsO1EezZLjZop6wuG779sLFNdSGbZB4WTmCHNIFKpUk4My UJPA1X4cxcj1LYYRo7IzlJ2Ff/J6QZ7S1Dapc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Hsiy5GLOkr0njfFMGNlLKTitZYvFfExrSvIqd/1ybKfSXG5TbhXlatnqi82j9oXPiQ rKbIYTZQRatrjUpLwn1NjtfhX5NCa/21hfIUKw3+t6ICqhViqTFZ9kcJ9VVBoFyrjfTg 5dsvnmIWuwKYZDnvHlr59HVZ7VeVfLiVdBY84= MIME-Version: 1.0 Received: by 10.204.34.9 with SMTP id j9mr5430290bkd.10.1254323839319; Wed, 30 Sep 2009 08:17:19 -0700 (PDT) In-Reply-To: <25677401.post@talk.nabble.com> References: <25677401.post@talk.nabble.com> Date: Wed, 30 Sep 2009 11:17:19 -0400 Message-ID: Subject: Re: not to display message 'deleting...' From: David Weintraub To: Ant Users List Content-Type: multipart/alternative; boundary=00032555a196e03e710474cd06fa X-Virus-Checked: Checked by ClamAV on apache.org --00032555a196e03e710474cd06fa Content-Type: text/plain; charset=ISO-8859-1 Ant normally displays each task it is executing, so the delete task will say [delete]. Have you tried running Ant with the -quiet switch? That should remove all the standard messages except for warnings. You can also look at the various loggers. For example, there's a log4j listener that will allow you to define each and every type of task and whether or not to report it. See: http://ant.apache.org/manual/listeners.html for more information. On Wed, Sep 30, 2009 at 5:03 AM, EetieD wrote: > > Is there a way not to display the message 'deleting a file...' when Apache > ANT is actually deleting a file? > > When I do this: > I see the message: [delete] Deleting: d:\pro.txt... > > For the product flow, it shouldn't display this message because of the > clarity. > > I hope someone can help me. Thanks! > > > -- > View this message in context: > http://www.nabble.com/not-to-display-message-%27deleting...%27-tp25677401p25677401.html > Sent from the Ant - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > -- David Weintraub qazwart@gmail.com --00032555a196e03e710474cd06fa--