From: Jeff J. <jef...@us...> - 2006-06-06 03:05:15
|
jeffjensen 06/06/04 21:50:37 Modified: cobertura/xdocs index.xml Log: Add note on Cobertura needs debug on. Revision Changes Path 1.4 +24 -13 maven-plugins/cobertura/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/index.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- index.xml 14 Jul 2005 05:46:13 -0000 1.3 +++ index.xml 5 Jun 2006 04:50:37 -0000 1.4 @@ -24,19 +24,30 @@ </properties> <body> <section name="Cobertura Plugin"> - <p> - The Cobertura tool is a free and easy to use source code coverage analyser. - It helps you to discover where your source-code lacks in test coverage. - </p> - <p> - Check a sample of the <a href="cobertura/index.html">coverage report</a> - and the <a href="cobertura/cobertura-check.html">checking report</a>. - </p> - <p> - For more information regarding Cobertura check out the - <a href="http://cobertura.sourceforge.net/" target="_blank"> - project homepage</a>. - </p> + <subsection name="Overview"> + <p> + The Cobertura tool is a free and easy to use source code coverage analyser. + It helps you to discover where your source-code lacks in test coverage. + </p> + <p> + Check a sample of the <a href="cobertura/index.html">coverage report</a> + and the <a href="cobertura/cobertura-check.html">checking report</a>. + </p> + <p> + For more information regarding Cobertura check out the + <a href="http://cobertura.sourceforge.net/" target="_blank"> + project homepage</a>. + </p> + </subsection> + <subsection name="Important Notes"> + <p> + Cobertura requires compiling with debug on, + which is the Maven default. + If running maven-cobertura-plugin yields no results, + start by checking the setting of + maven.compile.debug. + </p> + </subsection> </section> </body> </document> |