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 concurrency trouble on the standard output with ant: it seems that actually ant locks up the console output, so I can't print the progress until the end of the target (quite unuseful...). I hoped there where third party libs to use, but if there aren't, I'll move on the developer mailing list in order to solve my self-made progress bar problems. Thank you once again for the support! Jo On Nov 6, 2007 7:41 PM, david <[EMAIL PROTECTED]> wrote: > 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 the standard output, but give > > them the sensation the workstation isn't locked. > > > > any idea/suggestion? > > > > ps: splash task doesn't match my needs > > > > thank you very much > > jo > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
