ArchiveOrangemail archive

Maven Developers List


dev.maven.apache.org
(List home) (Recent threads) (29 other Apache Maven lists)

Subscription Options

  • RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
  • Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe address with "subscribe" in the subject line, or visit the list's homepage here.
  • Moderate traffic list: up to 30 messages per day
  • This list contains about 94,182 messages, beginning Mar 2003
  • 12 messages added yesterday
Report the Spam
This button sends a spam report to the moderator. Please use it sparingly. For other removal requests, read this.
Are you sure? yes no

releasing plugin-tools 3.1

Ad
Hervé BOUTEMY 1340576495Sun, 24 Jun 2012 22:21:35 +0000 (UTC)
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.

Regards,

Hervé
Robert Scholte 1340642941Mon, 25 Jun 2012 16:49:01 +0000 (UTC)
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.

-RobertOp Mon, 25 Jun 2012 00:20:59 +0200 schreef Hervé BOUTEMY  
:

> 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.
>
> Regards,
>
> Hervé
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> For additional commands, e-mail: 
Olivier Lamy 1340643262Mon, 25 Jun 2012 16:54:22 +0000 (UTC)
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 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
> :
>
>
>> 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.
>>
>> Regards,
>>
>> Hervé
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: 
>> For additional commands, e-mail: 
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> For additional commands, e-mail: 
>-- 
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy
Robert Scholte 1340643416Mon, 25 Jun 2012 16:56:56 +0000 (UTC)
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 @Parameter is "" by default instead of null as it used to  
be, we have a problem...

-RobertOp Mon, 25 Jun 2012 18:54:00 +0200 schreef 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 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
>> :
>>
>>
>>> 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.
>>>
>>> Regards,
>>>
>>> Hervé
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: 
>>> For additional commands, e-mail: 
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: 
>> For additional commands, e-mail: 
>>
>
>
Olivier Lamy 1340643976Mon, 25 Jun 2012 17:06:16 +0000 (UTC)
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.
Tony Chemit 1340644371Mon, 25 Jun 2012 17:12:51 +0000 (UTC)
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-213 was a blocker for MLICENSE-41.

Good works guys ;)

tony.
Robert Scholte 1340660213Mon, 25 Jun 2012 21:36:53 +0000 (UTC)
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 should  
be fixed as well.

Looks like it is possible to start the vote soon.

-RobertOp Mon, 25 Jun 2012 19:12:15 +0200 schreef 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-213 was a blocker for MLICENSE-41.
>
> Good works guys ;)
>
> tony.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> For additional commands, e-mail: 
Tony Chemit 1340668111Mon, 25 Jun 2012 23:48:31 +0000 (UTC)
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!).
> But I found one funny bug: MPLUGIN-217. Not a showstopper, but IMHO should  
> be fixed as well.I just attach a fix for this.

hope somebody will apply it before release 3.1

tony.
Olivier Lamy 1340694240Tue, 26 Jun 2012 07:04:00 +0000 (UTC)
Just applied.
Thanks !
--
Olivier2012/6/26 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!).
>> But I found one funny bug: MPLUGIN-217. Not a showstopper, but IMHO should
>> be fixed as well.
>
> I just attach a fix for this.
>
> hope somebody will apply it before release 3.1
>
> tony.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> For additional commands, e-mail: 
>-- 
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy
Tony Chemit 1340811755Wed, 27 Jun 2012 15:42:35 +0000 (UTC)
On Tue, 26 Jun 2012 09:03:36 +0200
Olivier Lamy  wrote:

> Just applied.
> Thanks !And now could we start a vote ?

I'd like to release license-m-p but there is a blocker issue (MPLUGIN-213) that can not permit me to release the project.

thanks,

tony
Home | About | Privacy