Author: markt
Date: Tue Nov 5 09:57:38 2013
New Revision: 1538921
URL: http://svn.apache.org/r1538921
Log:
Document how to enable Cobertura code coverage
Modified:
tomcat/trunk/BUILDING.txt
Modified: tomcat/trunk/BUILDING.txt
URL:
http://svn.apache.org/viewvc/tomcat/trunk/BUILDING.txt?rev=1538921&r1=1538920&r2=1538921&view=diff
==============================================================================
--- tomcat/trunk/BUILDING.txt (original)
+++ tomcat/trunk/BUILDING.txt Tue Nov 5 09:57:38 2013
@@ -362,6 +362,11 @@ For example:
junit.formatter.usefile=false
+ 4. Optional support is provided for the Cobertura code ocverage tool. It can
be
+ enabled using the following property:
+
+ test.cobertura=true
+
(8) Source code checks
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]