Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 30171 invoked from network); 19 May 2009 04:50:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 May 2009 04:50:26 -0000 Received: (qmail 32347 invoked by uid 500); 19 May 2009 04:50:20 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 32259 invoked by uid 500); 19 May 2009 04:50:20 -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 32249 invoked by uid 99); 19 May 2009 04:50:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 May 2009 04:50:20 +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 avlesh@gmail.com designates 209.85.221.116 as permitted sender) Received: from [209.85.221.116] (HELO mail-qy0-f116.google.com) (209.85.221.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 May 2009 04:50:10 +0000 Received: by qyk14 with SMTP id 14so6694502qyk.14 for ; Mon, 18 May 2009 21:49:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=sdTkPiHIy/vzf3nEAK0ObXgoFAuWWK+7rGdc4oozGeQ=; b=maYmuH9NetRXoCdPG792Mi1HMEGpNKksrT0LEHyhbuHNgEKnIaBqCTaTZlmwa5JGj7 4UT3wnS5YcX6OZ74WKt/27jyb1PGGcaOVzUIF9HbD5Xbbti3ggZDawQJSh86Zok49MUs mOuyzL/KARLVOeiRlObUFGvcI0LT4dPhrIZfs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=J8LcfW111jD5wqwlwiBmxf5MBzavapX/RxiwsXkepN7gl5Cb3RQwJBN9HS/rS8kkj2 LTj2N3ByNhiYxJ4k53p6cCckt5tYF50eJIc9uhcUstlU9+ptDhpxHUFX7LLjRUljM/yU WCISujH+OHf6pfn3oeLsp6a6brNkpPbrvyuHE= MIME-Version: 1.0 Received: by 10.224.11.17 with SMTP id r17mr7092378qar.346.1242708590001; Mon, 18 May 2009 21:49:50 -0700 (PDT) Date: Tue, 19 May 2009 10:19:49 +0530 Message-ID: Subject: Progress bar for a custom Ant Task From: Avlesh Singh To: user@ant.apache.org Content-Type: multipart/alternative; boundary=0015175cba6210fdff046a3ca4e1 X-Virus-Checked: Checked by ClamAV on apache.org --0015175cba6210fdff046a3ca4e1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I wrote a custom task which needs to display some sort of a progress bar. I have all the necessary data in the Task to display the progress bar. Calls to the log method display output in a new line. Is there a way from within a task, to be able to use the same line for logging the output. Cheers Avlesh --0015175cba6210fdff046a3ca4e1--