On 11/01/06, Lothar Krenzien <[EMAIL PROTECTED]> wrote: > > > Hi Stefan, > > of course I've tried different formatters, with and without "usefile". But > I don't get any output. Only when I use the .class extension in the filename > for the TestSuite class I get an ClassNotFoundException, otherwise nothing > happens. > > Thanks, Lothar > > "Ant Users List" <user@ant.apache.org> schrieb am 11.01.06 06:04:45: > > > > On Tue, 10 Jan 2006, Lothar Krenzien <[EMAIL PROTECTED]> wrote: > > > > > When I run a JUnit test suite from ant I would like to see at least > > > the result of the tests. At the moment only errors are logged. > > > > That's what the brief formatter does. But you should be getting the > > summary given your task. > > > > It sounds as if you wanted to use the plain formatter instead of the > > brief one. > > > > Stefan > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > ______________________________________________________________ > Verschicken Sie romantische, coole und witzige Bilder per SMS! > Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > Hi, I am not quite sure if I understood you correctly but let me write these: First Stefan is absolutely right - the fornatter nested element has "type" attribute, which should be set to one of these: brief(will only generate info for the testcases that failed), plain(will generate statistics for all the testcases), xml (will generate a xml infos). Second - according to the manual: "The name of the file is determined by the name of the test and can be set by the outfile attribute of <test>." So why don't you try this and tell us what happened? HTH
-- Regards, Petar!