From: <mg...@oc...> - 2005-07-13 12:47:21
|
I have pushed all the sources into the CVS. So it's ok for my configurati= on. I take the points for future version. Mathieu Selon Eric Pugh <ep...@up...>: > While you are looking at other tools.. Have you ever looked at > Hackystat? It is a build tool/type of data agnostic platform for > collecting data that can later be mapped. For example, you can track > number of CVS commits, and number of unit test failures and can spot > if your unit test failures spike, was it b/c of lots of CVS commits > or not... Things like that.. > > A way of pulling data out of hackystat would be cool too! > > Eric > > > On Jul 13, 2005, at 8:20 AM, Morten Kristiansen wrote: > > > > > Great that you push this Mathieu. Feel free to use anything from > > our implementation: > > > > http://www.mortenkristiansen.net/maven-history-plugin/ > > > > (I can send you the source code if you like). > > > > It might be the case that you already support it, but there are > > some features in our version of the plugin that would've been nice > > if your version also had: > > > > - Support plain report history (not dashboard). This is great for > > projects like Maven plugins etc that only have one module and never > > use dashboard (http://www.mortenkristiansen.net/maven-history- > > plugin/example1/multiproject/dashboard-test1-java/history/report- > > history.html) > > > > - More flexible configuration: Have a look at (http:// > > www.mortenkristiansen.net/maven-history-plugin/properties.html). > > > > - Support the feature of grouping data in graps (http:// > > www.mortenkristiansen.net/maven-history-plugin/example2/history/ > > dashboard/dashboard-history.html) and also support for having only > > one graph pr aggregator. > > > > Let me know if there is anything I can do. > > > > Morten > > > > > > > >> From: Eric Pugh <ep...@up...> > >> To: Mathieu Gandin <mg...@oc...> > >> CC: mav...@li... > >> Subject: Re: [Maven-plugins-developer] Maven history with dashboard > >> Date: Tue, 12 Jul 2005 13:07:27 -0400 > >> > >> Mathieu, > >> > >> I am cc'ing maven-plugins. Make sure you do a reply all so that > >> all work happens on the public list! And you can get answers > >> from the entire group! > >> > >> I think you can add source fine to CVS. If not, please let us know. > >> > >> To release a plugin we like to follow the maven process. Boils > >> down to running "maven scm:prepare-release" and then > >> "maven:perform- release". When you run "maven:perform-release" > >> you will need to add the goal plugin:repository-deploy,site:deloy > >> and it will upload the plugin and generate the site and deploy it. > >> > >> Eric > >> > >> > >> On Jul 11, 2005, at 4:23 PM, Mathieu Gandin wrote: > >> > >> > >>> Thank you. > >>> > >>> I have added a directory maven-dashboard-history-plugin for the > >>> project, > >>> into the htdocs directory of maven-plugin. I have uploaded my > >>> documentation > >>> and a src tarballs. > >>> > >>> I will push my sources on the CVS later, surely tomorrow. > >>> > >>> Can I upload file and add source to CVS, without special > >>> validation ? > >>> > >>> By the way what the processus to release a plugin ? > >>> > >>> Mathieu Gandin. > >>> > >>> -----Original Message----- > >>> From: mav...@li... > >>> [mailto:mav...@li...] On > >>> Behalf Of > >>> Eric Pugh > >>> Sent: lundi 11 juillet 2005 21:14 > >>> To: Eric Pugh > >>> Cc: mav...@li... > >>> Subject: Re: [Maven-plugins-developer] Maven history with dashboard > >>> > >>> I have added Mathieu as a developer on Maven Plugins. Welcome > >>> aboard! We look forward to your efforts on the maven-history- > >>> plugin. > >>> > >>> Eric Pugh > >>> > >>> > >>> > >>> On Jul 11, 2005, at 1:45 PM, Eric Pugh wrote: > >>> > >>> > >>> > >>>> Mathieu, > >>>> > >>>> Can you send me your SF user name? > >>>> > >>>> Eric > >>>> > >>>> > >>>> On Jul 6, 2005, at 1:02 PM, Eric Pugh wrote: > >>>> > >>>> > >>>> > >>>> > >>>>> I think the approach should be to move ahead on adding one of > >>>>> them, and then let the fur fly! I lean towards the "do-it-cracy= " > >>>>> and get one in, and then let it start pulling in the best ideas o= f > >>>>> each. > >>>>> > >>>>> Comments? > >>>>> > >>>>> Eric > >>>>> On Jul 6, 2005, at 4:35 AM, Morten Kristiansen wrote: > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>>> > >>>>>> There exists a Jira Issue for this: > >>>>>> http://jira.codehaus.org/browse/MPDASHBOARD-23 > >>>>>> > >>>>>> As the Jira explains, it now exists 3 different versions of the > >>>>>> maven-history-plugin. It would be great if you guys could have a > >>>>>> look at the different ones and comment pro/cons. All 3 plugins > >>>>>> are somewhat identical, so it should be "easy" to merge these > >>>>>> into one cool plugin. > >>>>>> > >>>>>> Other comments? > >>>>>> > >>>>>> Morten > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>>> From: "Mathieu Gandin" <mg...@oc...> > >>>>>>> To: <mav...@li...> > >>>>>>> Subject: RE: [Maven-plugins-developer] Maven history with > >>>>>>> dashboard > >>>>>>> Date: Thu, 30 Jun 2005 11:11:16 +0200 > >>>>>>> > >>>>>>> Hi all, > >>>>>>> > >>>>>>> I didn't get any reply, what do you think about my proposal ? > >>>>>>> > >>>>>>> Mathieu Gandin - Expert > >>>>>>> Mobile: 06 10 12 11 91 > >>>>>>> OCTO Technology - 50 Avenue des Champs Elys=E9es 75008 Paris > >>>>>>> http://www.octo.com > >>>>>>> > >>>>>>> -----Original Message----- > >>>>>>> From: mav...@li... > >>>>>>> [mailto:mav...@li...] On > >>>>>>> Behalf Of > >>>>>>> Mathieu Gandin > >>>>>>> Sent: mercredi 22 juin 2005 12:10 > >>>>>>> To: mav...@li... > >>>>>>> Subject: [Maven-plugins-developer] Maven history with dashboard > >>>>>>> > >>>>>>> Hello all, > >>>>>>> > >>>>>>> I have developed a maven plugin to create a history based of > >>>>>>> results from > >>>>>>> the Maven Dashboard plugin. > >>>>>>> The history is stored in XML Files, and the plugin create an > >>>>>>> HTML report > >>>>>>> with graphics from history. I tried to make my plugin 100% Java= , > >>>>>>> so my > >>>>>>> implementation uses JFreechart to generate graphics. > >>>>>>> > >>>>>>> Here is my documentation: > >>>>>>> http://www.mycgiserver.com/~mgandin/ > >>>>>>> > >>>>>>> There is another implementation, but I did not get information > >>>>>>> from the guy > >>>>>>> who develop it for about a month, and I was too busy to contact > >>>>>>> him. > >>>>>>> > >>>>>>> I am open for any remarks. > >>>>>>> > >>>>>>> See you. > >>>>>>> > >>>>>>> Mathieu Gandin > >>>>>>> > >>>>>>> > >>>>>>> -- > >>>>>>> No virus found in this outgoing message. > >>>>>>> Checked by AVG Anti-Virus. > >>>>>>> Version: 7.0.323 / Virus Database: 267.7.10/25 - Release Date: > >>>>>>> 21/06/2005 > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> ------------------------------------------------------- > >>>>>>> SF.Net email is sponsored by: Discover Easy Linux Migration > >>>>>>> Strategies > >>>>>>> from IBM. Find simple to follow Roadmaps, straightforward > >>>>>>> articles, > >>>>>>> informative Webcasts and more! Get everything you need to > >>>>>>> get up to > >>>>>>> speed, fast. http://ads.osdn.com/? > >>>>>>> ad_id=3D7477&alloc_id=3D16492&op=3Dclick > >>>>>>> _______________________________________________ > >>>>>>> Maven-plugins-developer mailing list > >>>>>>> Mav...@li... > >>>>>>> https://lists.sourceforge.net/lists/listinfo/maven-plugins- > >>>>>>> developer > >>>>>>> > >>>>>>> -- > >>>>>>> No virus found in this incoming message. > >>>>>>> Checked by AVG Anti-Virus. > >>>>>>> Version: 7.0.323 / Virus Database: 267.7.10/25 - Release Date: > >>>>>>> 21/06/2005 > >>>>>>> > >>>>>>> > >>>>>>> -- > >>>>>>> No virus found in this outgoing message. > >>>>>>> Checked by AVG Anti-Virus. > >>>>>>> Version: 7.0.323 / Virus Database: 267.8.7/34 - Release Date: > >>>>>>> 29/06/2005 > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> ------------------------------------------------------- > >>>>>>> SF.Net email is sponsored by: Discover Easy Linux Migration > >>>>>>> Strategies > >>>>>>> from IBM. Find simple to follow Roadmaps, straightforward > >>>>>>> articles, > >>>>>>> informative Webcasts and more! Get everything you need to > >>>>>>> get up to > >>>>>>> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=3D= click > >>>>>>> _______________________________________________ > >>>>>>> Maven-plugins-developer mailing list > >>>>>>> Mav...@li... > >>>>>>> https://lists.sourceforge.net/lists/listinfo/maven-plugins- > >>>>>>> developer > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> ------------------------------------------------------- > >>>>>> SF.Net email is sponsored by: Discover Easy Linux Migration > >>>>>> Strategies > >>>>>> from IBM. Find simple to follow Roadmaps, straightforward > >>>>>> articles, > >>>>>> informative Webcasts and more! Get everything you need to get > >>>>>> up to > >>>>>> speed, fast. http://ads.osdn.com/? > >>>>>> ad_id=3D7477&alloc_id=3D16492&op=3Dclick > >>>>>> _______________________________________________ > >>>>>> Maven-plugins-developer mailing list > >>>>>> Mav...@li... > >>>>>> https://lists.sourceforge.net/lists/listinfo/maven-plugins- > >>>>>> developer > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> ------------------------------------------------------- > >>>>> SF.Net email is sponsored by: Discover Easy Linux Migration > >>>>> Strategies > >>>>> from IBM. Find simple to follow Roadmaps, straightforward > >>>>> articles, > >>>>> informative Webcasts and more! Get everything you need to get > >>>>> up to > >>>>> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=3Dcl= ick > >>>>> _______________________________________________ > >>>>> Maven-plugins-developer mailing list > >>>>> Mav...@li... > >>>>> https://lists.sourceforge.net/lists/listinfo/maven-plugins- > >>>>> developer > >>>>> > >>>>> > >>>>> > >>>>> > >>>> > >>>> > >>>> > >>>> > >>> > >>> > >>> > >>> ------------------------------------------------------- > >>> This SF.Net email is sponsored by the 'Do More With Dual!' > >>> webinar happening > >>> July 14 at 8am PDT/11am EDT. We invite you to explore the latest > >>> in dual > >>> core and dual graphics technology at this free one hour event > >>> hosted by HP, > >>> AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebina= r > >>> _______________________________________________ > >>> Maven-plugins-developer mailing list > >>> Mav...@li... > >>> https://lists.sourceforge.net/lists/listinfo/maven-plugins-develope= r > >>> > >>> > >>> > >>> -- > >>> No virus found in this incoming message. > >>> Checked by AVG Anti-Virus. > >>> Version: 7.0.308 / Virus Database: 267.8.10 - Release Date: > >>> 06/07/2005 > >>> > >>> > >>> > >>> > >> > >> > >> > >> ------------------------------------------------------- > >> This SF.Net email is sponsored by the 'Do More With Dual!' webinar > >> happening > >> July 14 at 8am PDT/11am EDT. We invite you to explore the latest > >> in dual > >> core and dual graphics technology at this free one hour event > >> hosted by HP, > >> AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar > >> _______________________________________________ > >> Maven-plugins-developer mailing list > >> Mav...@li... > >> https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer > >> > > > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the 'Do More With Dual!' webinar happ= ening > July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dua= l > core and dual graphics technology at this free one hour event hosted by= HP, > AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar > _______________________________________________ > Maven-plugins-developer mailing list > Mav...@li... > https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer > |