Skip to content
Julien Marginier edited this page May 5, 2015 · 7 revisions
  1. Import the maven project

  2. call package goal

  3. add ant-junitextender.jar to the lib directory of ant

  4. 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

Clone this wiki locally