Hi Gisbert,

The dashboard Jira can be found at..

http://jira.codehaus.org/browse/  theres a link to dashboard on the left.

I have the historic reports running fine, Ive attached my pom extracts..

Do your "non-historic" dashboard reports work ok?


<plugin>
               <groupId>org.codehaus.mojo</groupId>
               <artifactId>dashboard-maven-plugin</artifactId>
               <version>1.0-SNAPSHOT</version>
               <dependencies>
                   <dependency>
                       <groupId>com.oracle</groupId>
                       <artifactId>ojdbc14</artifactId>
                       <version>10.2.0.2.0</version>
                   </dependency>
               </dependencies>
               <configuration>
                   <dialect>
                       org.hibernate.dialect.Oracle9Dialect
                   </dialect>
                   <driverClass>
                       oracle.jdbc.driver.OracleDriver
                   </driverClass>
                   <connectionUrl>
                       [my db url]
                   </connectionUrl>
                   <username>[my username]</username>
                   <password>[my password]</password>
               </configuration>
           </plugin>

And in <reporting>..
   <!-- This must be the last report plugin -->
   <plugin>
                           <groupId>org.codehaus.mojo</groupId>
                           <artifactId>
                               dashboard-maven-plugin
                           </artifactId>
                           <version>1.0-SNAPSHOT</version>
   </plugin>

Hope this helps.
James


Gisbert Amm wrote:
Hello,

I followed the instructions on
http://mojo.codehaus.org/dashboard-maven-plugin/usage_historic.html

to get a dashboard history report and the data is written to the
database correctly. However, within the generated history.html, I only
find stuff like this, which isn't HTML at all:

<div id="bodyColumn">
<div id="contentBox">
        <dashboard><project name="My Service" artifactId="my-service"
currentVersion="0.9.10"
currentDate="2007-10-16 04:30:05"><aggregator
name="fbviolations">23</aggregator><aggregator name="clovertpc">66%</a
ggregator><aggregator name="cloverncloc">10574</aggregator><aggregator
name="cserrors">164</aggregator><aggregator n
ame="simiantdl">28</aggregator><aggregator
name="pmdviolations">23</aggregator><aggregator name="junitpassrate">100
%</aggregator><aggregator name="junittests">477</aggregator><aggregator
name="junitfailures">0</aggregator><aggregat
or name="juniterrors">0</aggregator><aggregator
name="cloverloc">21157</aggregator><aggregator name="cswarnings">41<
/aggregator></project>
...
</dashboard>
      </div>
      </div>

Have I overseen some configuration option or some mandatory setting? Am
I doing something wrong here or is this a bug in the plugin?

BTW: I wanted to report a little mistake in the usage instructions but
there seems to be no component for the Maven2 Dashboard Plugin in JIRA yet. Could it be created please?

Regards,
Gisbert



---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to