You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Avlesh Singh <av...@gmail.com> on 2009/05/19 06:49:49 UTC

Progress bar for a custom Ant Task

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