Re: releasing plugin-tools 3.1

2012-06-25 Thread Tony Chemit
On Mon, 25 Jun 2012 23:36:51 +0200 "Robert Scholte" wrote: > Hi, > > I've discovered the cause of the HelpMojo plugin, Olivier has fixed it > (thanks!). > I have verified all the issues I've mentioned before and can confirm these > have been fixed by Hervé and work as expcted (thanks too!).

Re: releasing plugin-tools 3.1

2012-06-25 Thread Robert Scholte
Hi, I've discovered the cause of the HelpMojo plugin, Olivier has fixed it (thanks!). I have verified all the issues I've mentioned before and can confirm these have been fixed by Hervé and work as expcted (thanks too!). But I found one funny bug: MPLUGIN-217. Not a showstopper, but IMHO sho

Re: releasing plugin-tools 3.1

2012-06-25 Thread Tony Chemit
On Mon, 25 Jun 2012 00:20:59 +0200 Hervé BOUTEMY wrote: > Thanks to good reports, we were able to fix a handful of problems found in > 3.0. > If nobody complains, I intend to do the next release by the end of the week. > +1 I really wants to use the java annotations for license-m-p and MPLUGIN-

Re: releasing plugin-tools 3.1

2012-06-25 Thread Olivier Lamy
Yup but normaly the class is rename and remove later. Because at this stage with annos we don't know the base package of the mojo. -- Olivier Le 25 juin 2012 18:56, "Robert Scholte" a écrit : > I think I see the problem: > > HelpGeneratorPlugin: > return new PluginHelpGenerator().**setHelpPackag

Re: releasing plugin-tools 3.1

2012-06-25 Thread Robert Scholte
I think I see the problem: HelpGeneratorPlugin: return new PluginHelpGenerator().setHelpPackageName( helpPackageName ).setVelocityComponent( this.velocity ); PluginHelpGenerator: properties.put( "helpPackageName", helpPackageName == null ? "" : helpPackageName ); If the value of @Paramete

Re: releasing plugin-tools 3.1

2012-06-25 Thread Olivier Lamy
Thanks Hervé ! @Robert this looks weird. Do you have this issue with the release plugin ? 2012/6/25 Robert Scholte : > Great idea! > I still have an issue with the HelpMojo class, which ends up under both > target/generated-sources/plugin and target/classes with the default package > in the sourc

Re: releasing plugin-tools 3.1

2012-06-25 Thread Robert Scholte
Great idea! I still have an issue with the HelpMojo class, which ends up under both target/generated-sources/plugin and target/classes with the default package in the source. Might be a Win-thing, I'll have a look at it. -Robert Op Mon, 25 Jun 2012 00:20:59 +0200 schreef Hervé BOUTEMY :