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:dashboard site:deploy command

Re: Dashboard plugin

2009-12-08 Thread dvicente
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: to do what ? you want a snapshot report

Re: commons-loging issue

2009-05-12 Thread dvicente
Hi Mick, it's a known issue since Maven 2.0.9. See the FAQ page to resolve this problem : http://mojo.codehaus.org/dashboard-maven-plugin/faq.html Best Regards David Vicente mickknutson wrote: I have found several issues like: http://jira.codehaus.org/browse/MOJO-1118 But I am NOT

Re: JDepend Reporting Plugin in a Multi-Module Project

2008-12-15 Thread dvicente
Hi, the problem with JDepend plugin is : All design quality metrics are computed into a single project, not with other modules which could use this first project. So the Afferent and Efferent Couplings metrics are distorted with this problem. The dashboard plugin cannot resolve this lack.

Re: maven dashboard plugin problem

2008-12-09 Thread dvicente
Hi, can you do a mvn dashboard:persist -e -Xmaven.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-dashboard-plugin to store and display build

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: pluginRepositories pluginRepository idCodehaus Snapshots/id url

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: pluginRepositories pluginRepository idCodehaus Snapshots/id url

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 Meador-3

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 surefire NPE).

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

2008-01-23 Thread dvicente
Hi, as you can see under JIRA : http://jira.codehaus.org/browse/MOJO-700 MOJO-700 http://jira.codehaus.org/browse/MOJO-872 MOJO-872 it's not an excuse but all report plugins have the same behaviour. If you run mvn site, all works fine. But if you run any report plugin after mvn site, the

Re: [M2] correct goal sequence for multimodule site generation

2008-01-19 Thread dvicente
HI, The second 'site' run is apparently needed for the dashboard plugin : it's wrong. the site goal must be done completly before doing the dashboard, not twice. in your case : mvn clean install site mvn dashboard-report:dashboard mvn site:deploy or with historic graph mvn clean install

Re: Dashboard summary missing PMD and Cobertura sections

2008-01-07 Thread dvicente
you suggested by seperate email. If you have a whitelist protecting your email from spam it might not get through to you. Let me know. Sorry to inflict this on the maven users list. -- Lee On Jan 4, 2008 1:44 PM, dvicente [EMAIL PROTECTED] wrote: Could you post your pom.xml to see

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 the dashboard report

Re: Dashboard summary missing PMD and Cobertura sections

2008-01-04 Thread dvicente
. On Jan 4, 2008 2:16 AM, dvicente [EMAIL PROTECTED] wrote: 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

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 cobertura

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

2007-12-16 Thread dvicente
(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 Cobertura runtime. The dashboard plugin uses the 1.7 Cobertura runtime. see the JIRA issue : http

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

2007-12-12 Thread dvicente
This bug should have been corrected since Continuum 1.0.3. Have you used the build fresh checkbox ? i think it's used to force Continuum to execute the goal even if there is no SCM change between 2 goals ? Mick Knutson-4 wrote: Can I please get a little help on this? I have been looking

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: Hi all,

Re: dashboard and site plugin

2007-12-06 Thread dvicente
Hi, could you post a http://jira.codehaus.org/browse/MOJO JIRA issue for this problem with a sample project as attachment ? Best regards David emerson cargnin wrote: Erez I presume you don't have any sub-project with a . on the name : ) emerson On 05/12/2007, Erez Nahir [EMAIL

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 while I got the

RE: Aggregated maven reports

2007-11-13 Thread dvicente
HI, to do that, you must specify a distributionManagement in your pom and do a mvn site:deploy to aggregate the whole site and to have the correct navigation link see the doc : http://maven.apache.org/plugins/maven-site-plugin/usage.html site usage and it's correct, the whole navigation

Re: [m2] dashboard error....

2007-11-05 Thread dvicente
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, as described in dashboard documentation : http://mojo.codehaus.org/dashboard-maven-plugin

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: pluginRepositories pluginRepository idCodehaus Snapshots/id url

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 : build plugins ... plugin groupIdorg.codehaus.mojo/groupId artifactIddashboard-maven-plugin/artifactId version1.0-SNAPSHOT/version configuration

Re: Multimodule code coverage report

2007-10-02 Thread dvicente
Dan Tran wrote: umm, i actually have codehaus snaphot repo thru my maven-proxy, and i do see the plugin get downloaded. Perhaps, I need to specify mojo full name. -D On 9/27/07, dvicente [EMAIL PROTECTED] wrote: HI, as described in http://mojo.codehaus.org/dashboard-maven-plugin

Re: Make a Codehaus plugin works on a local configuration

2007-10-02 Thread dvicente
i think the problem is : when you add this in the pom.xml of a plugin: ... build plugins plugin artifactIdmaven-plugin-plugin/artifactId configuration goalPrefixdashboard-report/goalPrefix

Re: Multimodule code coverage report

2007-09-28 Thread dvicente
the plugin get downloaded. Perhaps, I need to specify mojo full name. -D On 9/27/07, dvicente [EMAIL PROTECTED] wrote: HI, as described in http://mojo.codehaus.org/dashboard-maven-plugin/usage.html http://mojo.codehaus.org/dashboard-maven-plugin/usage.html you must add this in your pom.xml

Re: Multimodule code coverage report

2007-09-27 Thread dvicente
yes mvn dashboard-report:dashboard is valid. it is perhaps not a judicious choice but it's a choice i've made. Dan Tran wrote: from the site are you sure 'mvn dashboard-report:dashboard ' is valid? mvn dashboard:dashboard perhaps? On 9/26/07, dvicente [EMAIL PROTECTED] wrote

Re: Multimodule code coverage report

2007-09-27 Thread dvicente
, also when I run it, maven errors out with mojo not found -D On 9/27/07, dvicente [EMAIL PROTECTED] wrote: yes mvn dashboard-report:dashboard is valid. it is perhaps not a judicious choice but it's a choice i've made. Dan Tran wrote: from the site are you sure 'mvn dashboard

Re: Multimodule code coverage report

2007-09-27 Thread dvicente
this configuration already in the site doc. -D On 9/27/07, dvicente [EMAIL PROTECTED] wrote: The problem is : when you add this in the pom.xml of a plugin: ... build plugins plugin artifactIdmaven-plugin-plugin/artifactId

Re: Multimodule code coverage report

2007-09-26 Thread dvicente
you can find the dashboard at : http://mojo.codehaus.org/dashboard-maven-plugin/ http://mojo.codehaus.org/dashboard-maven-plugin/ Bruce Alspaugh-2 wrote: I'm having some trouble using the 2.0 version of the Cobertura plugin for a multiple module build. I configured the reporting section

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

2007-09-07 Thread dvicente
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: dvicente wrote: Hi, I'm the dashboard project leader. No, i haven't seen this error before. it must

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: Hi, yes it's true, i have the same bug. Could you create

Re: [m2] strange, show-stopping PMD error

2007-09-07 Thread dvicente
Hi, I'm the dashboard project leader. No, i haven't seen this error before. could you do a mvn -e -X site and redirect the output to a log file and upload it as an attachment ? so, could you also uncomment the dashboard plugin but still left the PMD plugin commented out, and do a mvn -e -X

Re: [m2] strange, show-stopping PMD error

2007-09-07 Thread dvicente
Mick Knutson-4 wrote: How do I redirect the output to a log file? On 9/7/07, dvicente [EMAIL PROTECTED] wrote: like this: mvn -e -X sitemaven.log Hi, I'm the dashboard project leader. No, i haven't seen this error before. could you do a mvn -e -X site and redirect the output

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 an M2 multi project,

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 before. it must be a bug of dashboard plugin but could you do a mvn -e -X

Re: What is the best way to consolidate the site from a multi-project project

2007-08-10 Thread dvicente
yes you add this section in your root pom : loganalyzer.site Maven Project Website file:///C:\temp\site Maven nw knows where to deploy the site. after that, mvn site site:deploy

RE: [continuum-1.1-beta-1] pb with Synergy SCM

2007-08-08 Thread dvicente
no i haven't seen your earlier post but it seems the same problem with Synergy. Thanks you for your answer Randall Fidler wrote: Hi David, Not sure if you saw the earlier post by myself and another person but the same situation happened with Perforce SCM; upgraded to the latest

Re: [continuum-1.1-beta-1] pb with Synergy SCM

2007-08-08 Thread dvicente
reference requires name and version optionally followed by instance: 'Query expression must be specified.' STDERR = Warning: Unable to identify project. What would be the correct command to run? dvicente a écrit : Windows 2000 Advanced Server ;-(( Emmanuel Venisse wrote: Randall, David

Re: [continuum-1.1-beta-1] pb with Synergy SCM

2007-08-08 Thread dvicente
to launch Emmanuel Venisse wrote: Why do you project already exists? Maybe you can patch the checkout command to run an update if the project already exists dvicente a écrit : I think that the problem is in SynergyCheckOutCommand class and getWorkingProject method of SynergyUtil class

Re: [continuum-1.1-beta-1] pb with Synergy SCM

2007-08-08 Thread dvicente
Windows 2000 Advanced Server ;-(( Emmanuel Venisse wrote: Randall, David, What is your OS? dvicente a écrit : no i haven't seen your earlier post but it seems the same problem with Synergy. Thanks you for your answer Randall Fidler wrote: Hi David, Not sure if you saw

Re: site:site versus site:stage

2007-07-27 Thread dvicente
Hi, the mvn site:site creates the site for each module in ${module}/target/site directory all created links in each site don't work because they reflect the future deployed site architecture, not the current directories architecture. the mvn site:stage command creates the site in a local

Re: How do I get the Dashboard plugin integrated to my website?

2007-07-27 Thread dvicente
Hi, could you gie us your pom ? which maven's version do you use ? which dashboard plugin's version ? Ian Rowlands wrote: I've added it into the pom file, I can see the report output being generated, but when I open the project-reports.html file it doesn't have a link in there.

Re: How do I get the Dashboard plugin integrated to my website?

2007-07-27 Thread dvicente
Hi, i've made a mistake when i'v writted the doc. the right command is : mvn dashboard-report:dashboard Ian Rowlands wrote: I've added it into the pom file, I can see the report output being generated, but when I open the project-reports.html file it doesn't have a link in

Re: Build Failed For 521889

2007-03-27 Thread dvicente
-enhancer/* files and try again? If it still fails, I'd like for you to run mvn --debug clean install and see if there is anymore STDOUT or STDERR output. - Joakim Erdfelt dvicente wrote: i try to build Archiva and it fails during Building Archiva Standard Reports because : [INFO] [jpox:enhance

Re: Build Failed For 521889

2007-03-26 Thread dvicente
i try to build Archiva and it fails during Building Archiva Standard Reports because : [INFO] [jpox:enhance {execution: default}] [DEBUG] Classes Dir is : C:\PIC\projects\Archiva\archiva-reports-standard\target\classes [DEBUG] Executing command line: [DEBUG] java -cp

Re: [m2] Dashboard

2007-01-23 Thread dvicente
you could read this issue : http://jira.codehaus.org/browse/MSITE-189 which coordinate the efforts of several users to write a Dashboard Plugin for Maven 2 and i have release a snapshot version of my dashboard plugin : http://mojo.codehaus.org/dashboard-maven-plugin/ a newer version will be

RE: Quality Dashboard

2007-01-22 Thread dvicente
yes , you could read this issue : http://jira.codehaus.org/browse/MSITE-189 to coordinate the efforts of several users to write a Dashboard Plugin for Maven 2 and i have release a snapshot version of my dashboard plugin : http://mojo.codehaus.org/dashboard-maven-plugin/ a newer version will be

Re: [m2] Dashboard report available?

2007-01-22 Thread dvicente
you could read this issue : http://jira.codehaus.org/browse/MSITE-189 which coordinate the efforts of several users to write a Dashboard Plugin for Maven 2 and i have release a snapshot version of my dashboard plugin : http://mojo.codehaus.org/dashboard-maven-plugin/ a newer version will be

Re: [M1] QALab 0.9.1 and Maven plugin released

2006-11-09 Thread dvicente
could you join this effort = http://jira.codehaus.org/browse/MSITE-189 ? Thanks David Benoitx wrote: Paul Could you show us your POM that generates the XML for Cobertura? We're working on the M2 plugin for QALab... Thanks Benoit Benoitx wrote: Paul Can you post this on

Re: [M1] QALab 0.9.1 and Maven plugin released

2006-11-09 Thread dvicente
amount of work (real work and open source: QALab, JTreeMap, ObjectLabKit etc all on sourceforge by the way...). Sorry, Benoit dvicente wrote: could you join this effort = http://jira.codehaus.org/browse/MSITE-189 ? Thanks David Benoitx wrote: Paul Could you show us

Re: [M1] QALab 0.9.1 and Maven plugin released

2006-11-09 Thread dvicente
: QALab, JTreeMap, ObjectLabKit etc all on sourceforge by the way...). Sorry, Benoit dvicente wrote: could you join this effort = http://jira.codehaus.org/browse/MSITE-189 ? Thanks David Benoitx wrote: Paul Could you show us your POM that generates the XML

Re: Aggregate plugin that runs after each module's reports

2006-10-19 Thread dvicente
Yes, me too. i try to develop the same plugin and i have the problem. If i put my report at the end of plugins list in reporting section, it works for 1 project but doesn't work for projects with module. see my last posts :

Re: [m2] Surefire-Plugin: how to get aggregated XML?

2006-10-19 Thread dvicente
i only know Maven 2 but in maven 2 surefire generates this xml. see in directory /myProject/target/surefire-reports, you must have TEST-.yyy.xml Gisbert Amm-3 wrote: A week passed since I've posted this question and I got no reply so far. Can anyone say something about it, please?

Re: [m2] Surefire-Plugin: how to get aggregated XML?

2006-10-19 Thread dvicente
and failures from there (that's what I actually do ATM). But the Surefire plugin could do that much more efficent during it's execution and write it to a neat XML file afterwards as it was in Maven 1. -Gisbert dvicente wrote: i only know Maven 2 but in maven 2 surefire generates this xml. see

[m2] Dashboard report plugin

2006-09-26 Thread dvicente
I have created a Dashboard report plugin for Maven2. My problem is : How to configure my plugin to generate the dashboard report only after all reports have been generated. In my DashBoardReportMojo which extends AbstractMavenReport, i put this mojo metadata as class-level annotation : @phase

Re: [M2] assembly filters

2006-06-19 Thread dvicente
yes i do that in my assembly file , i have : files file sourcerelease/bin/loganalyzer.bat/source outputDirectorybin/outputDirectory filteredtrue/filtered /file /files but in my zipfile, the loganalyzer.bat is not filtered. I missed something ? How to obtain the

Re: [M2] assembly filters

2006-06-19 Thread dvicente
i find the reason i must use ${pom.version} instead of ${project.version} thanks for your help -- View this message in context: http://www.nabble.com/-M2--assembly-filters-t1797081.html#a4933025 Sent from the Maven - Users forum at Nabble.com.

[M2] assembly filters

2006-06-16 Thread dvicente
For my project, i have a command file to launch my app (.bat for windows and .sh for unix) During assembly goal, i want to use my maven project properties ( as version value) to filter those 2 files. example : in my command file i have set