-
Notifications
You must be signed in to change notification settings - Fork 0
How to use ?
Julien Marginier edited this page May 5, 2015
·
7 revisions
-
Import the maven project
-
call package goal
-
add ant-junitextender.jar to the lib directory of ant
-
Add these elements to build ant
//define the doclet //define the task...this way can be used only if the plugin has been added to the ant lib directory //create javadoc target with this element...generate the javadoc with the xml doclet
//call the default junitreport task
//then call the junitextendertask
//and finally, call xslt task for transform TESTS-TestSuites-extended.xml to HTML frame