Re: target progress bar

2007-11-22 Thread Dale Anson
retty good indication of how far along the build is, percentage-wise. Dale Rebhan, Gilbert wrote: -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 07, 2007 1:21 PM To: Ant Users List Subject: Re: target progress bar /* At its most rig

Re: target progress bar

2007-11-07 Thread Jo Support
On Nov 7, 2007 11:26 AM, Steve Loughran <[EMAIL PROTECTED]> wrote: > Jo Support wrote: > > Thank you very much for all the suggestions (Hudson and Ant Explorer), > > but both don't fit with my need. I only need to substitute standard > > output with a progress bar, without installing any graphical

RE: target progress bar

2007-11-07 Thread Rebhan, Gilbert
-Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 07, 2007 1:21 PM To: Ant Users List Subject: Re: target progress bar /* At its most rigorous, predicting how long something will take to complete requires a solution to the halting problem: a

Re: target progress bar

2007-11-07 Thread Steve Loughran
Rebhan, Gilbert wrote: -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] /* One problem with a progress bar is estimating time remaining; a build does not know how much work is left or how long it will take, so its hard to present. */ if not impossible at all A

RE: target progress bar

2007-11-07 Thread Rebhan, Gilbert
-Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 07, 2007 11:27 AM To: Ant Users List Subject: Re: target progress bar /* Jo Support wrote: > I've tried to develop a progress bar by myself, but I have some > concurrency tro

Re: target progress bar

2007-11-07 Thread Steve Loughran
Jo Support wrote: Thank you very much for all the suggestions (Hudson and Ant Explorer), but both don't fit with my need. I only need to substitute standard output with a progress bar, without installing any graphical product but a task def for ant. I've tried to develop a progress bar by myself

Re: target progress bar

2007-11-07 Thread Jo Support
Thank you very much for all the suggestions (Hudson and Ant Explorer), but both don't fit with my need. I only need to substitute standard output with a progress bar, without installing any graphical product but a task def for ant. I've tried to develop a progress bar by myself, but I have some co

Re: target progress bar

2007-11-06 Thread david
Try: http://www.yworks.com/en/products_antexplorer_walkthrough.htm#depbar Jo Support wrote .. > hi, is there a lib that can display a target progress (or percentage > progress, or something similar) bar instead of the standard output of each > tasks? > i'd like to make my scripts' users blind of t

Re: target progress bar

2007-11-06 Thread David Weintraub
Use Hudson as a front end. It has a progress bar that you're looking for and a very nice and easy to understand GUI. Hudson is really an auto-build executioner. It is made to automatically do a build either at fixed times, or whenever somebody does a checkin. It can also automatically run JUnit te