Re: New plugin patch-tracker

2011-11-22 Thread Simone Tripodi
Sounds like I should read emails more carefully before I share thoughts :D Merci, a trés bientôt! Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ ---

Re: New plugin patch-tracker

2011-11-22 Thread Olivier Lamy
2011/11/22 Simone Tripodi : > Hi all guys! > > @Olivier: I just have, as users, few > observations/suggestions/something I would like to have: > > 1) I noticed in the cli you have to express the serverUrl, my 2 cents > question is: wouldn't be more canonical retrieve that info in the pom, > under t

Re: New plugin patch-tracker

2011-11-22 Thread Simone Tripodi
Hi all guys! @Olivier: I just have, as users, few observations/suggestions/something I would like to have: 1) I noticed in the cli you have to express the serverUrl, my 2 cents question is: wouldn't be more canonical retrieve that info in the pom, under the element? pom.xml {{{ JIRA

Re: New plugin patch-tracker

2011-11-21 Thread Dennis Lundberg
Hi Ralph I haven't gotten that far yet. There is one obstacle left to fix, before an api can be extracted, and that is full use of Java 5 generics. That in turn is currently blocked by an issue in Modello, that prevents upgrading to a version of Modello that can generate Java 5 code. Extracting a

Re: New plugin patch-tracker

2011-11-21 Thread Arnaud Héritier
Could it be possible for the plugin to generate to automatically generate lines of code to fix bugs ?? :-D More seriously good job. A really useful service to ease contributions for ASF (and some others) projects. Arnaud On Mon, Nov 21, 2011 at 9:33 PM, Olivier Lamy wrote: > Hello, > > FYI, I

Re: New plugin patch-tracker

2011-11-21 Thread Ralph Goers
Dennis - have you by chance modified the changes plugin so that there is a jar with most of the logic and the plugin? I recently wanted to create a new plugin that used logic from the changes plugin but couldn't see how to do it. Ralph On Nov 21, 2011, at 1:01 PM, Dennis Lundberg wrote: > On

Re: New plugin patch-tracker

2011-11-21 Thread Olivier Lamy
2011/11/21 Simone Tripodi : > Salut Olivier! > in one word: GREAT :) > > I just have 2 minor suggestions: > >  * name attachments as `*.patch` done :-) >  * I didn't have a look at the sourcecode already, but please design > the plugin to easily plug other issue tracker (not like the changes > plug

Re: New plugin patch-tracker

2011-11-21 Thread Dennis Lundberg
On 2011-11-21 21:55, Simone Tripodi wrote: > Salut Olivier! > in one word: GREAT :) > > I just have 2 minor suggestions: > > * name attachments as `*.patch` > * I didn't have a look at the sourcecode already, but please design > the plugin to easily plug other issue tracker (not like the change

Re: New plugin patch-tracker

2011-11-21 Thread Simone Tripodi
Salut Olivier! in one word: GREAT :) I just have 2 minor suggestions: * name attachments as `*.patch` * I didn't have a look at the sourcecode already, but please design the plugin to easily plug other issue tracker (not like the changes plugin) well done, impressive work! Simo http://people.

New plugin patch-tracker

2011-11-21 Thread Olivier Lamy
Hello, FYI, I have created a new plugin called maven-patch-tracker-plugin in sandbox. Basically, this plugin will generate a diff using the scm provider configured in your pom (note if the pom says svn but you use git svn, you can use -Dscm.providerType=git). Then will create an issue in your con