Re: [Vote] Release Maven Plugin Tools 2.4 projects (take 3)

2008-03-18 Thread Vincent Siveton
The vote has passed:
+1 Dennis, Lukas, Olivier and Vincent
+0 Brian

I'll proceed with the release.

Cheers,

Vincent

2008/3/10, Vincent Siveton <[EMAIL PROTECTED]>:
> Hi,
>
>  It s again me :) I would like to release (again) the Maven Plugin
>  Tools projects:
>  * maven-plugin-plugin-2.4
>  * maven-plugin-tools-beanshell-2.4
>  * maven-plugin-tools-java-2.4
>  * maven-plugin-tools-2.4
>  * maven-plugin-tools-javadoc-2.4
>  * maven-plugin-tools-ant-2.4
>  * maven-plugin-tools-model-2.4
>  * maven-plugin-tools-api-2.4
>
>  We solved around 44 issues:
>  
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11139&styleName=Html&version=13324
>
>  There are still a couple of issues left in JIRA:
>  
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11139&status=1
>
>  Staging repo:
>  http://people.apache.org/~vsiveton/staging-repo/
>
>  Staging sites (need to syncs):
>  http://maven.apache.org/plugins-tools/maven-plugin-plugin-2.4
>  http://maven.apache.org/plugins-tools/maven-plugin-tools-beanshell-2.4
>  http://maven.apache.org/plugins-tools/maven-plugin-tools-java-2.4
>  http://maven.apache.org/plugins-tools/maven-plugin-tools-2.4
>  http://maven.apache.org/plugins-tools/maven-plugin-tools-javadoc-2.4
>  http://maven.apache.org/plugins-tools/maven-plugin-tools-ant-2.4
>  http://maven.apache.org/plugins-tools/maven-plugin-tools-model-2.4
>  http://maven.apache.org/plugins-tools/maven-plugin-tools-api-2.4
>
>  Guide to testing staged releases:
>  http://maven.apache.org/guides/development/guide-testing-releases.html
>
>  Vote open for 72 hours.
>
>  [ ] +1
>  [ ] +0
>  [ ] -1
>
>  +1 for me
>
>  Cheers,
>
>
>  Vincent
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [Vote] Release Maven Plugin Tools 2.4 projects (take 3)

2008-03-17 Thread Brian E. Fox
Oh sorry for the confusion. I changed my vote to 0, The IT is fixed by
locking down the versions, but it did show some incompatibilies in the
API that might need to be fixed.

-Original Message-
From: Dennis Lundberg [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 17, 2008 2:46 PM
To: Maven Developers List
Subject: Re: [Vote] Release Maven Plugin Tools 2.4 projects (take 3)

What's the status on this Brian? I saw that you made a couple of commits

to the pom of IT 20. Did it solve your issues?

Can we proceed with the release, or are there any incompatibilities that

needs to be fixed?

Brian E. Fox wrote:
> It could be, the old one must be lingering.
> 
> -Original Message-
> From: Brett Porter [mailto:[EMAIL PROTECTED] 
> Sent: Friday, March 14, 2008 5:21 PM
> To: Maven Developers List
> Subject: Re: [Vote] Release Maven Plugin Tools 2.4 projects (take 3)
> 
> This is likely a result of the group ID change?
> 
> On 15/03/2008, at 7:26 AM, Dennis Lundberg wrote:
> 
>> I had a look at the log for this on the new Hudson installation.  
>> There are some weird stuff going on because there are multiple  
>> different versions of jars on the classpath. Below I have removed  
>> the ones that aren't interesting:
>>
>> urls[0] = file:/home/j2ee-hudson/.m2/repository/org/apache/maven/ 
>> plugins/maven-plugin-plugin/2.4-SNAPSHOT/maven-plugin-plugin-2.4- 
>> SNAPSHOT.jar
>> urls[1] = file:/home/j2ee-hudson/.m2/repository/org/apache/maven/ 
>> maven-plugin-tools-beanshell/2.0/maven-plugin-tools-beanshell-2.0.jar
>> urls[2] = file:/home/j2ee-hudson/.m2/repository/org/apache/maven/ 
>> maven-plugin-tools-api/2.0/maven-plugin-tools-api-2.0.jar
>> urls[6] = file:/home/j2ee-hudson/.m2/repository/org/apache/maven/ 
>> plugin-tools/maven-plugin-tools-api/2.4-SNAPSHOT/maven-plugin-tools- 
>> api-2.4-SNAPSHOT.jar
>> urls[21] = file:/home/j2ee-hudson/.m2/repository/org/apache/maven/ 
>> plugin-tools/maven-plugin-tools-java/2.4-SNAPSHOT/maven-plugin-tools-

>> java-2.4-SNAPSHOT.jar
>> urls[23] = file:/home/j2ee-hudson/.m2/repository/org/apache/maven/ 
>> plugin-tools/maven-plugin-tools-beanshell/2.4-SNAPSHOT/maven-plugin- 
>> tools-beanshell-2.4-SNAPSHOT.jar
>>
>> Now [1] and [23] are the same artifacts and [2] and [6] are also the

>> same artifacts. The difference is the groupId and the version.  
>> Haven't looked at the pom for the IT yet, but I suspect that there  
>> is a conflict between the different versions of these artifacts.
>>
>>
>>
>> Brian E. Fox wrote:
>>> I'm still looking into it, but there is an exception in this stuff  
>>> and
>>> it is causing IT 20 to fail:
>>> [INFO] Trace
>>> java.lang.NoSuchMethodError:
>>> org 
>>>
.apache.maven.tools.plugin.scanner.MojoScanner.setActiveExtractors(Lj
>>> ava/util/Set;)V
>>>at
>>> org 
>>>
.apache.maven.plugin.plugin.AbstractGeneratorMojo.execute(AbstractGen
>>> eratorMojo.java:116)
>>>at
>>> org 
>>>
.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMa
>>> nager.java:451)
>>>at
>>> org 
>>>
.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Default
>>> LifecycleExecutor.java:575)
>>>at
>>> org 
>>>
.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifec
>>> ycle(DefaultLifecycleExecutor.java:50
>>> Until I can confirm or deny that this is present in 2.4, I need to
>>> change my vote to -1 (we will need to fix this anyway for 2.0.9  
>>> which is
>>> imminent)
>>> -Original Message-
>>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On  
>>> Behalf Of
>>> Olivier Lamy
>>> Sent: Wednesday, March 12, 2008 7:41 PM
>>> To: Maven Developers List
>>> Subject: Re: [Vote] Release Maven Plugin Tools 2.4 projects (take 3)
>>> +1
>>> --
>>> Olivier
>>> 2008/3/10, Vincent Siveton <[EMAIL PROTECTED]>:
>>>> Hi,
>>>>
>>>> It s again me :) I would like to release (again) the Maven Plugin
>>>> Tools projects:
>>>> * maven-plugin-plugin-2.4
>>>> * maven-plugin-tools-beanshell-2.4
>>>> * maven-plugin-tools-java-2.4
>>>> * maven-plugin-tools-2.4
>>>> * maven-plugin-tools-javadoc-2.4
>>>> * maven-plugin-tools-ant-2.4
>>>> * maven-plugin-tools-model-2.4
>>>> * maven-plugin-tools-api-2.4
>>>>
>>>> We solved around 44 issues:
>>>>
&g

Re: [Vote] Release Maven Plugin Tools 2.4 projects (take 3)

2008-03-17 Thread Dennis Lundberg
What's the status on this Brian? I saw that you made a couple of commits 
to the pom of IT 20. Did it solve your issues?


Can we proceed with the release, or are there any incompatibilities that 
needs to be fixed?


Brian E. Fox wrote:

It could be, the old one must be lingering.

-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 14, 2008 5:21 PM

To: Maven Developers List
Subject: Re: [Vote] Release Maven Plugin Tools 2.4 projects (take 3)

This is likely a result of the group ID change?

On 15/03/2008, at 7:26 AM, Dennis Lundberg wrote:

I had a look at the log for this on the new Hudson installation.  
There are some weird stuff going on because there are multiple  
different versions of jars on the classpath. Below I have removed  
the ones that aren't interesting:


urls[0] = file:/home/j2ee-hudson/.m2/repository/org/apache/maven/ 
plugins/maven-plugin-plugin/2.4-SNAPSHOT/maven-plugin-plugin-2.4- 
SNAPSHOT.jar
urls[1] = file:/home/j2ee-hudson/.m2/repository/org/apache/maven/ 
maven-plugin-tools-beanshell/2.0/maven-plugin-tools-beanshell-2.0.jar
urls[2] = file:/home/j2ee-hudson/.m2/repository/org/apache/maven/ 
maven-plugin-tools-api/2.0/maven-plugin-tools-api-2.0.jar
urls[6] = file:/home/j2ee-hudson/.m2/repository/org/apache/maven/ 
plugin-tools/maven-plugin-tools-api/2.4-SNAPSHOT/maven-plugin-tools- 
api-2.4-SNAPSHOT.jar
urls[21] = file:/home/j2ee-hudson/.m2/repository/org/apache/maven/ 
plugin-tools/maven-plugin-tools-java/2.4-SNAPSHOT/maven-plugin-tools- 
java-2.4-SNAPSHOT.jar
urls[23] = file:/home/j2ee-hudson/.m2/repository/org/apache/maven/ 
plugin-tools/maven-plugin-tools-beanshell/2.4-SNAPSHOT/maven-plugin- 
tools-beanshell-2.4-SNAPSHOT.jar


Now [1] and [23] are the same artifacts and [2] and [6] are also the  
same artifacts. The difference is the groupId and the version.  
Haven't looked at the pom for the IT yet, but I suspect that there  
is a conflict between the different versions of these artifacts.




Brian E. Fox wrote:
I'm still looking into it, but there is an exception in this stuff  
and

it is causing IT 20 to fail:
[INFO] Trace
java.lang.NoSuchMethodError:
org 
.apache.maven.tools.plugin.scanner.MojoScanner.setActiveExtractors(Lj

ava/util/Set;)V
   at
org 
.apache.maven.plugin.plugin.AbstractGeneratorMojo.execute(AbstractGen

eratorMojo.java:116)
   at
org 
.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMa

nager.java:451)
   at
org 
.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Default

LifecycleExecutor.java:575)
   at
org 
.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifec

ycle(DefaultLifecycleExecutor.java:50
Until I can confirm or deny that this is present in 2.4, I need to
change my vote to -1 (we will need to fix this anyway for 2.0.9  
which is

imminent)
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On  
Behalf Of

Olivier Lamy
Sent: Wednesday, March 12, 2008 7:41 PM
To: Maven Developers List
Subject: Re: [Vote] Release Maven Plugin Tools 2.4 projects (take 3)
+1
--
Olivier
2008/3/10, Vincent Siveton <[EMAIL PROTECTED]>:

Hi,

It s again me :) I would like to release (again) the Maven Plugin
Tools projects:
* maven-plugin-plugin-2.4
* maven-plugin-tools-beanshell-2.4
* maven-plugin-tools-java-2.4
* maven-plugin-tools-2.4
* maven-plugin-tools-javadoc-2.4
* maven-plugin-tools-ant-2.4
* maven-plugin-tools-model-2.4
* maven-plugin-tools-api-2.4

We solved around 44 issues:


http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11139&styleNa

me=Html&version=13324

There are still a couple of issues left in JIRA:


http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11139

&status=1

Staging repo:
http://people.apache.org/~vsiveton/staging-repo/

Staging sites (need to syncs):
http://maven.apache.org/plugins-tools/maven-plugin-plugin-2.4

http://maven.apache.org/plugins-tools/maven-plugin-tools- 
beanshell-2.4

http://maven.apache.org/plugins-tools/maven-plugin-tools-java-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-javadoc-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-ant-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-model-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-api-2.4

Guide to testing staged releases:

http://maven.apache.org/guides/development/guide-testing- 
releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

+1 for me

Cheers,

Vincent



-

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--

RE: [Vote] Release Maven Plugin Tools 2.4 projects (take 3)

2008-03-14 Thread Brian E. Fox
It could be, the old one must be lingering.

-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 14, 2008 5:21 PM
To: Maven Developers List
Subject: Re: [Vote] Release Maven Plugin Tools 2.4 projects (take 3)

This is likely a result of the group ID change?

On 15/03/2008, at 7:26 AM, Dennis Lundberg wrote:

> I had a look at the log for this on the new Hudson installation.  
> There are some weird stuff going on because there are multiple  
> different versions of jars on the classpath. Below I have removed  
> the ones that aren't interesting:
>
> urls[0] = file:/home/j2ee-hudson/.m2/repository/org/apache/maven/ 
> plugins/maven-plugin-plugin/2.4-SNAPSHOT/maven-plugin-plugin-2.4- 
> SNAPSHOT.jar
> urls[1] = file:/home/j2ee-hudson/.m2/repository/org/apache/maven/ 
> maven-plugin-tools-beanshell/2.0/maven-plugin-tools-beanshell-2.0.jar
> urls[2] = file:/home/j2ee-hudson/.m2/repository/org/apache/maven/ 
> maven-plugin-tools-api/2.0/maven-plugin-tools-api-2.0.jar
> urls[6] = file:/home/j2ee-hudson/.m2/repository/org/apache/maven/ 
> plugin-tools/maven-plugin-tools-api/2.4-SNAPSHOT/maven-plugin-tools- 
> api-2.4-SNAPSHOT.jar
> urls[21] = file:/home/j2ee-hudson/.m2/repository/org/apache/maven/ 
> plugin-tools/maven-plugin-tools-java/2.4-SNAPSHOT/maven-plugin-tools- 
> java-2.4-SNAPSHOT.jar
> urls[23] = file:/home/j2ee-hudson/.m2/repository/org/apache/maven/ 
> plugin-tools/maven-plugin-tools-beanshell/2.4-SNAPSHOT/maven-plugin- 
> tools-beanshell-2.4-SNAPSHOT.jar
>
> Now [1] and [23] are the same artifacts and [2] and [6] are also the  
> same artifacts. The difference is the groupId and the version.  
> Haven't looked at the pom for the IT yet, but I suspect that there  
> is a conflict between the different versions of these artifacts.
>
>
>
> Brian E. Fox wrote:
>> I'm still looking into it, but there is an exception in this stuff  
>> and
>> it is causing IT 20 to fail:
>> [INFO] Trace
>> java.lang.NoSuchMethodError:
>> org 
>> .apache.maven.tools.plugin.scanner.MojoScanner.setActiveExtractors(Lj
>> ava/util/Set;)V
>>at
>> org 
>> .apache.maven.plugin.plugin.AbstractGeneratorMojo.execute(AbstractGen
>> eratorMojo.java:116)
>>at
>> org 
>> .apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMa
>> nager.java:451)
>>at
>> org 
>> .apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Default
>> LifecycleExecutor.java:575)
>>at
>> org 
>> .apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifec
>> ycle(DefaultLifecycleExecutor.java:50
>> Until I can confirm or deny that this is present in 2.4, I need to
>> change my vote to -1 (we will need to fix this anyway for 2.0.9  
>> which is
>> imminent)
>> -Original Message-
>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On  
>> Behalf Of
>> Olivier Lamy
>> Sent: Wednesday, March 12, 2008 7:41 PM
>> To: Maven Developers List
>> Subject: Re: [Vote] Release Maven Plugin Tools 2.4 projects (take 3)
>> +1
>> --
>> Olivier
>> 2008/3/10, Vincent Siveton <[EMAIL PROTECTED]>:
>>> Hi,
>>>
>>> It s again me :) I would like to release (again) the Maven Plugin
>>> Tools projects:
>>> * maven-plugin-plugin-2.4
>>> * maven-plugin-tools-beanshell-2.4
>>> * maven-plugin-tools-java-2.4
>>> * maven-plugin-tools-2.4
>>> * maven-plugin-tools-javadoc-2.4
>>> * maven-plugin-tools-ant-2.4
>>> * maven-plugin-tools-model-2.4
>>> * maven-plugin-tools-api-2.4
>>>
>>> We solved around 44 issues:
>>>
>>
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11139&styleNa
>> me=Html&version=13324
>>> There are still a couple of issues left in JIRA:
>>>
>>
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11139
>> &status=1
>>> Staging repo:
>>> http://people.apache.org/~vsiveton/staging-repo/
>>>
>>> Staging sites (need to syncs):
>>> http://maven.apache.org/plugins-tools/maven-plugin-plugin-2.4
>>>
>> http://maven.apache.org/plugins-tools/maven-plugin-tools- 
>> beanshell-2.4
>>> http://maven.apache.org/plugins-tools/maven-plugin-tools-java-2.4
>>> http://maven.apache.org/plugins-tools/maven-plugin-tools-2.4
>>> http://maven.apache.org/plugins-tools/maven-plugin-tools-javadoc-2.4
>>> http://maven.apache.org/plugins-tools/maven-plugin-tools-ant-2.4
>>> http://maven.apache.org/plugins-tools/maven-plugin-tools-model-2.4

Re: [Vote] Release Maven Plugin Tools 2.4 projects (take 3)

2008-03-14 Thread Brett Porter

This is likely a result of the group ID change?

On 15/03/2008, at 7:26 AM, Dennis Lundberg wrote:

I had a look at the log for this on the new Hudson installation.  
There are some weird stuff going on because there are multiple  
different versions of jars on the classpath. Below I have removed  
the ones that aren't interesting:


urls[0] = file:/home/j2ee-hudson/.m2/repository/org/apache/maven/ 
plugins/maven-plugin-plugin/2.4-SNAPSHOT/maven-plugin-plugin-2.4- 
SNAPSHOT.jar
urls[1] = file:/home/j2ee-hudson/.m2/repository/org/apache/maven/ 
maven-plugin-tools-beanshell/2.0/maven-plugin-tools-beanshell-2.0.jar
urls[2] = file:/home/j2ee-hudson/.m2/repository/org/apache/maven/ 
maven-plugin-tools-api/2.0/maven-plugin-tools-api-2.0.jar
urls[6] = file:/home/j2ee-hudson/.m2/repository/org/apache/maven/ 
plugin-tools/maven-plugin-tools-api/2.4-SNAPSHOT/maven-plugin-tools- 
api-2.4-SNAPSHOT.jar
urls[21] = file:/home/j2ee-hudson/.m2/repository/org/apache/maven/ 
plugin-tools/maven-plugin-tools-java/2.4-SNAPSHOT/maven-plugin-tools- 
java-2.4-SNAPSHOT.jar
urls[23] = file:/home/j2ee-hudson/.m2/repository/org/apache/maven/ 
plugin-tools/maven-plugin-tools-beanshell/2.4-SNAPSHOT/maven-plugin- 
tools-beanshell-2.4-SNAPSHOT.jar


Now [1] and [23] are the same artifacts and [2] and [6] are also the  
same artifacts. The difference is the groupId and the version.  
Haven't looked at the pom for the IT yet, but I suspect that there  
is a conflict between the different versions of these artifacts.




Brian E. Fox wrote:
I'm still looking into it, but there is an exception in this stuff  
and

it is causing IT 20 to fail:
[INFO] Trace
java.lang.NoSuchMethodError:
org 
.apache.maven.tools.plugin.scanner.MojoScanner.setActiveExtractors(Lj

ava/util/Set;)V
   at
org 
.apache.maven.plugin.plugin.AbstractGeneratorMojo.execute(AbstractGen

eratorMojo.java:116)
   at
org 
.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMa

nager.java:451)
   at
org 
.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Default

LifecycleExecutor.java:575)
   at
org 
.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifec

ycle(DefaultLifecycleExecutor.java:50
Until I can confirm or deny that this is present in 2.4, I need to
change my vote to -1 (we will need to fix this anyway for 2.0.9  
which is

imminent)
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On  
Behalf Of

Olivier Lamy
Sent: Wednesday, March 12, 2008 7:41 PM
To: Maven Developers List
Subject: Re: [Vote] Release Maven Plugin Tools 2.4 projects (take 3)
+1
--
Olivier
2008/3/10, Vincent Siveton <[EMAIL PROTECTED]>:

Hi,

It s again me :) I would like to release (again) the Maven Plugin
Tools projects:
* maven-plugin-plugin-2.4
* maven-plugin-tools-beanshell-2.4
* maven-plugin-tools-java-2.4
* maven-plugin-tools-2.4
* maven-plugin-tools-javadoc-2.4
* maven-plugin-tools-ant-2.4
* maven-plugin-tools-model-2.4
* maven-plugin-tools-api-2.4

We solved around 44 issues:


http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11139&styleNa
me=Html&version=13324

There are still a couple of issues left in JIRA:


http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11139
&status=1

Staging repo:
http://people.apache.org/~vsiveton/staging-repo/

Staging sites (need to syncs):
http://maven.apache.org/plugins-tools/maven-plugin-plugin-2.4

http://maven.apache.org/plugins-tools/maven-plugin-tools- 
beanshell-2.4

http://maven.apache.org/plugins-tools/maven-plugin-tools-java-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-javadoc-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-ant-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-model-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-api-2.4

Guide to testing staged releases:

http://maven.apache.org/guides/development/guide-testing- 
releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

+1 for me

Cheers,

Vincent

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Dennis Lundberg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Brett Porter
[EMAIL PROTECTED]
http://blogs.exist.com/bporter/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Vote] Release Maven Plugin Tools 2.4 projects (take 3)

2008-03-14 Thread Dennis Lundberg
I had a look at the log for this on the new Hudson installation. There 
are some weird stuff going on because there are multiple different 
versions of jars on the classpath. Below I have removed the ones that 
aren't interesting:


urls[0] = 
file:/home/j2ee-hudson/.m2/repository/org/apache/maven/plugins/maven-plugin-plugin/2.4-SNAPSHOT/maven-plugin-plugin-2.4-SNAPSHOT.jar
urls[1] = 
file:/home/j2ee-hudson/.m2/repository/org/apache/maven/maven-plugin-tools-beanshell/2.0/maven-plugin-tools-beanshell-2.0.jar
urls[2] = 
file:/home/j2ee-hudson/.m2/repository/org/apache/maven/maven-plugin-tools-api/2.0/maven-plugin-tools-api-2.0.jar
urls[6] = 
file:/home/j2ee-hudson/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools-api/2.4-SNAPSHOT/maven-plugin-tools-api-2.4-SNAPSHOT.jar
urls[21] = 
file:/home/j2ee-hudson/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools-java/2.4-SNAPSHOT/maven-plugin-tools-java-2.4-SNAPSHOT.jar
urls[23] = 
file:/home/j2ee-hudson/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/2.4-SNAPSHOT/maven-plugin-tools-beanshell-2.4-SNAPSHOT.jar


Now [1] and [23] are the same artifacts and [2] and [6] are also the 
same artifacts. The difference is the groupId and the version. Haven't 
looked at the pom for the IT yet, but I suspect that there is a conflict 
between the different versions of these artifacts.




Brian E. Fox wrote:

I'm still looking into it, but there is an exception in this stuff and
it is causing IT 20 to fail:

[INFO] Trace
java.lang.NoSuchMethodError:
org.apache.maven.tools.plugin.scanner.MojoScanner.setActiveExtractors(Lj
ava/util/Set;)V
at
org.apache.maven.plugin.plugin.AbstractGeneratorMojo.execute(AbstractGen
eratorMojo.java:116)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMa
nager.java:451)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Default
LifecycleExecutor.java:575)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifec
ycle(DefaultLifecycleExecutor.java:50


Until I can confirm or deny that this is present in 2.4, I need to
change my vote to -1 (we will need to fix this anyway for 2.0.9 which is
imminent)

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Olivier Lamy
Sent: Wednesday, March 12, 2008 7:41 PM
To: Maven Developers List
Subject: Re: [Vote] Release Maven Plugin Tools 2.4 projects (take 3)

+1
--
Olivier

2008/3/10, Vincent Siveton <[EMAIL PROTECTED]>:

Hi,

 It s again me :) I would like to release (again) the Maven Plugin
 Tools projects:
 * maven-plugin-plugin-2.4
 * maven-plugin-tools-beanshell-2.4
 * maven-plugin-tools-java-2.4
 * maven-plugin-tools-2.4
 * maven-plugin-tools-javadoc-2.4
 * maven-plugin-tools-ant-2.4
 * maven-plugin-tools-model-2.4
 * maven-plugin-tools-api-2.4

 We solved around 44 issues:


http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11139&styleNa
me=Html&version=13324

 There are still a couple of issues left in JIRA:


http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11139
&status=1

 Staging repo:
 http://people.apache.org/~vsiveton/staging-repo/

 Staging sites (need to syncs):
 http://maven.apache.org/plugins-tools/maven-plugin-plugin-2.4


http://maven.apache.org/plugins-tools/maven-plugin-tools-beanshell-2.4

 http://maven.apache.org/plugins-tools/maven-plugin-tools-java-2.4
 http://maven.apache.org/plugins-tools/maven-plugin-tools-2.4
 http://maven.apache.org/plugins-tools/maven-plugin-tools-javadoc-2.4
 http://maven.apache.org/plugins-tools/maven-plugin-tools-ant-2.4
 http://maven.apache.org/plugins-tools/maven-plugin-tools-model-2.4
 http://maven.apache.org/plugins-tools/maven-plugin-tools-api-2.4

 Guide to testing staged releases:


http://maven.apache.org/guides/development/guide-testing-releases.html

 Vote open for 72 hours.

 [ ] +1
 [ ] +0
 [ ] -1

 +1 for me

 Cheers,

 Vincent

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Dennis Lundberg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [Vote] Release Maven Plugin Tools 2.4 projects (take 3)

2008-03-13 Thread Brian E. Fox
Ok, apparently the maven-plugin-tools-beanshell 2.0 is compatible up to
maven-plugin-plugin 2.3 but not 2.4. It seems to me like we should
restore api compatibility, but I don't know how extensive this is.

I'm +0 for now.

-Original Message-
From: Brian E. Fox [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 13, 2008 10:41 PM
To: Maven Developers List
Subject: RE: [Vote] Release Maven Plugin Tools 2.4 projects (take 3)

I'm still looking into it, but there is an exception in this stuff and
it is causing IT 20 to fail:

[INFO] Trace
java.lang.NoSuchMethodError:
org.apache.maven.tools.plugin.scanner.MojoScanner.setActiveExtractors(Lj
ava/util/Set;)V
at
org.apache.maven.plugin.plugin.AbstractGeneratorMojo.execute(AbstractGen
eratorMojo.java:116)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMa
nager.java:451)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Default
LifecycleExecutor.java:575)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifec
ycle(DefaultLifecycleExecutor.java:50


Until I can confirm or deny that this is present in 2.4, I need to
change my vote to -1 (we will need to fix this anyway for 2.0.9 which is
imminent)

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Olivier Lamy
Sent: Wednesday, March 12, 2008 7:41 PM
To: Maven Developers List
Subject: Re: [Vote] Release Maven Plugin Tools 2.4 projects (take 3)

+1
--
Olivier

2008/3/10, Vincent Siveton <[EMAIL PROTECTED]>:
> Hi,
>
>  It s again me :) I would like to release (again) the Maven Plugin
>  Tools projects:
>  * maven-plugin-plugin-2.4
>  * maven-plugin-tools-beanshell-2.4
>  * maven-plugin-tools-java-2.4
>  * maven-plugin-tools-2.4
>  * maven-plugin-tools-javadoc-2.4
>  * maven-plugin-tools-ant-2.4
>  * maven-plugin-tools-model-2.4
>  * maven-plugin-tools-api-2.4
>
>  We solved around 44 issues:
>
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11139&styleNa
me=Html&version=13324
>
>  There are still a couple of issues left in JIRA:
>
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11139
&status=1
>
>  Staging repo:
>  http://people.apache.org/~vsiveton/staging-repo/
>
>  Staging sites (need to syncs):
>  http://maven.apache.org/plugins-tools/maven-plugin-plugin-2.4
>
http://maven.apache.org/plugins-tools/maven-plugin-tools-beanshell-2.4
>  http://maven.apache.org/plugins-tools/maven-plugin-tools-java-2.4
>  http://maven.apache.org/plugins-tools/maven-plugin-tools-2.4
>  http://maven.apache.org/plugins-tools/maven-plugin-tools-javadoc-2.4
>  http://maven.apache.org/plugins-tools/maven-plugin-tools-ant-2.4
>  http://maven.apache.org/plugins-tools/maven-plugin-tools-model-2.4
>  http://maven.apache.org/plugins-tools/maven-plugin-tools-api-2.4
>
>  Guide to testing staged releases:
>
http://maven.apache.org/guides/development/guide-testing-releases.html
>
>  Vote open for 72 hours.
>
>  [ ] +1
>  [ ] +0
>  [ ] -1
>
>  +1 for me
>
>  Cheers,
>
>  Vincent
>
>  -
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [Vote] Release Maven Plugin Tools 2.4 projects (take 3)

2008-03-13 Thread Brian E. Fox
I'm still looking into it, but there is an exception in this stuff and
it is causing IT 20 to fail:

[INFO] Trace
java.lang.NoSuchMethodError:
org.apache.maven.tools.plugin.scanner.MojoScanner.setActiveExtractors(Lj
ava/util/Set;)V
at
org.apache.maven.plugin.plugin.AbstractGeneratorMojo.execute(AbstractGen
eratorMojo.java:116)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMa
nager.java:451)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Default
LifecycleExecutor.java:575)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifec
ycle(DefaultLifecycleExecutor.java:50


Until I can confirm or deny that this is present in 2.4, I need to
change my vote to -1 (we will need to fix this anyway for 2.0.9 which is
imminent)

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Olivier Lamy
Sent: Wednesday, March 12, 2008 7:41 PM
To: Maven Developers List
Subject: Re: [Vote] Release Maven Plugin Tools 2.4 projects (take 3)

+1
--
Olivier

2008/3/10, Vincent Siveton <[EMAIL PROTECTED]>:
> Hi,
>
>  It s again me :) I would like to release (again) the Maven Plugin
>  Tools projects:
>  * maven-plugin-plugin-2.4
>  * maven-plugin-tools-beanshell-2.4
>  * maven-plugin-tools-java-2.4
>  * maven-plugin-tools-2.4
>  * maven-plugin-tools-javadoc-2.4
>  * maven-plugin-tools-ant-2.4
>  * maven-plugin-tools-model-2.4
>  * maven-plugin-tools-api-2.4
>
>  We solved around 44 issues:
>
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11139&styleNa
me=Html&version=13324
>
>  There are still a couple of issues left in JIRA:
>
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11139
&status=1
>
>  Staging repo:
>  http://people.apache.org/~vsiveton/staging-repo/
>
>  Staging sites (need to syncs):
>  http://maven.apache.org/plugins-tools/maven-plugin-plugin-2.4
>
http://maven.apache.org/plugins-tools/maven-plugin-tools-beanshell-2.4
>  http://maven.apache.org/plugins-tools/maven-plugin-tools-java-2.4
>  http://maven.apache.org/plugins-tools/maven-plugin-tools-2.4
>  http://maven.apache.org/plugins-tools/maven-plugin-tools-javadoc-2.4
>  http://maven.apache.org/plugins-tools/maven-plugin-tools-ant-2.4
>  http://maven.apache.org/plugins-tools/maven-plugin-tools-model-2.4
>  http://maven.apache.org/plugins-tools/maven-plugin-tools-api-2.4
>
>  Guide to testing staged releases:
>
http://maven.apache.org/guides/development/guide-testing-releases.html
>
>  Vote open for 72 hours.
>
>  [ ] +1
>  [ ] +0
>  [ ] -1
>
>  +1 for me
>
>  Cheers,
>
>  Vincent
>
>  -
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Vote] Release Maven Plugin Tools 2.4 projects (take 3)

2008-03-12 Thread Olivier Lamy
+1
--
Olivier

2008/3/10, Vincent Siveton <[EMAIL PROTECTED]>:
> Hi,
>
>  It s again me :) I would like to release (again) the Maven Plugin
>  Tools projects:
>  * maven-plugin-plugin-2.4
>  * maven-plugin-tools-beanshell-2.4
>  * maven-plugin-tools-java-2.4
>  * maven-plugin-tools-2.4
>  * maven-plugin-tools-javadoc-2.4
>  * maven-plugin-tools-ant-2.4
>  * maven-plugin-tools-model-2.4
>  * maven-plugin-tools-api-2.4
>
>  We solved around 44 issues:
>  
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11139&styleName=Html&version=13324
>
>  There are still a couple of issues left in JIRA:
>  
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11139&status=1
>
>  Staging repo:
>  http://people.apache.org/~vsiveton/staging-repo/
>
>  Staging sites (need to syncs):
>  http://maven.apache.org/plugins-tools/maven-plugin-plugin-2.4
>  http://maven.apache.org/plugins-tools/maven-plugin-tools-beanshell-2.4
>  http://maven.apache.org/plugins-tools/maven-plugin-tools-java-2.4
>  http://maven.apache.org/plugins-tools/maven-plugin-tools-2.4
>  http://maven.apache.org/plugins-tools/maven-plugin-tools-javadoc-2.4
>  http://maven.apache.org/plugins-tools/maven-plugin-tools-ant-2.4
>  http://maven.apache.org/plugins-tools/maven-plugin-tools-model-2.4
>  http://maven.apache.org/plugins-tools/maven-plugin-tools-api-2.4
>
>  Guide to testing staged releases:
>  http://maven.apache.org/guides/development/guide-testing-releases.html
>
>  Vote open for 72 hours.
>
>  [ ] +1
>  [ ] +0
>  [ ] -1
>
>  +1 for me
>
>  Cheers,
>
>  Vincent
>
>  -
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [Vote] Release Maven Plugin Tools 2.4 projects (take 3)

2008-03-11 Thread Brian E. Fox
+1

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Vincent Siveton
Sent: Monday, March 10, 2008 7:53 AM
To: Maven Developers List
Subject: [Vote] Release Maven Plugin Tools 2.4 projects (take 3)

Hi,

It s again me :) I would like to release (again) the Maven Plugin
Tools projects:
* maven-plugin-plugin-2.4
* maven-plugin-tools-beanshell-2.4
* maven-plugin-tools-java-2.4
* maven-plugin-tools-2.4
* maven-plugin-tools-javadoc-2.4
* maven-plugin-tools-ant-2.4
* maven-plugin-tools-model-2.4
* maven-plugin-tools-api-2.4

We solved around 44 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11139&styleNa
me=Html&version=13324

There are still a couple of issues left in JIRA:
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11139
&status=1

Staging repo:
http://people.apache.org/~vsiveton/staging-repo/

Staging sites (need to syncs):
http://maven.apache.org/plugins-tools/maven-plugin-plugin-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-beanshell-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-java-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-javadoc-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-ant-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-model-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-api-2.4

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

+1 for me

Cheers,

Vincent

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Vote] Release Maven Plugin Tools 2.4 projects (take 3)

2008-03-11 Thread Lukas Theussl


+1

-Lukas

Vincent Siveton wrote:

Hi,

It s again me :) I would like to release (again) the Maven Plugin
Tools projects:
* maven-plugin-plugin-2.4
* maven-plugin-tools-beanshell-2.4
* maven-plugin-tools-java-2.4
* maven-plugin-tools-2.4
* maven-plugin-tools-javadoc-2.4
* maven-plugin-tools-ant-2.4
* maven-plugin-tools-model-2.4
* maven-plugin-tools-api-2.4

We solved around 44 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11139&styleName=Html&version=13324

There are still a couple of issues left in JIRA:
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11139&status=1

Staging repo:
http://people.apache.org/~vsiveton/staging-repo/

Staging sites (need to syncs):
http://maven.apache.org/plugins-tools/maven-plugin-plugin-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-beanshell-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-java-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-javadoc-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-ant-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-model-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-api-2.4

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

+1 for me

Cheers,

Vincent

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Vote] Release Maven Plugin Tools 2.4 projects (take 3)

2008-03-10 Thread Dennis Lundberg

+1

Vincent Siveton wrote:

Hi,

It s again me :) I would like to release (again) the Maven Plugin
Tools projects:
* maven-plugin-plugin-2.4
* maven-plugin-tools-beanshell-2.4
* maven-plugin-tools-java-2.4
* maven-plugin-tools-2.4
* maven-plugin-tools-javadoc-2.4
* maven-plugin-tools-ant-2.4
* maven-plugin-tools-model-2.4
* maven-plugin-tools-api-2.4

We solved around 44 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11139&styleName=Html&version=13324

There are still a couple of issues left in JIRA:
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11139&status=1

Staging repo:
http://people.apache.org/~vsiveton/staging-repo/

Staging sites (need to syncs):
http://maven.apache.org/plugins-tools/maven-plugin-plugin-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-beanshell-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-java-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-javadoc-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-ant-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-model-2.4
http://maven.apache.org/plugins-tools/maven-plugin-tools-api-2.4

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

+1 for me

Cheers,

Vincent

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Dennis Lundberg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]