You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2005/06/17 07:33:02 UTC

svn commit: r191088 - in /maven/maven-1/plugins/trunk/clover: plugin.jelly xdocs/changes.xml

Author: vmassol
Date: Thu Jun 16 22:33:00 2005
New Revision: 191088

URL: http://svn.apache.org/viewcvs?rev=191088&view=rev
Log:
MPCLOVER-44: The <code>ant:clover-check</code> Ant task requires <code>initString</code> parameter. Thanks to Carlos Sanchez.

Modified:
    maven/maven-1/plugins/trunk/clover/plugin.jelly
    maven/maven-1/plugins/trunk/clover/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/clover/plugin.jelly
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/clover/plugin.jelly?rev=191088&r1=191087&r2=191088&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/clover/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/clover/plugin.jelly Thu Jun 16 22:33:00 2005
@@ -553,7 +553,7 @@
   <goal name="clover:check" prereqs="clover:init"
       description="Fail the build if the coverage is lower than the specified threshold">
 
-    <ant:clover-check haltOnFailure="true">
+    <ant:clover-check haltOnFailure="true" initString="${maven.clover.database}">
 
       <j:if test="${!empty(context.getVariable('maven.clover.check.target'))}">
         <ant:setProperty name="target" value="${maven.clover.check.target}"/>

Modified: maven/maven-1/plugins/trunk/clover/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/clover/xdocs/changes.xml?rev=191088&r1=191087&r2=191088&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/clover/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/clover/xdocs/changes.xml Thu Jun 16 22:33:00 2005
@@ -26,6 +26,9 @@
   </properties>
   <body>
     <release version="1.10-SNAPSHOT" date="in svn">
+      <action dev="carlos" type="fix" isssue="MPCLOVER-44">
+        The <code>ant:clover-check</code> Ant task requires <code>initString</code> parameter.
+      </action>
       <action dev="vmassol" type="update" isssue="MPCLOVER-42">
         Upgrade to Clover 1.3.8.
       </action>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org