> -----Original Message-----
> From: Siegfried Goeschl [mailto:[EMAIL PROTECTED]
> Sent: lundi 10 janvier 2005 19:34
> To: Maven Users List
> Subject: Re: How to get Dashboard to run?!
> 
> Arghhh, you got me - the master project is at the same level as the
> subproject - now it works ... :-)

cool

> 
> The only thing which does not work is capturing the CLOVER results. I
> have CLOVER reports but the "dashboard-single.xml" shows
> 
> <?xml version="1.0" encoding="UTF-8"?>
> 
> <dashboard-single>
>   <aggregator name="cserrors">7</aggregator>
>   <aggregator name="cswarnings">0</aggregator>
>   <aggregator name="clovertpc">-</aggregator>
>   <aggregator name="cloverloc">-</aggregator>
>   <aggregator name="cloverncloc">-</aggregator>
> </dashboard-single>
> 
> Looking at the plugin it looks for a "clover.xml" and the default of the
> CLOVER plugin is NOT to generate a clover.xml -
> 
> maven.clover.report.xml=true

This is strange. It is not supposed to be required. I have this jelly code
in the plugin:

      <!-- Make sure that the Clover plugin generates only the XML report
(as 
           this is report used by the Clover aggregators to extract
information 
           from). The reason we disable the other reports is to win some
response
           time. -->
      <j:set var="cloverReportXml"
          value="${pom.getVariable('maven.clover.report.xml')}"/>
      <j:set var="maven.clover.report.xml" value="true" scope="parent"/>
      <j:set var="cloverReportHtml"
          value="${pom.getVariable('maven.clover.report.html')}"/>
      <j:set var="maven.clover.report.html" value="false" scope="parent"/>
      <j:set var="cloverReportSwing"
          value="${pom.getVariable('maven.clover.report.swing')}"/>
      <j:set var="maven.clover.report.swing" value="false" scope="parent"/>


Hmmm.... so it means this is not working anymore for some reason... strange
it works it the plugin's tests though...

> 
> fixes that and now it works like a charm ...
> 
> A very happy
> 
> Siegfried Goeschl

Cool :-)

[snip]

-Vincent

___________________________________________________________

Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !

Yahoo! Mail : http://fr.mail.yahoo.com


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

Reply via email to