RE: JUnit and summaries?

2009-04-11 Thread Martin Gainty
testsgen with junit will create the individual testcases javac will compile the testcases for you junitreport will use xslt to transform the xml to put into html format.. if you could supply a few Java classes from your package I could wire up a quick harness for you.. Mit Freundlicher Gruben

Re: JUnit and summaries?

2009-04-11 Thread supareno
Francis, junitreport merges the xml generated by the junit task so why don't you parse the xml files generated by the junitreport task to find the things that you want? Le Friday 10 April 2009 21:33:05 supareno, vous avez écrit : Francis, have a look at http://ant.apache.org/manual/Optio

Re: JUnit and summaries?

2009-04-11 Thread Francis Galiegue
Le Friday 10 April 2009 21:33:05 supareno, vous avez écrit : > Francis, > > have a look at > > http://ant.apache.org/manual/OptionalTasks/junitreport.html > > html reports are great! > I know about HTML reports, but this is not what I want. We use a nabaztag rabbit and want to make it tell, at th