Author: vmassol
Date: Tue May 10 11:47:23 2005
New Revision: 169507
URL: http://svn.apache.org/viewcvs?rev=169507&view=rev
Log:
Fixed issue with Clover task and type definitions not using an explicit
classpath which apparently breaks under Maven 1.1.
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=169507&r1=169506&r2=169507&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/clover/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/clover/plugin.jelly Tue May 10 11:47:23 2005
@@ -49,8 +49,8 @@
</j:choose>
</ant:path>
- <ant:taskdef resource="clovertasks"/>
- <ant:typedef resource="clovertypes"/>
+ <ant:taskdef resource="clovertasks" classpathref="clover.classpath"/>
+ <ant:typedef resource="clovertypes" classpathref="clover.classpath"/>
<!-- Check for the deprecated maven.clover.database.dir property -->
<j:choose>
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=169507&r1=169506&r2=169507&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/clover/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/clover/xdocs/changes.xml Tue May 10 11:47:23
2005
@@ -26,6 +26,10 @@
</properties>
<body>
<release version="1.9-SNAPSHOT" date="in SVN">
+ <action dev="vmassol" type="fix">
+ Fixed issue with Clover task and type definitions not using an
+ explicit classpath which apparently breaks under Maven 1.1.
+ </action>
<action dev="vmassol" type="update" issue="MPCLOVER-35">
Always generate Clover reports even when there is no coverage data. One
of the reason is that Clover generates metrics other than coverage
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]