On 27 Nov 2001, <[EMAIL PROTECTED]> wrote:

> I saw somewhere that it is possible to use Ant and Junit and get
> output that looks like this: running com.example.Test
> .........................................  ....................
> Time: 47.249
> 
> OK (61 tests)

looks as if this is running junit.textui.TestRunner via <java> and not
using the <junit> task.

You could write a formatter that looks like the above.

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to