MPCLOVER-44: The <code>ant:clover-check</code> Ant task requires <code>initString</code> parameter. Thanks to Carlos Sanchez.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@191088 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2005-06-17 05:33:00 +00:00
parent ccdfeb4f33
commit 70ea4ead8a
2 changed files with 4 additions and 1 deletions

View File

@@ -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}"/>

View File

@@ -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>