vmassol     2004/07/16 06:31:52

  Modified:    clover   plugin.jelly
  Log:
  Make the swing report work again with Clover 1.3
  
  Revision  Changes    Path
  1.32      +1 -9      maven-plugins/clover/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/clover/plugin.jelly,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- plugin.jelly      16 Jul 2004 13:24:00 -0000      1.31
  +++ plugin.jelly      16 Jul 2004 13:31:52 -0000      1.32
  @@ -276,15 +276,7 @@
        ========================================================================
     -->
     <goal name="clover:swing-report-internal">
  -    <ant:mkdir dir="${cloverReportDirectory}"/>
  -    <ant:java classname="com.cortexeb.tools.clover.reporters.jfc.Viewer"
  -        fork="yes">
  -        <ant:arg line="${clover.initstring}"/>
  -        <ant:classpath>
  -          <ant:path refid="maven-classpath"/>
  -          <ant:path refid="clover.classpath"/>
  -        </ant:classpath>
  -    </ant:java>
  +    <clover-view initString="${clover.initstring}"/>
     </goal>
     <goal
       name="clover:swing-report"
  
  
  

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

Reply via email to