Author: erwan
Date: Mon Apr 4 09:33:01 2011
New Revision: 1088524
URL:
http://svn.apache.org/viewvc?rev=1088524&view=revLog:
Adding description for cobertura-report task
Modified:
ofbiz/trunk/build.xml
Modified: ofbiz/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1088524&r1=1088523&r2=1088524&view=diff==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Mon Apr 4 09:33:01 2011
@@ -750,7 +750,8 @@ under the License.
<ant antfile="runtime/test-list-build.xml" target="all-tests"/>
</target>
- <target name="cobertura-report">
+ <target name="cobertura-report"
+ description="generates a HTML code coverage report with cobertura, can be found in runtime/logs/cobertura-report">
<delete dir="runtime/logs/cobertura-report"/>
<mkdir dir="runtime/logs/cobertura-report"/>
<taskdef resource="tasks.properties">