Return-Path: Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 63286 invoked by uid 500); 19 Jun 2003 16:19:31 -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 63248 invoked from network); 19 Jun 2003 16:19:29 -0000 Received: from ierw.net.avaya.com (198.152.13.101) by daedalus.apache.org with SMTP; 19 Jun 2003 16:19:29 -0000 Received: from ierw.net.avaya.com (localhost [127.0.0.1]) by ierw.net.avaya.com (8.9.3+Sun/8.9.3) with ESMTP id MAA10302 for ; Thu, 19 Jun 2003 12:16:49 -0400 (EDT) Received: from IS0004AVEXU1.global.avaya.com (h135-64-105-51.avaya.com [135.64.105.51]) by ierw.net.avaya.com (8.9.3+Sun/8.9.3) with ESMTP id MAA10280 for ; Thu, 19 Jun 2003 12:16:48 -0400 (EDT) X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Zvi_Q: Progress of build file Date: Thu, 19 Jun 2003 19:19:30 +0300 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Zvi_Q: Progress of build file Thread-Index: AcM2RsuoMjomVWYaSAWkFFSz08JcRAAN731w From: "Rahamim, Zvi (Zvi) ** CTR **" To: "Ant Users List" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Thank you very much! Zvi Rahamim AVAyA Communication email: mailto:rahamim@avaya.com Phone: + 972 3 6459195=20 -----Original Message----- From: Antoine Levy-Lambert [mailto:levylambert@tiscali-dsl.de] Sent: Thursday, June 19, 2003 12:41 PM To: Ant Users List Subject: Re: Zvi_Q: Progress of build file What you want to have is called in ant terminology a logger. Have a look at this page : http://ant.apache.org/manual/listeners.html You can download the source code of ant and see how you create a custom logger/listener similar to the ones which are provided by default, but with the progress bar that you want. Then to use you logger you start ant with ant -logger my.custom.logger Cheers Antoine ----- Original Message ----- From: "Rahamim, Zvi (Zvi) ** CTR **" To: "Ant Users List" Sent: Thursday, June 19, 2003 8:16 AM Subject: Zvi_Q: Progress of build file Hi! I want to create a progress bar that shows the number of targets that = were finished (of a build file) and by that show the percent of the build process. How can I do it (from within the java code)? Thanks! Zvi --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org