This is a patch for the <junit> task, that adds an option to use the traditional JUnit GUI instead of Ant's built-in text/xml/html/etc. formatters. You know, this kind of thing: http://junit.sourceforge.net/doc/testinfected/IMG00001.GIF
I think you could implement the same in terms of a formatter - so you wouldn't need to change the JUnit task at all.
Hmm... JUnit's GUI testrunners DO implement junit.framework.TestListener (which is how the formatters hook into things). That may be a much cleaner way of doing it.
=Matt
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]