Re: maven Dashboard Report Plugin

2011-03-30 Thread Anders Hammar
question. I need to control the quality of code of some projects. > Indeed, we need the cobertura, codenarc, stylechek.. > After a long search in net, I have found that the maven plugin "Dashboard > Report Plugin" can offer us all what we need. > however, our projects are not ma

maven Dashboard Report Plugin

2011-03-29 Thread ensienne
Hello, I have a question. I need to control the quality of code of some projects. Indeed, we need the cobertura, codenarc, stylechek.. After a long search in net, I have found that the maven plugin "Dashboard Report Plugin" can offer us all what we need. however, our projects are

Re: Dashboard plugin

2009-12-09 Thread canerK
Thanks for the info.It is also written in plugin's site but i was still hoping for a "one pass" solution. dvicente wrote: > > It's not possible to generate dashboard report in one pass. > > The problem is that you must generate all others reports to aggregat

Re: Dashboard plugin

2009-12-08 Thread dvicente
It's not possible to generate dashboard report in one pass. The problem is that you must generate all others reports to aggregate them. so you must do it in 2 passes : - mvn site - mvn dashboard:dashboard site:deploy it's the only way to do it canerK wrote: > > Hi, > T

Re: Dashboard plugin

2009-12-08 Thread canerK
Hi, Thanks for the reply. We have a multi-module maven project and we want an aggregated report containing information about all submodules.The name of the report we want is :"Global DashBoard Report " and we dont need the historical graph attribute now. dvicente wrote: >

Re: Dashboard plugin

2009-12-08 Thread dvicente
to do what ? you want a snapshot report or the full report with historical graph ? canerK wrote: > > Is it possible to generate the dashboard plugin report in just one > pass?What > i want to achieve is:generating the report by executing only "mvn site > dashboard:d

Dashboard plugin

2009-12-08 Thread caner kaplica
Is it possible to generate the dashboard plugin report in just one pass?What i want to achieve is:generating the report by executing only "mvn site dashboard:dashboard site:deploy" command

Re: maven dashboard plugin problem

2008-12-09 Thread dvicente
Hi, can you do a "mvn dashboard:persist -e -X>maven.log" and send the log as attachment ? it's possible that the hibernate version (3.2.2) used in the dashboard is not compatible with Oracle XE pdurbha wrote: > > Hi, > > I am trying to use the maven-dashboa

maven dashboard plugin problem

2008-12-08 Thread Durbha, Praveen (GE Healthcare)
Hi, I am trying to use the maven-dashboard-plugin to store and display build metrics on the dashboard application from an Oracle XE database..but the metrics are not getting stored in the OracleXE database.. Isn't the maven-dashboard-pulgin compatible with the Oracle XE database?

Re: Taglist and Dashboard

2008-08-25 Thread Wendy Smoak
On Mon, Aug 25, 2008 at 5:54 AM, WolfgangRoessler <[EMAIL PROTECTED]> wrote: > I want to include the report of taglist-maven-plugin into my maven-dashboard > report. I found out, that currently the taglist-plugin does not support > xml-output and therefore cannot be aggregated b

Taglist and Dashboard

2008-08-25 Thread WolfgangRoessler
Hello, I want to include the report of taglist-maven-plugin into my maven-dashboard report. I found out, that currently the taglist-plugin does not support xml-output and therefore cannot be aggregated by the dashboard-plugin. I know there is a patch for this available. When will this patch be

[mojo-dev] [ANN] Dashboard Maven Plugin, version 1.0.0-beta-1 released

2008-07-29 Thread david vicente
The Mojo team is pleased to announce the release of the Dashboard Maven Plugin, version 1.0.0-beta-1 This plugin is used to aggregate results from Checkstyle, Cobertura, Clover, Surefire, PMD, CPD, Taglist, Findbugs reports. http://mojo.codehaus.org/dashboard-maven-plugin/ You can run mvn -up

[VOTE] Release dashboard-maven-plugin 1.0.0-beta-1

2008-07-23 Thread david vicente
Hi all, I would like to perform the first release of the Dashboard Maven Plugin. The new version will be <http://2.2.2./>1.0.0-beta-1 as the same last deployed SNAPSHOT timestamped : 1.0-20080721.144534-21 The vote is open for 72 hours. +1 [ ] 0 [ ] -1 [ ]

Re: Maven Dashboard Plugin download broken ?

2008-06-22 Thread Mac-Systems
So, i could isolate the Problem. Version 1.9 do not have a pom.xml in Repo. This must be a bug in my eyes!!! 1.0-SNAPSHOT works, problem was that in my reporting section stand a 1.9 dependency of the dashboard plugin. best regards, Jens Hi, using Maven 2.0.9 instead of 2.0.8 same

Re: Maven Dashboard Plugin download broken ?

2008-06-22 Thread Mac-Systems
: http://mvnrepository.com/artifact/maven/maven-dashboard-plugin/1.9 Seems 1.9 is for Maven 1.x Looking at this Blog : http://echofloripa.blogspot.com/2007/12/maven2-dashboard-plugin.html makes me think it also works with Maven 2. Pure chaos in Dokumentation. Which version i have to use for Maven 2

Maven Dashboard Plugin download broken ?

2008-06-21 Thread Mac-Systems
Hello, i get following Error with that Configuratiuon of the Plugin and Repo : Codehaus Snapshots http://snapshots.repository.codehaus.org/ org.codehaus.mojo dashboard-maven-plugin

Re: [ANN] Sonar 1.1 Released : Quality Management Dashboard

2008-03-07 Thread John Quinn
ilto:[EMAIL PROTECTED] On Behalf > Of Freddy Mallet > Sent: Friday, March 07, 2008 7:54 AM > To: users@maven.apache.org > Subject: [ANN] Sonar 1.1 Released : Quality Management Dashboard > > The Sonar team is pleased to announce the release of Sonar 1.1. > > Sonar is a

RE: [ANN] Sonar 1.1 Released : Quality Management Dashboard

2008-03-07 Thread CORUM, M E [AG/1000]
ality Management Dashboard The Sonar team is pleased to announce the release of Sonar 1.1. Sonar is a new Open Source (LGPL) Quality Management Dashboard hosted by Codehaus to monitor java projects. If you only work on few java projects, we highly encourage people to take a look or keep using great

[ANN] Sonar 1.1 Released : Quality Management Dashboard

2008-03-07 Thread Freddy Mallet
The Sonar team is pleased to announce the release of Sonar 1.1. Sonar is a new Open Source (LGPL) Quality Management Dashboard hosted by Codehaus to monitor java projects. If you only work on few java projects, we highly encourage people to take a look or keep using great Open Source tools like

RE: Maven Reporting - DashBoard-Maven-Plugin

2008-02-07 Thread dvicente
Hi all, as described in dashboard documentation : http://mojo.codehaus.org/dashboard-maven-plugin/ you must add this in your pom.xml or settings.xml to use properly the dashboard plugin: Codehaus Snapshots http://snapshots.repository.codehaus.org/ But even if this

RE: Maven Reporting - DashBoard-Maven-Plugin

2008-02-07 Thread dvicente
Hi all, as described in dashboard documentation : http://mojo.codehaus.org/dashboard-maven-plugin/ you must add this in your pom.xml or settings.xml to use properly the dashboard plugin: Codehaus Snapshots http://snapshots.repository.codehaus.org/ But even if this

RE: Maven Reporting - DashBoard-Maven-Plugin

2008-02-07 Thread Nagesh, Srinivas (IS Consultant)
I did... the second command never worked... it complains that it cannot find the dashboard-report plugin. I even set up the repository as mentioned and it downloaded while generating site... but the second command doesn't work. Thanks Srinivas x3126 -Original Message- From: VUB S

RE: Maven Reporting - DashBoard-Maven-Plugin

2008-02-07 Thread nicklist
t: RE: Maven Reporting - DashBoard-Maven-Plugin I did... the second command never worked... it complains that it cannot find the dashboard-report plugin. I even set up the repository as mentioned and it downloaded while generating site... but the second command doesn't work. Thanks Srin

Re: Maven Reporting - DashBoard-Maven-Plugin

2008-02-07 Thread VUB Stefan Seidel
Quote: To generate the site and the correct dashboard report, you must run the dashboard report plugin in 2 passes : # mvn site # mvn dashboard-report:dashboard You should execute these two commands on the command line. regards, Stefan Nagesh, Srinivas (IS Consultant) wrote: Hi Stefan

RE: Maven Reporting - DashBoard-Maven-Plugin

2008-02-07 Thread Nagesh, Srinivas (IS Consultant)
Hi Stefan, Thanks for your response. As you mentioned I am looking for a common report.When I try using the dashboard-maven-plugin, I ran into the following problem I went to http://mojo.codehaus.org/dashboard-maven-plugin/usage.html 1. Placed the dashboard plugin at the very end of the

Re: Dashboard plugin configuration

2008-02-05 Thread dvicente
Hi, It's just a lack in the doc. as you can see in the default configuration file : https://svn.codehaus.org/mojo/trunk/sandbox/dashboard-maven-plugin/src/main/resources/config/default-dashboard-config.xml the dashboard supports the Findbugs plugin Best regards David Vicente Lee Mea

Dashboard plugin configuration

2008-02-05 Thread Lee Meador
At this page http://mojo.codehaus.org/dashboard-maven-plugin/standard_config.html there is listed the "standard dashboard configuration" xml file. Is this up to date? I notice nothing in there about FindBugs. Where would one get a current one? (If that isn't it) Thanks. -- Lee M

Re: [m2] when is the dashboard going to be out of snapshot?

2008-01-30 Thread david vicente
Hi all, i'm the project leader of dashboard plugin. To release the dashboard, i must release the 2.0 JDepend plugin which is in snapshot version ( and i'm not the project leader of this plugin), i must correct 2 issues ( one with 1.9 cobertura problem and the new one with 2.4surefire N

Re: [m2] when is the dashboard going to be out of snapshot?

2008-01-30 Thread dvicente
Hi all, i'm the project leader of dashboard plugin. To release the dashboard, i must release the 2.0 JDepend plugin which is in snapshot version ( and i'm not the project leader of this plugin), i must correct 2 issues ( one with 1.9 cobertura problem and the new one with 2.4 su

Re: [m2] when is the dashboard going to be out of snapshot?

2008-01-29 Thread Erez Nahir
I had to file http://jira.codehaus.org/browse/MOJO-1023 also. I don't know if it will block 1.0 release, but it certainly blocks us from using surefire + dashboard :-( Erez. On Jan 30, 2008 2:20 AM, Mick Knutson <[EMAIL PROTECTED]> wrote: > I voted for them... :-) > > On

Re: [m2] when is the dashboard going to be out of snapshot?

2008-01-29 Thread Mick Knutson
I voted for them... :-) On Jan 29, 2008 4:12 PM, Kalle Korhonen <[EMAIL PROTECTED]> wrote: > The issue blocking the release of the dashboard plugin is the dependency > to > unreleased JDepend 2.0. What you can do - short of becoming a mojo > developer > yourself - is to vo

Re: [m2] when is the dashboard going to be out of snapshot?

2008-01-29 Thread Kalle Korhonen
The issue blocking the release of the dashboard plugin is the dependency to unreleased JDepend 2.0. What you can do - short of becoming a mojo developer yourself - is to vote for it to be fixed. The respective issues are: http://jira.codehaus.org/browse/MOJO-828 and http://jira.codehaus.org/browse

Re: [m2] when is the dashboard going to be out of snapshot?

2008-01-29 Thread Erez Nahir
that (that I'm sure will be fixed soon ;-) way to go!! Erez. On Jan 29, 2008 9:14 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > To the Dashboard developer: > I love this plugin. It has really helped me push code quality onto my > developers as I can display a great overview for

Re: [m2] when is the dashboard going to be out of snapshot?

2008-01-29 Thread Mick Knutson
To the Dashboard developer: I love this plugin. It has really helped me push code quality onto my developers as I can display a great overview for management. The PM does not want to dig through each and every module to understand the current status and trend of our code. Thanks! On Jan 29

Re: [m2] when is the dashboard going to be out of snapshot?

2008-01-29 Thread Wendy Smoak
On Jan 29, 2008 11:35 AM, Mick Knutson <[EMAIL PROTECTED]> wrote: > I am using the dashboard plugin but I can't use the release plugin because > the dashboard is still snapshot. This one? http://mojo.codehaus.org/dashboard-maven-plugin/ It's a Codehaus plugin, so the ri

[m2] when is the dashboard going to be out of snapshot?

2008-01-29 Thread Mick Knutson
I am using the dashboard plugin but I can't use the release plugin because the dashboard is still snapshot. -- Thanks, Mick Knutson http://www.baselogic.com http://www.blincmagazine.com http://www.djmick.com http://www.myspace.com/mickknutson http://www.myspace.com/BLiNCMagazine

Re: [m2] continuum dashboard integration?

2008-01-24 Thread Mick Knutson
Nachricht- > Von: Mick Knutson [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 21. Januar 2008 21:40 > An: [EMAIL PROTECTED] > Betreff: Re: [m2] continuum dashboard integration? > > Ok, I tried to add site:site build definition just under my install build > definition. Then at noo

build fail on multi module project with dashboard on site:site (surefire 2.4 and testng)

2008-01-23 Thread Erez Nahir
org.codehaus.mojo dashboard-maven-plugin 1.0-SNAPSHOT Codehaus Snapshots http://snapshots.repository.codehaus.org/ If I don't have any test failure, all work well. But, if one of my unit tests fa

Re: [m2] site.xml for dashboard reports?

2008-01-23 Thread dvicente
, the skin and site.xml configuration are lost and replaced by the default one. the best would be that AbstractMavenReport does the job and thus all reports will inherit the same behavior. Best regards David Mick Knutson-4 wrote: > > I am running dashboard plugin for a multi-module proje

[m2] site.xml for dashboard reports?

2008-01-22 Thread Mick Knutson
I am running dashboard plugin for a multi-module project and find that all the reports do not seem to use my src/site/site.xml file for the reports. -- Thanks, Mick Knutson http://www.baselogic.com http://www.blincmagazine.com http://www.djmick.com http://www.myspace.com/mickknutson http

Re: [m2] continuum dashboard integration?

2008-01-21 Thread Mick Knutson
Ok, I tried to add site:site build definition just under my install build definition. Then at noon my build is suppose to kick off and here are mo logs: *2008-01-21 12:03:14,436 [pool-1-thread-1] INFO org.apache.maven.continuum.scm.ContinuumScm:default - Updated 185 files. 2008-01-21 12:03:14,558

Re: [m2] continuum dashboard integration?

2008-01-20 Thread Wendy Smoak
On Jan 20, 2008 2:47 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > My basic issue is that my continuum does not seem to run more than the 1st > goal for a project as setup in the "Project Information Tab", "Build > Definitions" section" of continuum. The terms 'goal' and 'build definition' are no

Re: [m2] continuum dashboard integration?

2008-01-20 Thread Mick Knutson
Jan 17, 2008 8:56 AM, Mick Knutson <[EMAIL PROTECTED]> wrote: > > > Ok, I am switching lists now as I am now into issues with continuum. > > > > Issue #1: > > I followed: > > http://mojo.codehaus.org/dashboard-maven-plugin/continuum.html > > &g

Re: [m2] continuum dashboard integration?

2008-01-18 Thread Mick Knutson
How do I run more than one goal in a series? Can anyone help me? On Jan 17, 2008 8:56 AM, Mick Knutson <[EMAIL PROTECTED]> wrote: > Ok, I am switching lists now as I am now into issues with continuum. > > Issue #1: > I followed: > http://mojo.codehaus.org/dashboard-maven-

Re: [m2] continuum dashboard integration?

2008-01-17 Thread Mick Knutson
Ok, I am switching lists now as I am now into issues with continuum. Issue #1: I followed: http://mojo.codehaus.org/dashboard-maven-plugin/continuum.html Thus I have this setting: clean package site --batch-mode -P documentation -e - Dbuild.type=documentation pom.xml DEFAULT_SCHEDULE<http:/

Re: [m2] dashboard report not printing Cobertura overview anymore

2008-01-15 Thread Erez Nahir
Hi Mich, Have a look at: http://www.nabble.com/dashboard---code-coverage-not-not-included-with-cobertura-2.2-to14354623s177.html#a14359864 Might be your case too. Erez. On Jan 16, 2008 7:50 AM, Mick Knutson <[EMAIL PROTECTED]> wrote: > Looking through my mvn site:site logs,

Re: [m2] dashboard report not printing Cobertura overview anymore

2008-01-15 Thread Mick Knutson
org.apache.commons.logging.* > > > > > . > > > org.codehaus.mojo > dashboard-maven-plugin > 1.0-SNAPSHOT &g

[m2] dashboard report not printing Cobertura overview anymore

2008-01-15 Thread Mick Knutson
mons.logging.* . org.codehaus.mojo dashboard-maven-plugin 1.0-SNAPSHOT -- Thanks, Mick Knutson http://www.baselogic.com http://www.blincmagazine.com http://www.djmick.com http://www.myspace.com/mickknutson http://www.myspace.com/BLiNCM

Re: [m2] continuum dashboard integration?

2008-01-15 Thread Kalle Korhonen
On 1/15/08, Mick Knutson <[EMAIL PROTECTED]> wrote: > > http://mojo.codehaus.org/dashboard-maven-plugin/continuum.html > I do not understand what is meant by first goal, second goal and third > goal. > DO I need to setup a seperate Maven2 project in my default project gr

[m2] continuum dashboard integration?

2008-01-15 Thread Mick Knutson
http://mojo.codehaus.org/dashboard-maven-plugin/continuum.html I do not understand what is meant by first goal, second goal and third goal. DO I need to setup a seperate Maven2 project in my default project group for each goal? -- Thanks, Mick Knutson http://www.baselogic.com http

Re: Dashboard summary missing PMD and Cobertura sections

2008-01-07 Thread dvicente
compatible with dashboard report, because the dashboard scan each module to retreive xml files. So delete this "true" line, without this, each module will have its own pmd and cpd xml files and the dashboard will be able to aggregate values. I hope it will help you Lee Meador-3 wrote

Re: Dashboard summary missing PMD and Cobertura sections

2008-01-04 Thread Lee Meador
t; Could you post your pom.xml to see the reporting configuration ? > > you can do a "mvn -e -x dashboard-report:dashboard>maven.log" and post the > maven.log as attachment ? > > > Lee Meador-3 wrote: > > > > 1) The issue about the relocated XML files not be

Re: Dashboard summary missing PMD and Cobertura sections

2008-01-04 Thread dvicente
Could you post your pom.xml to see the reporting configuration ? you can do a "mvn -e -x dashboard-report:dashboard>maven.log" and post the maven.log as attachment ? Lee Meador-3 wrote: > > 1) The issue about the relocated XML files not being found was added here > ht

Re: Dashboard summary missing PMD and Cobertura sections

2008-01-04 Thread Lee Meador
1) The issue about the relocated XML files not being found was added here http://jira.codehaus.org/browse/MOJO-987 2) I noticed the issue already reported about the Cobertura columns not appearing due to mixed Cobertura version. I suppose they are only missing in the parent project's dash

Re: Dashboard summary missing PMD and Cobertura sections

2008-01-04 Thread dvicente
Hi, i'm the dashboard's project leader. It's true that the dashboard used the default location of output directory for each plugin. I must resolve this problem. Create an issue under http://jira.codehaus.org/browse/MOJO JIRA David Lee Meador-3 wrote: > > How does

Dashboard summary missing PMD and Cobertura sections

2008-01-03 Thread Lee Meador
How does the dashboard report plugin know whether to include the various summarized reports? My PMD and/or CPD report isn't showing up at all in the dashboard and the Cobertura columns show nothing next to the JDepend column in that dashboard section. I'm thinking it must look for c

Re: [m2][c1.1] How to run dashboard in Continuum? STILL NOT WORKING

2007-12-27 Thread Mick Knutson
tion?buildDefinitionId=24&projectGroupId=11> [image: Delete] <http://rc-sun66e.ut.dentegra.lab:8080/continuum/removeGroupBuildDefinition.action?buildDefinitionId=24&confirmed=false&projectGroupId=11> dashboard-report:dashboard -P documentation -e -Dbuild.type=documentation pom.xml S

RE: dashboard - code coverage not not included with cobertura 2.2

2007-12-17 Thread Brian E. Fox
Yes, I noticed today I had the wrong version. It was 2.0 that worked and 2.1 was broken. Haven't tried 2.2 yet. -Original Message- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Monday, December 17, 2007 2:59 PM To: Maven Users List Subject: Re: dashboard - code coverage no

Re: dashboard - code coverage not not included with cobertura 2.2

2007-12-17 Thread Dennis Lundberg
No, that is cobertura-maven-plugin 2.1. The 2.2 version of the cobertura-maven-plugin works fine on its own. But as David wrote, it does not yet play well inside the dashboard. Brian E. Fox wrote: > Yes, it is known that Cobertura 2.2 is essentially completely broken. > > -Origina

RE: dashboard - code coverage not not included with cobertura 2.2

2007-12-16 Thread Brian E. Fox
Yes, it is known that Cobertura 2.2 is essentially completely broken. -Original Message- From: Erez Nahir [mailto:[EMAIL PROTECTED] Sent: Saturday, December 15, 2007 3:06 PM To: Maven Users List Subject: dashboard - code coverage not not included with cobertura 2.2 Hi, After moving to

Re: dashboard - code coverage not not included with cobertura 2.2

2007-12-16 Thread dvicente
vailable (or should I rollback to > v2.1for now?). > > Thanks, > Erez. > > On Dec 16, 2007 11:14 AM, dvicente <[EMAIL PROTECTED]> wrote: > >> >> Hi, >> >> the probelm is : >> >> Cobertura maven plugin in 2.2 version uses the 1.9 C

Re: dashboard - code coverage not not included with cobertura 2.2

2007-12-16 Thread Erez Nahir
he 1.9 Cobertura runtime. > > The dashboard plugin uses the 1.7 Cobertura runtime. > > see the JIRA issue : http://jira.codehaus.org/browse/MOJO-910 > http://jira.codehaus.org/browse/MOJO-910 > > > I'm making tests to use 1.9 cobertura runtime instead of 1.7 version but

Re: dashboard - code coverage not not included with cobertura 2.2

2007-12-16 Thread dvicente
Hi, the probelm is : Cobertura maven plugin in 2.2 version uses the 1.9 Cobertura runtime. The dashboard plugin uses the 1.7 Cobertura runtime. see the JIRA issue : http://jira.codehaus.org/browse/MOJO-910 http://jira.codehaus.org/browse/MOJO-910 I'm making tests to use 1.9 cobe

Re: dashboard - code coverage not not included with cobertura 2.2

2007-12-15 Thread Erez Nahir
Forgot to mention that the coverage reports available on a component level reports. On Dec 15, 2007 10:06 PM, Erez Nahir <[EMAIL PROTECTED]> wrote: > Hi, > > After moving to cobertura 2.2, coverage report no longer presented in our > dashboard. It used to work with cobertura

dashboard - code coverage not not included with cobertura 2.2

2007-12-15 Thread Erez Nahir
Hi, After moving to cobertura 2.2, coverage report no longer presented in our dashboard. It used to work with cobertura 2.1. Has anyone else experienced this issue? Thanks, Erez.

Re: [m2][c1.1] How to run dashboard in Continuum?

2007-12-14 Thread Mick Knutson
-P documentation -e pom.xmlSite > >> Schedule< > http://rc-sun66e.ut.dentegra.lab:8080/continuum/schedule.action?id=6> > >> site > >> documentation GROUP false true Run clean site:site -P documentation -e > >> maven2 [image: > >>

Re: [m2][c1.1] How to run dashboard in Continuum?

2007-12-12 Thread Lee Meador
; >> documentation GROUP false true Run clean site:site -P documentation -e > >> maven2 [image: > >> Build]< > http://rc-sun66e.ut.dentegra.lab:8080/continuum/buildProject.action?goals=dashboard-report%3Adashboard&arguments=-P+documentation+-e&groupBuildDefini

RE : Error when running dashboard-maven-plugin

2007-12-12 Thread Deneux, Christophe
l awareness. De: dvicente [mailto:[EMAIL PROTECTED] Date: jeu. 06/12/2007 10:09 À: users@maven.apache.org Objet : Re: Error when running dashboard-maven-plugin Hi, could you change the Continuum goal as "-e -X dashboard-report:persist" and send the wh

Re: [m2][c1.1] How to run dashboard in Continuum?

2007-12-12 Thread dvicente
Type clean site:site -P documentation -e pom.xml Site >> Schedule<http://rc-sun66e.ut.dentegra.lab:8080/continuum/schedule.action?id=6> >> site >> documentation GROUP false true Run clean site:site -P documentation -e >> maven2 [image: >> Build]<http:/

Re: [m2][c1.1] How to run dashboard in Continuum?

2007-12-11 Thread Mick Knutson
c-sun66e.ut.dentegra.lab:8080/continuum/buildProject.action?goals=dashboard-report%3Adashboard&arguments=-P+documentation+-e&groupBuildDefinition=true&scheduleId=6&buildDefinitionType=maven2&defaultBuildDefinition=true&fromProjectPage=true&projectId=81&buildDefinitio

Re: [m2][c1.1] How to run dashboard in Continuum?

2007-12-11 Thread Mick Knutson
t;http://rc-sun66e.ut.dentegra.lab:8080/continuum/buildProject.action?goals=dashboard-report%3Adashboard&arguments=-P+documentation+-e&groupBuildDefinition=true&scheduleId=6&buildDefinitionType=maven2&defaultBuildDefinition=true&fromProjectPage=true&projectId=81&a

[m2][c1.1] How to run dashboard in Continuum?

2007-12-10 Thread Mick Knutson
tation GROUP false true Run clean site:site -P documentation -e maven2 [image: Build]<http://rc-sun66e.ut.dentegra.lab:8080/continuum/buildProject.action?goals=dashboard-report%3Adashboard&arguments=-P+documentation+-e&groupBuildDefinition=true&scheduleId=6&buildDefinitionType=mave

Re: dashboard and site plugin

2007-12-07 Thread emerson cargnin
Yes I will do it soon. Meanwhile, i can't use it anymore as there is no snapshot jar at: http://snapshots.repository.codehaus.org/org/codehaus/mojo/dashboard-maven-plugin/1.0-SNAPSHOT/ On 06/12/2007, dvicente <[EMAIL PROTECTED]> wrote: > > Hi, > > could you post a h

Re: dashboard and site plugin

2007-12-06 Thread dvicente
gt; >> On Dec 5, 2007 7:16 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: >> >> > http://mojo.codehaus.org/dashboard-maven-plugin/index.html >> > I love the plugin and it works great >> > >> > >> > On Dec 5, 2007 6:00 AM, emerson cargnin <[EMAI

Re: dashboard and site plugin

2007-12-06 Thread Erez Nahir
es. > > > > On Dec 5, 2007 7:16 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > > > > > http://mojo.codehaus.org/dashboard-maven-plugin/index.html > > > I love the plugin and it works great > > > > > > > > > On Dec 5, 2007 6:00 AM, emer

Re: dashboard and site plugin

2007-12-06 Thread emerson cargnin
for us on a multi module project with no issues. > > On Dec 5, 2007 7:16 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > > > http://mojo.codehaus.org/dashboard-maven-plugin/index.html > > I love the plugin and it works great > > > > > > On Dec 5, 2007 6:00

Re: Error when running dashboard-maven-plugin

2007-12-06 Thread dvicente
Hi, could you change the Continuum goal as "-e -X dashboard-report:persist" and send the whole log as attachment. moreover, could you detail your config as : - maven version - JDK version - used database and version - Continuum version Best regards David Deneux, Christophe wrote:

Error when running dashboard-maven-plugin

2007-12-06 Thread Deneux, Christophe
Hi all, I have the following error when running dashboard-maven-plugin:persist on my project into Continuum. That's works fine on the command line. Can someone help me ? The plugin version used is: 1.0-20070907.172709-15

Re: dashboard and site plugin

2007-12-05 Thread Erez Nahir
So am I. Like every other 1.0-SNAPSHOT, there are things to improve, but still, greate work. Erez. P.S. it works for us on a multi module project with no issues. On Dec 5, 2007 7:16 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > http://mojo.codehaus.org/dashboard-maven-plugin/index

Re: dashboard and site plugin

2007-12-05 Thread Mick Knutson
http://mojo.codehaus.org/dashboard-maven-plugin/index.html I love the plugin and it works great On Dec 5, 2007 6:00 AM, emerson cargnin <[EMAIL PROTECTED]> wrote: > Hi guys, after a long while I got the dashboard to work, although the > usage page is really misleading. I put h

dashboard and site plugin

2007-12-05 Thread emerson cargnin
Hi guys, after a long while I got the dashboard to work, although the usage page is really misleading. I put here ( http://echofloripa.blogspot.com/2007/12/maven2-dashboard-plugin.html ) a how-to on how make the basic feature of it to work, as in there the plugin version is missing on the pom and

Re: Dashboard plugin/aggregate report and site plugin.

2007-12-05 Thread dvicente
HI, i'm the dashboard project leader. Your experience is very valuable. To improve the usage documentation, you can post a JIRA issue with your experience and share your problem and your solution to solve it ? No? Thxs David emerson cargnin wrote: > > Hi guys, after a long whil

Dashboard plugin/aggregate report and site plugin.

2007-12-05 Thread emerson cargnin
Hi guys, after a long while I got the dashboard to work, although the usage page is really misleading. I put here ( http://echofloripa.blogspot.com/2007/12/maven2-dashboard-plugin.html ) a how-to on how make the basic feature of it to work, as in there the plugin version is missing on the pom and

Re: [m2] dashboard error....

2007-11-09 Thread Mick Knutson
] Skipping disabled repository central [DEBUG] dashboard-maven-plugin: using locally installed snapshot [DEBUG] Retrieving parent-POM: org.codehaus.mojo:mojo-sandbox::2 for project: org.codehaus.mojo:dashboard-maven-plugin:maven-plugin:1.0-SNAPSHOTfrom the repository. [DEBUG] Retrieving parent-POM

Re: [m2] dashboard error....

2007-11-05 Thread dvicente
-- > [INFO] Total time: 1 second > [INFO] Finished at: Sun Nov 04 14:10:08 PST 2007 > [INFO] Final Memory: 2M/5M > [INFO] > ---- > > > &

Re: [m2] dashboard error....

2007-11-04 Thread Mick Knutson
NFO] [INFO] Total time: 1 second [INFO] Finished at: Sun Nov 04 14:10:08 PST 2007 [INFO] Final Memory: 2M/5M [INFO] On 11/3/07, dvicente <[EMAIL PROTECTED]> wrote: > > > Hi all, > > a

Re: [m2] Has anyone configured the dashboard plugin to use Derby Database for persistence?

2007-11-03 Thread dvicente
Hi i do that all the time when i have developed the dashboard plugin : you must add this in your pom.xml : ... org.codehaus.mojo dashboard-maven-plugin 1.0-SNAPSHOT org.hibernate.dialect.DerbyDialect

Re: [m2] dashboard error....

2007-11-03 Thread dvicente
Hi all, as described in dashboard documentation : http://mojo.codehaus.org/dashboard-maven-plugin/ you must add this in your pom.xml or settings.xml to use properly the dashboard plugin: Codehaus Snapshots http://snapshots.repository.codehaus.org/ But even if this

Re: [m2] dashboard error....

2007-11-02 Thread Mick Knutson
Ok, I got something different. I put this in my plugin section: org.codehaus.mojo dashboard-maven-plugin 1.0-SNAPSHOT mysql mysql

Re: [m2] dashboard error....

2007-11-02 Thread Lee Meador
Its dashboard:persist according to http://mojo.codehaus.org/dashboard-maven-plugin/plugin-info.html but dashboard-report:persist according to http://mojo.codehaus.org/dashboard-maven-plugin/plugin-info.html I suggest you try it without the -report part. The list of goals is auto-generated while

[m2] dashboard error....

2007-11-01 Thread Mick Knutson
I have the following: org.codehaus.mojo dashboard-maven-plugin 1.0-SNAPSHOT ${hibernate.dialect} ${jdbc.driverClass} ${dashboard.connectionUrl

[m2] Has anyone configured the dashboard plugin to use Derby Database for persistence?

2007-11-01 Thread Mick Knutson
Has anyone configured the dashboard plugin to use Derby Database for persistence? I find that it might be easier to get an embedded DB instead of another Oracle DB setup so I can track the dashboard plugin -- Thanks, Mick Knutson http://www.baselogic.com http://www.blincmagazine.com http

Re: Maven 2 dashboard-plugin clover historic report data missing

2007-09-07 Thread dvicente
Ok i've released the new version of dashboard as 1.0-SNAPSHOT keep me informed Best regards David Vicente Jimbog wrote: > > Issue for this is > > http://jira.codehaus.org/browse/MOJO-907 > > Thanks > James > > > > dvicente wrote: >> >

Re: Maven 2 dashboard-plugin clover historic report data missing

2007-09-07 Thread Jimbog
ote: >>> >>> no error in the log file. >>> >>> I will do new tests with clover and i keep you informed. >>> >>> Best regards >>> >>> David >>> >>> Jimbog wrote: >>>> >>>> &g

Re: Maven 2 dashboard-plugin clover historic report data missing

2007-09-07 Thread dvicente
know if you need anymore information. > > > > > dvicente wrote: >> >> no error in the log file. >> >> I will do new tests with clover and i keep you informed. >> >> Best regards >> >> David >> >> Jimbog wrote: >>

Re: Maven 2 dashboard-plugin clover historic report data missing

2007-09-06 Thread Jimbog
Great, thanks, let me know if you need anymore information. dvicente wrote: > > no error in the log file. > > I will do new tests with clover and i keep you informed. > > Best regards > > David > > Jimbog wrote: >> >> >> >> d

Re: Maven 2 dashboard-plugin clover historic report data missing

2007-09-06 Thread dvicente
no error in the log file. I will do new tests with clover and i keep you informed. Best regards David Jimbog wrote: > > > > dvicente wrote: >> >> Hi, >> >> I'm the dashboard project leader. >> >> No, i haven't seen this error bef

Re: Maven 2 dashboard-plugin clover historic report data missing

2007-09-06 Thread Jimbog
dvicente wrote: > > Hi, > > I'm the dashboard project leader. > > No, i haven't seen this error before. > > it must be a bug of dashboard plugin but could you do a mvn -e -X > dashboard-report:dashboard and redirect the output to a log file and > upl

Re: Maven 2 dashboard-plugin clover historic report data missing

2007-09-06 Thread dvicente
Hi, I'm the dashboard project leader. No, i haven't seen this error before. it must be a bug of dashboard plugin but could you do a mvn -e -X dashboard-report:dashboard and redirect the output to a log file and upload it as an attachment ? Jimbog wrote: > > Hi, > I have

Maven 2 dashboard-plugin clover historic report data missing

2007-09-06 Thread Jimbog
Hi, I have an M2 multi project, with the dashboard plug-in amalgamating all of our clover, maven, checkstyle, pmd and cpd reports. The plug-in also persists all the data for these reports. However, when I generate the historic html, the clover chart contains no data, despite the data being

  1   2   3   >