vmassol     2004/09/30 05:19:50

  Modified:    clover   plugin.jelly
               clover/xdocs changes.xml
  Log:
  MPCLOVER-23. The default compiler was not reset after the execution of the 
<code>clover:report/code> goal.
  
  Revision  Changes    Path
  1.37      +1 -1      maven-plugins/clover/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/clover/plugin.jelly,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- plugin.jelly      11 Aug 2004 09:54:29 -0000      1.36
  +++ plugin.jelly      30 Sep 2004 12:19:50 -0000      1.37
  @@ -236,7 +236,7 @@
          be generated.
        ========================================================================
     -->
  -  <goal name="clover:report" prereqs="clover:on"
  +  <goal name="clover:report" prereqs="clover:init" 
         description="Generates the Clover reports">
   
       <!-- Skip reports if no coverage database has been created. -->
  
  
  
  1.38      +4 -0      maven-plugins/clover/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/clover/xdocs/changes.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- changes.xml       11 Aug 2004 09:54:29 -0000      1.37
  +++ changes.xml       30 Sep 2004 12:19:50 -0000      1.38
  @@ -26,6 +26,10 @@
     </properties>
     <body>
       <release version="1.6-SNAPSHOT" date="in CVS">
  +      <action dev="vmassol" type="fix" issue="MPCLOVER-23">
  +        The default compiler was not reset after the execution of the
  +        <code>clover:report/code> goal.
  +      </action>
         <action dev="vmassol" type="add">
           Added ability for users to specify their own Clover license
           file by overriding the new
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to