Re: Maven report and site render context

2007-08-28 Thread dvicente
; pushed into the doxia-sitetools, so that they can then be used from > the reporting implementation (as you say) > > - Brett > > On 27/08/2007, at 7:45 PM, dvicente wrote: > >> >> Hi Brett, >> >> it doesn't work. >> >> i take a look to t

Re: Maven report and site render context

2007-08-27 Thread dvicente
project info reports plugin - I'm pretty sure that > the execute() goal for those correctly obtains the details. > > Let me know if you have any trouble finding it and I can poke around > and find the exact code. > > Cheers, > Brett > > On 24/08/2007, at 6:19 PM,

Re: Maven report and site render context

2007-08-26 Thread dvicente
you have any trouble finding it and I can poke around > and find the exact code. > > Cheers, > Brett > > On 24/08/2007, at 6:19 PM, dvicente wrote: > >> >> Hi, >> >> I will explain my problem : >> >> when i run a "mvn site" command

Maven report and site render context

2007-08-24 Thread dvicente
Hi, I will explain my problem : when i run a "mvn site" command, The site plugin generates the menu on the left and applies the good skin (the default one if not specified in site.xml or that specified) for each generated report. When the dashboard plugin is executed during the phase site, I h

Re: [VOTE] Release maven-docck-plugin 1.0-beta-2

2007-08-09 Thread dvicente
+1 for me Dennis Lundberg-2 wrote: > > Do you think we could have one more vote for this release? Pretty > please... > > Dennis Lundberg wrote: >> Hi, >> >> I'd like to release maven-docck-plugin 1.0-beta-2. It has been 9 months >> since the last release. >> >> Release Notes: >> http://jira.

Re: Release jdepend-maven-plugin as 2.0

2007-08-02 Thread dvicente
l Piéroni <[EMAIL PROTECTED]> wrote: >> >> Nope it's easy i did it some time ago. >> >> What i did is a try on my home svn over httpd and archiva on a dummy >> project >> before doing it for real. >> >> Raphaël >> >> >> 2007/8

Re: Release jdepend-maven-plugin as 2.0

2007-08-02 Thread dvicente
ck and then do the release your self > > On 8/2/07, dvicente <[EMAIL PROTECTED]> wrote: >> >> >> I don't understand your answer. >> >> i just want the Jdepend team leader to ask a vote to make this release >> and >> if ok he will release thi

Re: Release jdepend-maven-plugin as 2.0

2007-08-02 Thread dvicente
I don't understand your answer. i just want the Jdepend team leader to ask a vote to make this release and if ok he will release this plugin. Dan Tran wrote: > > I think you do have karma to cut a release right? > > -D > > > On 8/1/07, dvicente <[EMAIL PROT

Release jdepend-maven-plugin as 2.0

2007-08-01 Thread dvicente
Is it possible that somebody do the new release of this plugin ? I'm waiting a JDepend release first to release my maven-dashboard-plugin because i have a snapshot dependency on it. I have made an issue in Jira (MOJO-828) to make a release. Thanks, David Vicente -- View this message in contex

Re: [M2] Dashboard Plugin Plans

2007-05-15 Thread dvicente
Hi, i have developed the Maven Dashboard plugin ( hosted by Codehaus). And i have many discussions with Garvin LeClaire about the Dashboard Quality application as http://jira.codehaus.org/browse/MOJO-732 http://jira.codehaus.org/browse/MOJO-732 and here http://docs.codehaus.org/display/MAVE

Re: [m2] plexus component and configuration

2007-04-23 Thread dvicente
Odea Ching-2 wrote: > > You can set the configuration in your plexus/components.xml :) > > Thanks, > Deng > > dvicente wrote: >> Hi, >> >> I try to create a Plexus component for Maven 2 allowing to manage my >> factory >> Hibernate in order t

[m2] plexus component and configuration

2007-04-23 Thread dvicente
Hi, I try to create a Plexus component for Maven 2 allowing to manage my factory Hibernate in order to use it in one or more plugins. How to configure this plexus component from the pom.xml without setting the values from my Mojo? thank you in advance for your assistance -- View this message

Re: [m2] findbugs xml parser

2007-04-02 Thread dvicente
; > > -- > Regards, > > > Garvin LeClaire > [EMAIL PROTECTED] > > > > On 4/2/07, dvicente <[EMAIL PROTECTED]> wrote: >> >> >> How can i create a simple parser of the xml result file which can use the >> findbugs API or it'

Re: [m2] findbugs xml parser

2007-04-02 Thread dvicente
more options for > adding > more wirter the way it is currently written. I was the one who wrote the > original xml reporter for FindBugs when I worked on the Maven 1 plugin. > > > > > -- > Regards, > > > Garvin LeClaire > [EMAIL PROTECTED] >

Re: [m2] findbugs xml parser

2007-04-02 Thread dvicente
gt; Regards, > > > Garvin LeClaire > [EMAIL PROTECTED] > > > > > On 3/28/07, dvicente <[EMAIL PROTECTED]> wrote: >> >> >> Hi, >> >> for my dashboard-maven-plugin, i want to parse the xml result file of >> findbugs. >> >>

Re: [m2] findbugs xml parser

2007-03-28 Thread dvicente
Garvin LeClaire-2 wrote: > > Which version of the Findbugs plugin are you using? > Are you able to send me the findbugs.xml file? > > > > > -- > Regards, > > > Garvin LeClaire > [EMAIL PROTECTED] > > > > > On 3/28/07, dvicent

[m2] findbugs xml parser

2007-03-28 Thread dvicente
Hi, for my dashboard-maven-plugin, i want to parse the xml result file of findbugs. Does anyone know if exist a parser in the API to retreive all objects structure without to parse the file as a simple xml file ? the findbugs-maven-plugin generate xml file in wrong format . it generates messag

Re: [vote-result] [VOTE] Release maven-changelog-plugin 2.0 (take 2)

2007-02-22 Thread dvicente
-1 for me i put a new issue today : http://jira.codehaus.org/browse/MCHANGELOG-54 MCHANGELOG-54 which is blocker for me and i don't know when the next release will be published. if it can be fixed as soon as possible. dennisl-2 wrote: > > Hi, > > I'd like to release the maven-changelog-pl

Re: [PROPOSAL] Standard Reporting

2007-01-31 Thread dvicente
why don't you join the common effort with dashboard project? see : http://jira.codehaus.org/browse/MSITE-189 (Coordinate the efforts of several users to write a Dashboard Plugin for Maven 2) or http://docs.codehaus.org/display/MAVEN/Maven+Dashboard I think that the same idea ? David bellinga

Re: Request Maven 2.1 New Phase - reporting-aggregate

2007-01-31 Thread dvicente
it's my problem with the dashboard-maven-plugin. i must include the dashboard-maven-plugin in reporting section but i must do "mvn site" to let each report generates their report and after do a "mvn dashboard-report:dashboard" to aggregate all reports. with that, I lose the site's integration of

RE: [mojo-dev] Re: [dashboard-maven-plugin] commit rights

2007-01-26 Thread dvicente
yes i try it but each time i try to connect , i have this message : Erroneous nickname Jörg Schaible wrote: > > dvicente wrote on Wednesday, January 24, 2007 8:00 AM: > >> i have many problems with IRC. >> >> In the place where i work, IRC is forbidden and at

Re: [mojo-dev] Re: [dashboard-maven-plugin] commit rights

2007-01-23 Thread dvicente
ou > got my vote. > > -D > > > On 1/23/07, Brian E. Fox <[EMAIL PROTECTED]> wrote: >> >> I think you need to discuss this on the mojo-dev list. Also take a look >> here: http://mojo.codehaus.org/development/submitting-a-plugin.html >> >> -Ori

Re: [mojo-dev] Re: [dashboard-maven-plugin] commit rights

2007-01-23 Thread dvicente
@mojo.codehaus.org or > dev@mojo.codehaus.org > > 2007/1/23, dvicente <[EMAIL PROTECTED]>: >> >> >> which are the rules to obtain the Subversion commit rights for the >> dashboard-maven-plugin project ? >> >> ( >> >> https://svn.codehaus

[dashboard-maven-plugin] commit rights

2007-01-23 Thread dvicente
which are the rules to obtain the Subversion commit rights for the dashboard-maven-plugin project ? ( https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/dashboard-maven-plugin ) Thanks David Vicente -- View this message in context: http://www.nabble.com/-dashboard-maven-plugin--commit-righ

Re: [m2] help with maven API

2007-01-18 Thread dvicente
Thanks Vincent it's awesome -- View this message in context: http://www.nabble.com/-m2--help-with-maven-API-tf3033510s177.html#a8433298 Sent from the Maven Developers mailing list archive at Nabble.com. - To unsubscribe, e-

Re: [m2] help with maven API

2007-01-18 Thread dvicente
; > Have a glance to > https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ant-plugin/src/main/java/org/apache/maven/plugin/ant/AntBuildWriterUtil.java > > Specially #getMavenPluginConfiguration() HTH > > Cheers, > > Vincent > > 2007/1/18, dvicente <[EMAIL PROTECT

[m2] help with maven API

2007-01-18 Thread dvicente
Hello with all, I am improving my plugin Dashboard ( http://mojo.codehaus.org/dashboard-maven-plugin/ http://mojo.codehaus.org/dashboard-maven-plugin/ ). I have a small concern. I wish to be able to recover the configuration of the plugin Surefire via API Maven, in particular the property “report

multi-project and ArtifactId

2006-11-21 Thread dvicente
Hi, i try to develop a dashboard report plugin. But i have a problem with a multi-project pom which i used to test my plugin. I have a master project with modules which have some modules or project. Until now, i get the modules list with project.getModules() method and i compare each module na

Re: [m2] lifecycle design

2006-10-16 Thread dvicente
I think that i have the same problem as Clover plugin as described in JIRA: http://jira.codehaus.org/browse/MNG-2184 No ? dvicente wrote: > > i have writed in my class DashBoardReportMojo : > */** > * A small tutorial that shows how to create a report. > * @goal dashboar

Re: [m2] lifecycle design

2006-10-16 Thread dvicente
her.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) Vincent Siveton wrote: > > Hi David, > > 2006/10/16, dvicente <[EMAIL PROTECTED]>: >> >> Hi, >> >> i try what you wri

Re: [m2] lifecycle design

2006-10-16 Thread dvicente
rt > > DashBoardMojo uses post-site > > Cheers, > > Vincent > > 2006/10/9, dvicente <[EMAIL PROTECTED]>: >> >> nobody can help me ? >> >> http://www.nabble.com/-M2--dashboard-report-plugin-tf2342819.html >> http://www.nabble.com/-M2--da

Re: [m2] lifecycle design

2006-10-09 Thread dvicente
nobody can help me ? http://www.nabble.com/-M2--dashboard-report-plugin-tf2342819.html http://www.nabble.com/-M2--dashboard-report-plugin-tf2342819.html dvicente wrote: > > Hi, > > How to develop a maven report plugin which can be excuted as single plugin > with a specific goa

[m2] lifecycle design

2006-09-28 Thread dvicente
Hi, How to develop a maven report plugin which can be excuted as single plugin with a specific goal and which can participate of site lifecycle during post-site phase ? As my old messages about my dashboard report plugin, i want my report to be generated as the last one or during the post-site p

[m2] dashboard report multiproject

2006-09-26 Thread dvicente
Hi, I have already made a dashboard report plugin which aggregate summary informations of each report in only one for a single project and i want to extend it to aggregate all summary informations for each module in one report. How to do that ? thanks for your help -- View this message in cont

[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 p