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 2004/07/10 15:04:46 UTC

cvs commit: maven-plugins/clover/xdocs changes.xml

vmassol     2004/07/10 06:04:46

  Modified:    clover   plugin.jelly project.xml
               clover/xdocs changes.xml
  Log:
  Updated to Clover Ant 1.3_01.
  
  Revision  Changes    Path
  1.26      +9 -3      maven-plugins/clover/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/clover/plugin.jelly,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- plugin.jelly	6 Jul 2004 12:37:17 -0000	1.25
  +++ plugin.jelly	10 Jul 2004 13:04:46 -0000	1.26
  @@ -55,12 +55,12 @@
             <ant:pathelement path="${maven.clover.jar}"/>
           </j:when>
           <j:otherwise>
  -          <ant:pathelement path="${plugin.getDependencyPath('clover')}"/>
  +          <ant:pathelement path="${plugin.getDependencyPath('clover:clover-ant')}"/>
           </j:otherwise>
         </j:choose>
       </ant:path>
   
  -	<ant:taskdef resource="clovertasks"/>
  +    <ant:taskdef resource="clovertasks"/>
       <ant:typedef resource="clovertypes"/>
   
       <j:set var="cloverDatabase" 
  @@ -74,7 +74,13 @@
       <ant:mkdir dir="${maven.clover.build.classes}"/>
       <ant:mkdir dir="${maven.clover.database.dir}"/>
       <ant:mkdir dir="${cloverReportDirectory}"/>
  -  
  +
  +    <!-- Add the Clover license to the classpath. -->
  +    <j:invokeStatic className="java.lang.System" method="setProperty">
  +      <j:arg type="java.lang.String" value="clover.license.path"/>
  +      <j:arg type="java.lang.String" value="${plugin.getDependencyPath('clover:clover-30day-eval')}"/>
  +    </j:invokeStatic>
  +
     </goal>
   
     <!--
  
  
  
  1.43      +9 -3      maven-plugins/clover/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/clover/project.xml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- project.xml	25 Jun 2004 15:24:27 -0000	1.42
  +++ project.xml	10 Jul 2004 13:04:46 -0000	1.43
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-clover-plugin</id>
     <name>Maven Clover Plugin</name>
  -  <currentVersion>1.5</currentVersion>
  +  <currentVersion>1.6-SNAPSHOT</currentVersion>
     <description/>
     <shortDescription>Produce Clover reports</shortDescription>
     <url>http://maven.apache.org/reference/plugins/clover/</url>
  @@ -102,11 +102,17 @@
     <dependencies>
       <dependency>
         <groupId>clover</groupId>
  -      <artifactId>clover</artifactId>
  -      <version>1.2.3</version>
  +      <artifactId>clover-ant</artifactId>
  +      <version>1.3_01</version>
         <properties>
           <classloader>root</classloader>
         </properties>
  +    </dependency>
  +    <dependency>
  +      <groupId>clover</groupId>
  +      <artifactId>clover-30day-eval</artifactId>
  +      <version>1.0</version>
  +      <type>license</type>
       </dependency>
     </dependencies>
   </project>
  
  
  
  1.31      +5 -0      maven-plugins/clover/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/clover/xdocs/changes.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- changes.xml	12 Jun 2004 05:20:57 -0000	1.30
  +++ changes.xml	10 Jul 2004 13:04:46 -0000	1.31
  @@ -25,6 +25,11 @@
       <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
     </properties>
     <body>
  +    <release version="1.6-SNAPSHOT" date="in CVS">
  +      <action dev="vmassol" type="update">
  +        Updated to Clover Ant 1.3_01.
  +      </action>
  +    </release>
       <release version="1.5" date="2004-05-15">
         <action dev="vmassol" type="fix">Do not execute Clover if there are no tests to run Clover on. This prevents an error happening in the
           <code>clover:on</code>goal.
  
  
  

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