Le dimanche 12 avril 2009, Martin Gainty a écrit :
> 
> testsgen with junit will create the individual testcases
> javac will compile the testcases for you
> junitreport will use xslt to transform the <accumulated results of> xml 
> to put into html format..
> 

Well, I have come up with a quick solution... Generate an XML report with 
<junitreport>, then <xslt> to apply a stylesheet which sums all tests, 
failures and errors, and then <xmlproperty> on the generated file. It works!

-- 
Francis Galiegue
ONE2TEAM
Ingénieur système
Mob : +33 (0) 683 877 875
Tel : +33 (0) 178 945 552
f...@one2team.com
40 avenue Raymond Poincaré
75116 Paris

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to