You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brian E. Fox" <br...@reply.infinity.nu> on 2008/12/11 03:14:29 UTC

[2.0.10 RC] please test

Hello,
This RC fixes the SCP wagon problem identified in RC2 (MNG-3717). We
have reverted the 2.0.x branch back to use wagon beta-2 where it was
historically for stability. Users that require fixes for wagon beta-3+
should use 2.1.0-M1 instead.


Here's the list of issues fixed in 2.0.10:

http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
=Html&projectId=10500&Create=Create

And I've staged RC-5 here:

http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
che-maven/2.0.10-RC5/



Please try it out and see if we have any remaining regressions over
2.0.9.

Thanks,
Brian


----------------------
Brian Fox
Apache Maven PMC
http://blogs.sonatype.com/brian/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


RE: [2.0.10 RC] please test

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
>will the plugin versions in the super pom be updated for 2.0.10 or will
>the defaults used in 2.0.9 be kept ?

Thanks for bringing that up. I think we adjusted them when the original
2.0.10 started but it's been a while and we should re-eval before making
the final build.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [2.0.10 RC] please test

Posted by Christian Schulte <cs...@schulte.it>.
Brian E. Fox schrieb:
> Hello,
> This RC fixes the SCP wagon problem identified in RC2 (MNG-3717). We
> have reverted the 2.0.x branch back to use wagon beta-2 where it was
> historically for stability. Users that require fixes for wagon beta-3+
> should use 2.1.0-M1 instead.
> 
> 
> Here's the list of issues fixed in 2.0.10:
> 
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
> =Html&projectId=10500&Create=Create
> 
> And I've staged RC-5 here:
> 
> http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
> che-maven/2.0.10-RC5/
> 
> 
> 
> Please try it out and see if we have any remaining regressions over
> 2.0.9.
> 
> Thanks,
> Brian

Hello,

will the plugin versions in the super pom be updated for 2.0.10 or will
the defaults used in 2.0.9 be kept ?

-- 
Christian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [2.0.10 RC] please test

Posted by Dennis Lundberg <de...@apache.org>.
Brian E. Fox wrote:
> Hello,
> This RC fixes the SCP wagon problem identified in RC2 (MNG-3717). We
> have reverted the 2.0.x branch back to use wagon beta-2 where it was
> historically for stability. Users that require fixes for wagon beta-3+
> should use 2.1.0-M1 instead.

Then shouldn't we remove "2.0.10" from "Fix Version" in JIRA for
http://jira.codehaus.org/browse/MNG-3622

> 
> 
> Here's the list of issues fixed in 2.0.10:
> 
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
> =Html&projectId=10500&Create=Create
> 
> And I've staged RC-5 here:
> 
> http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
> che-maven/2.0.10-RC5/
> 
> 
> 
> Please try it out and see if we have any remaining regressions over
> 2.0.9.
> 
> Thanks,
> Brian
> 
> 
> ----------------------
> Brian Fox
> Apache Maven PMC
> http://blogs.sonatype.com/brian/
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [2.0.10 RC6] please test

Posted by Brett Porter <br...@apache.org>.
Benjamin has already solved it, check out his recent commit and JIRA.

Cheers,
Brett

On 18/12/2008, at 9:36 AM, Hervé BOUTEMY wrote:

> uh, this problem is really strange:
>
> 1. Modello 1.0-alpha-22 was introduced in RC6: RC5 was still using
> 1.0-alpha-13
>
> 2. looking at RC6 model generated sources, Extension.java line 147 is:
> result = 37 * result + getVersion() != null ?  
> getVersion().hashCode() : 0;
> I don't see how a NPE can get into this line
>
> 3. generated code for Extension.hashCode() method is exactly the  
> same in RC4
> and RC6
>
>
> I don't understand how this stacktrace can happen.
> What JVM are you using on which platform?
> Can you send us a project to reproduce the failure?
>
> Regards,
>
> Hervé
>
> Le mercredi 17 décembre 2008, Henrique Prange a écrit :
>> Hi Brian,
>>
>> RC4 also works correctly.
>>
>> Cheers,
>>
>> Henrique
>>
>> Brian E. Fox wrote:
>>> Interesting, what about RC4?
>>>
>>> -----Original Message-----
>>> From: Henrique Prange [mailto:hprange@gmail.com]
>>> Sent: Wednesday, December 17, 2008 12:54 PM
>>> To: Maven Developers List
>>> Cc: Maven Users List
>>> Subject: Re: [2.0.10 RC6] please test
>>>
>>> Hi Brian,
>>>
>>> RC6 - ERROR!
>>> RC5 - ERROR!
>>> RC3 - OK!
>>>
>>> Sorry for not detecting the problem in the RC5. I didn't find time  
>>> to
>>> test this release candidate. :(
>>>
>>> Cheers,
>>>
>>> Henrique
>>>
>>> Brian E. Fox wrote:
>>>> Henrique, could you also try with RC5 to see if it is a new issue  
>>>> in
>>>> this RC? I'm betting it is related to the Modello change  
>>>> introduced in
>>>> RC6.
>>>>
>>>> RC5 is at:
>>>
>>> http://people.apache.org/~brianf/RC-5/org/apache/maven/apache-maven/2.0 
>>> .
>>>
>>>> 10-RC5/
>>>>
>>>> -----Original Message-----
>>>> From: Henrique Prange [mailto:hprange@gmail.com]
>>>> Sent: Wednesday, December 17, 2008 8:51 AM
>>>> To: Maven Developers List
>>>> Cc: Maven Users List
>>>> Subject: Re: [2.0.10 RC6] please test
>>>>
>>>> Hi Brian,
>>>>
>>>> I found a problem while executing 'mvn clean install' in one of my
>>>> projects. (See the error below)
>>>>
>>>> I verified and the build works with 2.0.9 and 2.1.0-M1 without
>>>
>>> problems.
>>>
>>>> Cheers,
>>>>
>>>> Henrique
>>>
>>> ------------------------------------------------------------------------
>>>
>>>> [ERROR] FATAL ERROR
>>>> [INFO]
>>>
>>> ------------------------------------------------------------------------
>>>
>>>> [INFO] null
>>>> [INFO]
>>>
>>> ------------------------------------------------------------------------
>>>
>>>> [INFO] Trace
>>>> java.lang.NullPointerException
>>>> 	at org.apache.maven.model.Extension.hashCode(Extension.java:147)
>>>> 	at java.lang.Object.toString(Object.java:209)
>>>> 	at java.lang.String.valueOf(String.java:2615)
>>>> 	at java.lang.StringBuffer.append(StringBuffer.java:220)
>>>> 	at
>>>
>>> org 
>>> .apache 
>>> .maven.lifecycle.DefaultLifecycleExecutor.findExtensions(Defau
>>>
>>>> ltLifecycleExecutor.java:157)
>>>> 	at
>>>
>>> org 
>>> .apache 
>>> .maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifec
>>>
>>>> ycleExecutor.java:140)
>>>> 	at
>>>> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
>>>> 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
>>>> 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:301)
>>>> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>> 	at
>>>
>>> sun 
>>> .reflect 
>>> .NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
>>>
>>>> a:39)
>>>> 	at
>>>
>>> sun 
>>> .reflect 
>>> .DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
>>>
>>>> Impl.java:25)
>>>> 	at java.lang.reflect.Method.invoke(Method.java:585)
>>>> 	at
>>>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>>>> 	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>>>> 	at
>>>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java: 
>>>> 430)
>>>> 	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>>>> [INFO]
>>>
>>> ------------------------------------------------------------------------
>>>
>>>> Brian E. Fox wrote:
>>>>> Hello,
>>>>> Thanks everyone for sticking with us this far. I have high hopes  
>>>>> of
>>>>
>>>> this
>>>>
>>>>> being the last RC.
>>>>>
>>>>> This RC fixes MNG-3898 and updates the default plugin versions  
>>>>> in the
>>>>> super pom. You can see the changes to the super pom and specific
>>>>> versions used here:
>>>
>>> http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/m
>>> aven-project/src/main/resources/org/apache/maven/project/ 
>>> pom-4.0.0.xml?r
>>>
>>>>> 1=708789&r2=726765&diff_format=h
>>>>>
>>>>> Here's the list of issues fixed in 2.0.10 (updated to remove the
>>>
>>> wagon
>>>
>>>>> fixes that were rolled back):
>>>
>>> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
>>>
>>>>> =Html&projectId=10500&Create=Create
>>>>>
>>>>> And I've staged RC-6 here:
>>>
>>> http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
>>>
>>>>> che-maven/2.0.10-RC6/
>>>>>
>>>>>
>>>>>
>>>>> Please try it out and see if we have any remaining regressions  
>>>>> over
>>>>> 2.0.9.
>>>>>
>>>>> Thanks,
>>>>> Brian
>>>>>
>>>>>
>>>>> ----------------------
>>>>> Brian Fox
>>>>> Apache Maven PMC
>>>>> http://blogs.sonatype.com/brian/
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: users-help@maven.apache.org
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: users-help@maven.apache.org
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [2.0.10 RC6] please test

Posted by Hervé BOUTEMY <he...@free.fr>.
uh, this problem is really strange:

1. Modello 1.0-alpha-22 was introduced in RC6: RC5 was still using 
1.0-alpha-13

2. looking at RC6 model generated sources, Extension.java line 147 is:
 result = 37 * result + getVersion() != null ? getVersion().hashCode() : 0;
I don't see how a NPE can get into this line

3. generated code for Extension.hashCode() method is exactly the same in RC4 
and RC6


I don't understand how this stacktrace can happen.
What JVM are you using on which platform?
Can you send us a project to reproduce the failure?

Regards,

Hervé

Le mercredi 17 décembre 2008, Henrique Prange a écrit :
> Hi Brian,
>
> RC4 also works correctly.
>
> Cheers,
>
> Henrique
>
> Brian E. Fox wrote:
> > Interesting, what about RC4?
> >
> > -----Original Message-----
> > From: Henrique Prange [mailto:hprange@gmail.com]
> > Sent: Wednesday, December 17, 2008 12:54 PM
> > To: Maven Developers List
> > Cc: Maven Users List
> > Subject: Re: [2.0.10 RC6] please test
> >
> > Hi Brian,
> >
> > RC6 - ERROR!
> > RC5 - ERROR!
> > RC3 - OK!
> >
> > Sorry for not detecting the problem in the RC5. I didn't find time to
> > test this release candidate. :(
> >
> > Cheers,
> >
> > Henrique
> >
> > Brian E. Fox wrote:
> >> Henrique, could you also try with RC5 to see if it is a new issue in
> >> this RC? I'm betting it is related to the Modello change introduced in
> >> RC6.
> >>
> >> RC5 is at:
> >
> > http://people.apache.org/~brianf/RC-5/org/apache/maven/apache-maven/2.0.
> >
> >> 10-RC5/
> >>
> >> -----Original Message-----
> >> From: Henrique Prange [mailto:hprange@gmail.com]
> >> Sent: Wednesday, December 17, 2008 8:51 AM
> >> To: Maven Developers List
> >> Cc: Maven Users List
> >> Subject: Re: [2.0.10 RC6] please test
> >>
> >> Hi Brian,
> >>
> >> I found a problem while executing 'mvn clean install' in one of my
> >> projects. (See the error below)
> >>
> >> I verified and the build works with 2.0.9 and 2.1.0-M1 without
> >
> > problems.
> >
> >> Cheers,
> >>
> >> Henrique
> >
> > ------------------------------------------------------------------------
> >
> >> [ERROR] FATAL ERROR
> >> [INFO]
> >
> > ------------------------------------------------------------------------
> >
> >> [INFO] null
> >> [INFO]
> >
> > ------------------------------------------------------------------------
> >
> >> [INFO] Trace
> >> java.lang.NullPointerException
> >> 	at org.apache.maven.model.Extension.hashCode(Extension.java:147)
> >> 	at java.lang.Object.toString(Object.java:209)
> >> 	at java.lang.String.valueOf(String.java:2615)
> >> 	at java.lang.StringBuffer.append(StringBuffer.java:220)
> >> 	at
> >
> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.findExtensions(Defau
> >
> >> ltLifecycleExecutor.java:157)
> >> 	at
> >
> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifec
> >
> >> ycleExecutor.java:140)
> >> 	at
> >> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
> >> 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
> >> 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:301)
> >> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >> 	at
> >
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
> >
> >> a:39)
> >> 	at
> >
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
> >
> >> Impl.java:25)
> >> 	at java.lang.reflect.Method.invoke(Method.java:585)
> >> 	at
> >> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> >> 	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> >> 	at
> >> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> >> 	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> >> [INFO]
> >
> > ------------------------------------------------------------------------
> >
> >> Brian E. Fox wrote:
> >>> Hello,
> >>> Thanks everyone for sticking with us this far. I have high hopes of
> >>
> >> this
> >>
> >>> being the last RC.
> >>>
> >>> This RC fixes MNG-3898 and updates the default plugin versions in the
> >>> super pom. You can see the changes to the super pom and specific
> >>> versions used here:
> >
> > http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/m
> > aven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml?r
> >
> >>> 1=708789&r2=726765&diff_format=h
> >>>
> >>> Here's the list of issues fixed in 2.0.10 (updated to remove the
> >
> > wagon
> >
> >>> fixes that were rolled back):
> >
> > http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
> >
> >>> =Html&projectId=10500&Create=Create
> >>>
> >>> And I've staged RC-6 here:
> >
> > http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
> >
> >>> che-maven/2.0.10-RC6/
> >>>
> >>>
> >>>
> >>> Please try it out and see if we have any remaining regressions over
> >>> 2.0.9.
> >>>
> >>> Thanks,
> >>> Brian
> >>>
> >>>
> >>> ----------------------
> >>> Brian Fox
> >>> Apache Maven PMC
> >>> http://blogs.sonatype.com/brian/
> >>>
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> >>> For additional commands, e-mail: dev-help@maven.apache.org
> >>>
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> >>> For additional commands, e-mail: dev-help@maven.apache.org
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >> For additional commands, e-mail: users-help@maven.apache.org
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> >> For additional commands, e-mail: dev-help@maven.apache.org
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [2.0.10 RC6] please test

Posted by Henrique Prange <hp...@gmail.com>.
Hi Brian,

RC4 also works correctly.

Cheers,

Henrique

Brian E. Fox wrote:
> Interesting, what about RC4?
> 
> -----Original Message-----
> From: Henrique Prange [mailto:hprange@gmail.com] 
> Sent: Wednesday, December 17, 2008 12:54 PM
> To: Maven Developers List
> Cc: Maven Users List
> Subject: Re: [2.0.10 RC6] please test
> 
> Hi Brian,
> 
> RC6 - ERROR!
> RC5 - ERROR!
> RC3 - OK!
> 
> Sorry for not detecting the problem in the RC5. I didn't find time to 
> test this release candidate. :(
> 
> Cheers,
> 
> Henrique
> 
> Brian E. Fox wrote:
>> Henrique, could you also try with RC5 to see if it is a new issue in
>> this RC? I'm betting it is related to the Modello change introduced in
>> RC6.
>>
>> RC5 is at:
>>
> http://people.apache.org/~brianf/RC-5/org/apache/maven/apache-maven/2.0.
>> 10-RC5/
>>
>> -----Original Message-----
>> From: Henrique Prange [mailto:hprange@gmail.com] 
>> Sent: Wednesday, December 17, 2008 8:51 AM
>> To: Maven Developers List
>> Cc: Maven Users List
>> Subject: Re: [2.0.10 RC6] please test
>>
>> Hi Brian,
>>
>> I found a problem while executing 'mvn clean install' in one of my 
>> projects. (See the error below)
>>
>> I verified and the build works with 2.0.9 and 2.1.0-M1 without
> problems.
>> Cheers,
>>
>> Henrique
>>
>>
> ------------------------------------------------------------------------
>> [ERROR] FATAL ERROR
>> [INFO] 
>>
> ------------------------------------------------------------------------
>> [INFO] null
>> [INFO] 
>>
> ------------------------------------------------------------------------
>> [INFO] Trace
>> java.lang.NullPointerException
>> 	at org.apache.maven.model.Extension.hashCode(Extension.java:147)
>> 	at java.lang.Object.toString(Object.java:209)
>> 	at java.lang.String.valueOf(String.java:2615)
>> 	at java.lang.StringBuffer.append(StringBuffer.java:220)
>> 	at 
>>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.findExtensions(Defau
>> ltLifecycleExecutor.java:157)
>> 	at 
>>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifec
>> ycleExecutor.java:140)
>> 	at
>> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
>> 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
>> 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:301)
>> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> 	at 
>>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
>> a:39)
>> 	at 
>>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
>> Impl.java:25)
>> 	at java.lang.reflect.Method.invoke(Method.java:585)
>> 	at
>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>> 	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>> 	at
>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>> 	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>> [INFO] 
>>
> ------------------------------------------------------------------------
>>
>> Brian E. Fox wrote:
>>> Hello,
>>> Thanks everyone for sticking with us this far. I have high hopes of
>> this
>>> being the last RC.
>>>
>>> This RC fixes MNG-3898 and updates the default plugin versions in the
>>> super pom. You can see the changes to the super pom and specific
>>> versions used here:
>>>
> http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/m
> aven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml?r
>>> 1=708789&r2=726765&diff_format=h
>>>
>>> Here's the list of issues fixed in 2.0.10 (updated to remove the
> wagon
>>> fixes that were rolled back):
>>>
>>>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
>>> =Html&projectId=10500&Create=Create
>>>
>>> And I've staged RC-6 here:
>>>
>>>
> http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
>>> che-maven/2.0.10-RC6/
>>>
>>>
>>>
>>> Please try it out and see if we have any remaining regressions over
>>> 2.0.9.
>>>
>>> Thanks,
>>> Brian
>>>
>>>
>>> ----------------------
>>> Brian Fox
>>> Apache Maven PMC
>>> http://blogs.sonatype.com/brian/
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [2.0.10 RC6] please test

Posted by Henrique Prange <hp...@gmail.com>.
Hi Brian,

RC4 also works correctly.

Cheers,

Henrique

Brian E. Fox wrote:
> Interesting, what about RC4?
> 
> -----Original Message-----
> From: Henrique Prange [mailto:hprange@gmail.com] 
> Sent: Wednesday, December 17, 2008 12:54 PM
> To: Maven Developers List
> Cc: Maven Users List
> Subject: Re: [2.0.10 RC6] please test
> 
> Hi Brian,
> 
> RC6 - ERROR!
> RC5 - ERROR!
> RC3 - OK!
> 
> Sorry for not detecting the problem in the RC5. I didn't find time to 
> test this release candidate. :(
> 
> Cheers,
> 
> Henrique
> 
> Brian E. Fox wrote:
>> Henrique, could you also try with RC5 to see if it is a new issue in
>> this RC? I'm betting it is related to the Modello change introduced in
>> RC6.
>>
>> RC5 is at:
>>
> http://people.apache.org/~brianf/RC-5/org/apache/maven/apache-maven/2.0.
>> 10-RC5/
>>
>> -----Original Message-----
>> From: Henrique Prange [mailto:hprange@gmail.com] 
>> Sent: Wednesday, December 17, 2008 8:51 AM
>> To: Maven Developers List
>> Cc: Maven Users List
>> Subject: Re: [2.0.10 RC6] please test
>>
>> Hi Brian,
>>
>> I found a problem while executing 'mvn clean install' in one of my 
>> projects. (See the error below)
>>
>> I verified and the build works with 2.0.9 and 2.1.0-M1 without
> problems.
>> Cheers,
>>
>> Henrique
>>
>>
> ------------------------------------------------------------------------
>> [ERROR] FATAL ERROR
>> [INFO] 
>>
> ------------------------------------------------------------------------
>> [INFO] null
>> [INFO] 
>>
> ------------------------------------------------------------------------
>> [INFO] Trace
>> java.lang.NullPointerException
>> 	at org.apache.maven.model.Extension.hashCode(Extension.java:147)
>> 	at java.lang.Object.toString(Object.java:209)
>> 	at java.lang.String.valueOf(String.java:2615)
>> 	at java.lang.StringBuffer.append(StringBuffer.java:220)
>> 	at 
>>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.findExtensions(Defau
>> ltLifecycleExecutor.java:157)
>> 	at 
>>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifec
>> ycleExecutor.java:140)
>> 	at
>> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
>> 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
>> 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:301)
>> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> 	at 
>>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
>> a:39)
>> 	at 
>>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
>> Impl.java:25)
>> 	at java.lang.reflect.Method.invoke(Method.java:585)
>> 	at
>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>> 	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>> 	at
>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>> 	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>> [INFO] 
>>
> ------------------------------------------------------------------------
>>
>> Brian E. Fox wrote:
>>> Hello,
>>> Thanks everyone for sticking with us this far. I have high hopes of
>> this
>>> being the last RC.
>>>
>>> This RC fixes MNG-3898 and updates the default plugin versions in the
>>> super pom. You can see the changes to the super pom and specific
>>> versions used here:
>>>
> http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/m
> aven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml?r
>>> 1=708789&r2=726765&diff_format=h
>>>
>>> Here's the list of issues fixed in 2.0.10 (updated to remove the
> wagon
>>> fixes that were rolled back):
>>>
>>>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
>>> =Html&projectId=10500&Create=Create
>>>
>>> And I've staged RC-6 here:
>>>
>>>
> http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
>>> che-maven/2.0.10-RC6/
>>>
>>>
>>>
>>> Please try it out and see if we have any remaining regressions over
>>> 2.0.9.
>>>
>>> Thanks,
>>> Brian
>>>
>>>
>>> ----------------------
>>> Brian Fox
>>> Apache Maven PMC
>>> http://blogs.sonatype.com/brian/
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


RE: [2.0.10 RC6] please test

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
Interesting, what about RC4?

-----Original Message-----
From: Henrique Prange [mailto:hprange@gmail.com] 
Sent: Wednesday, December 17, 2008 12:54 PM
To: Maven Developers List
Cc: Maven Users List
Subject: Re: [2.0.10 RC6] please test

Hi Brian,

RC6 - ERROR!
RC5 - ERROR!
RC3 - OK!

Sorry for not detecting the problem in the RC5. I didn't find time to 
test this release candidate. :(

Cheers,

Henrique

Brian E. Fox wrote:
> Henrique, could you also try with RC5 to see if it is a new issue in
> this RC? I'm betting it is related to the Modello change introduced in
> RC6.
> 
> RC5 is at:
>
http://people.apache.org/~brianf/RC-5/org/apache/maven/apache-maven/2.0.
> 10-RC5/
> 
> -----Original Message-----
> From: Henrique Prange [mailto:hprange@gmail.com] 
> Sent: Wednesday, December 17, 2008 8:51 AM
> To: Maven Developers List
> Cc: Maven Users List
> Subject: Re: [2.0.10 RC6] please test
> 
> Hi Brian,
> 
> I found a problem while executing 'mvn clean install' in one of my 
> projects. (See the error below)
> 
> I verified and the build works with 2.0.9 and 2.1.0-M1 without
problems.
> 
> Cheers,
> 
> Henrique
> 
>
------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO] 
>
------------------------------------------------------------------------
> [INFO] null
> [INFO] 
>
------------------------------------------------------------------------
> [INFO] Trace
> java.lang.NullPointerException
> 	at org.apache.maven.model.Extension.hashCode(Extension.java:147)
> 	at java.lang.Object.toString(Object.java:209)
> 	at java.lang.String.valueOf(String.java:2615)
> 	at java.lang.StringBuffer.append(StringBuffer.java:220)
> 	at 
>
org.apache.maven.lifecycle.DefaultLifecycleExecutor.findExtensions(Defau
> ltLifecycleExecutor.java:157)
> 	at 
>
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifec
> ycleExecutor.java:140)
> 	at
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
> 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
> 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:301)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at 
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
> a:39)
> 	at 
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
> Impl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at
> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> 	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> 	at
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> 	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> [INFO] 
>
------------------------------------------------------------------------
> 
> 
> Brian E. Fox wrote:
>> Hello,
>> Thanks everyone for sticking with us this far. I have high hopes of
> this
>> being the last RC.
>>
>> This RC fixes MNG-3898 and updates the default plugin versions in the
>> super pom. You can see the changes to the super pom and specific
>> versions used here:
>>
>
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/m
>
aven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml?r
>> 1=708789&r2=726765&diff_format=h
>>
>> Here's the list of issues fixed in 2.0.10 (updated to remove the
wagon
>> fixes that were rolled back):
>>
>>
>
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
>> =Html&projectId=10500&Create=Create
>>
>> And I've staged RC-6 here:
>>
>>
>
http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
>> che-maven/2.0.10-RC6/
>>
>>
>>
>> Please try it out and see if we have any remaining regressions over
>> 2.0.9.
>>
>> Thanks,
>> Brian
>>
>>
>> ----------------------
>> Brian Fox
>> Apache Maven PMC
>> http://blogs.sonatype.com/brian/
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: [2.0.10 RC6] please test

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
Interesting, what about RC4?

-----Original Message-----
From: Henrique Prange [mailto:hprange@gmail.com] 
Sent: Wednesday, December 17, 2008 12:54 PM
To: Maven Developers List
Cc: Maven Users List
Subject: Re: [2.0.10 RC6] please test

Hi Brian,

RC6 - ERROR!
RC5 - ERROR!
RC3 - OK!

Sorry for not detecting the problem in the RC5. I didn't find time to 
test this release candidate. :(

Cheers,

Henrique

Brian E. Fox wrote:
> Henrique, could you also try with RC5 to see if it is a new issue in
> this RC? I'm betting it is related to the Modello change introduced in
> RC6.
> 
> RC5 is at:
>
http://people.apache.org/~brianf/RC-5/org/apache/maven/apache-maven/2.0.
> 10-RC5/
> 
> -----Original Message-----
> From: Henrique Prange [mailto:hprange@gmail.com] 
> Sent: Wednesday, December 17, 2008 8:51 AM
> To: Maven Developers List
> Cc: Maven Users List
> Subject: Re: [2.0.10 RC6] please test
> 
> Hi Brian,
> 
> I found a problem while executing 'mvn clean install' in one of my 
> projects. (See the error below)
> 
> I verified and the build works with 2.0.9 and 2.1.0-M1 without
problems.
> 
> Cheers,
> 
> Henrique
> 
>
------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO] 
>
------------------------------------------------------------------------
> [INFO] null
> [INFO] 
>
------------------------------------------------------------------------
> [INFO] Trace
> java.lang.NullPointerException
> 	at org.apache.maven.model.Extension.hashCode(Extension.java:147)
> 	at java.lang.Object.toString(Object.java:209)
> 	at java.lang.String.valueOf(String.java:2615)
> 	at java.lang.StringBuffer.append(StringBuffer.java:220)
> 	at 
>
org.apache.maven.lifecycle.DefaultLifecycleExecutor.findExtensions(Defau
> ltLifecycleExecutor.java:157)
> 	at 
>
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifec
> ycleExecutor.java:140)
> 	at
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
> 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
> 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:301)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at 
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
> a:39)
> 	at 
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
> Impl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at
> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> 	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> 	at
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> 	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> [INFO] 
>
------------------------------------------------------------------------
> 
> 
> Brian E. Fox wrote:
>> Hello,
>> Thanks everyone for sticking with us this far. I have high hopes of
> this
>> being the last RC.
>>
>> This RC fixes MNG-3898 and updates the default plugin versions in the
>> super pom. You can see the changes to the super pom and specific
>> versions used here:
>>
>
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/m
>
aven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml?r
>> 1=708789&r2=726765&diff_format=h
>>
>> Here's the list of issues fixed in 2.0.10 (updated to remove the
wagon
>> fixes that were rolled back):
>>
>>
>
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
>> =Html&projectId=10500&Create=Create
>>
>> And I've staged RC-6 here:
>>
>>
>
http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
>> che-maven/2.0.10-RC6/
>>
>>
>>
>> Please try it out and see if we have any remaining regressions over
>> 2.0.9.
>>
>> Thanks,
>> Brian
>>
>>
>> ----------------------
>> Brian Fox
>> Apache Maven PMC
>> http://blogs.sonatype.com/brian/
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [2.0.10 RC6] please test

Posted by Henrique Prange <hp...@gmail.com>.
Hi Brian,

RC6 - ERROR!
RC5 - ERROR!
RC3 - OK!

Sorry for not detecting the problem in the RC5. I didn't find time to 
test this release candidate. :(

Cheers,

Henrique

Brian E. Fox wrote:
> Henrique, could you also try with RC5 to see if it is a new issue in
> this RC? I'm betting it is related to the Modello change introduced in
> RC6.
> 
> RC5 is at:
> http://people.apache.org/~brianf/RC-5/org/apache/maven/apache-maven/2.0.
> 10-RC5/
> 
> -----Original Message-----
> From: Henrique Prange [mailto:hprange@gmail.com] 
> Sent: Wednesday, December 17, 2008 8:51 AM
> To: Maven Developers List
> Cc: Maven Users List
> Subject: Re: [2.0.10 RC6] please test
> 
> Hi Brian,
> 
> I found a problem while executing 'mvn clean install' in one of my 
> projects. (See the error below)
> 
> I verified and the build works with 2.0.9 and 2.1.0-M1 without problems.
> 
> Cheers,
> 
> Henrique
> 
> ------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] null
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Trace
> java.lang.NullPointerException
> 	at org.apache.maven.model.Extension.hashCode(Extension.java:147)
> 	at java.lang.Object.toString(Object.java:209)
> 	at java.lang.String.valueOf(String.java:2615)
> 	at java.lang.StringBuffer.append(StringBuffer.java:220)
> 	at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.findExtensions(Defau
> ltLifecycleExecutor.java:157)
> 	at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifec
> ycleExecutor.java:140)
> 	at
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
> 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
> 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:301)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
> a:39)
> 	at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
> Impl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at
> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> 	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> 	at
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> 	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> [INFO] 
> ------------------------------------------------------------------------
> 
> 
> Brian E. Fox wrote:
>> Hello,
>> Thanks everyone for sticking with us this far. I have high hopes of
> this
>> being the last RC.
>>
>> This RC fixes MNG-3898 and updates the default plugin versions in the
>> super pom. You can see the changes to the super pom and specific
>> versions used here:
>>
> http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/m
> aven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml?r
>> 1=708789&r2=726765&diff_format=h
>>
>> Here's the list of issues fixed in 2.0.10 (updated to remove the wagon
>> fixes that were rolled back):
>>
>>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
>> =Html&projectId=10500&Create=Create
>>
>> And I've staged RC-6 here:
>>
>>
> http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
>> che-maven/2.0.10-RC6/
>>
>>
>>
>> Please try it out and see if we have any remaining regressions over
>> 2.0.9.
>>
>> Thanks,
>> Brian
>>
>>
>> ----------------------
>> Brian Fox
>> Apache Maven PMC
>> http://blogs.sonatype.com/brian/
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [2.0.10 RC6] please test

Posted by Henrique Prange <hp...@gmail.com>.
Hi Brian,

RC6 - ERROR!
RC5 - ERROR!
RC3 - OK!

Sorry for not detecting the problem in the RC5. I didn't find time to 
test this release candidate. :(

Cheers,

Henrique

Brian E. Fox wrote:
> Henrique, could you also try with RC5 to see if it is a new issue in
> this RC? I'm betting it is related to the Modello change introduced in
> RC6.
> 
> RC5 is at:
> http://people.apache.org/~brianf/RC-5/org/apache/maven/apache-maven/2.0.
> 10-RC5/
> 
> -----Original Message-----
> From: Henrique Prange [mailto:hprange@gmail.com] 
> Sent: Wednesday, December 17, 2008 8:51 AM
> To: Maven Developers List
> Cc: Maven Users List
> Subject: Re: [2.0.10 RC6] please test
> 
> Hi Brian,
> 
> I found a problem while executing 'mvn clean install' in one of my 
> projects. (See the error below)
> 
> I verified and the build works with 2.0.9 and 2.1.0-M1 without problems.
> 
> Cheers,
> 
> Henrique
> 
> ------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] null
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Trace
> java.lang.NullPointerException
> 	at org.apache.maven.model.Extension.hashCode(Extension.java:147)
> 	at java.lang.Object.toString(Object.java:209)
> 	at java.lang.String.valueOf(String.java:2615)
> 	at java.lang.StringBuffer.append(StringBuffer.java:220)
> 	at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.findExtensions(Defau
> ltLifecycleExecutor.java:157)
> 	at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifec
> ycleExecutor.java:140)
> 	at
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
> 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
> 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:301)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
> a:39)
> 	at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
> Impl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at
> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> 	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> 	at
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> 	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> [INFO] 
> ------------------------------------------------------------------------
> 
> 
> Brian E. Fox wrote:
>> Hello,
>> Thanks everyone for sticking with us this far. I have high hopes of
> this
>> being the last RC.
>>
>> This RC fixes MNG-3898 and updates the default plugin versions in the
>> super pom. You can see the changes to the super pom and specific
>> versions used here:
>>
> http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/m
> aven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml?r
>> 1=708789&r2=726765&diff_format=h
>>
>> Here's the list of issues fixed in 2.0.10 (updated to remove the wagon
>> fixes that were rolled back):
>>
>>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
>> =Html&projectId=10500&Create=Create
>>
>> And I've staged RC-6 here:
>>
>>
> http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
>> che-maven/2.0.10-RC6/
>>
>>
>>
>> Please try it out and see if we have any remaining regressions over
>> 2.0.9.
>>
>> Thanks,
>> Brian
>>
>>
>> ----------------------
>> Brian Fox
>> Apache Maven PMC
>> http://blogs.sonatype.com/brian/
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


RE: [2.0.10 RC6] please test

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
Henrique, could you also try with RC5 to see if it is a new issue in
this RC? I'm betting it is related to the Modello change introduced in
RC6.

RC5 is at:
http://people.apache.org/~brianf/RC-5/org/apache/maven/apache-maven/2.0.
10-RC5/

-----Original Message-----
From: Henrique Prange [mailto:hprange@gmail.com] 
Sent: Wednesday, December 17, 2008 8:51 AM
To: Maven Developers List
Cc: Maven Users List
Subject: Re: [2.0.10 RC6] please test

Hi Brian,

I found a problem while executing 'mvn clean install' in one of my 
projects. (See the error below)

I verified and the build works with 2.0.9 and 2.1.0-M1 without problems.

Cheers,

Henrique

------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] 
------------------------------------------------------------------------
[INFO] null
[INFO] 
------------------------------------------------------------------------
[INFO] Trace
java.lang.NullPointerException
	at org.apache.maven.model.Extension.hashCode(Extension.java:147)
	at java.lang.Object.toString(Object.java:209)
	at java.lang.String.valueOf(String.java:2615)
	at java.lang.StringBuffer.append(StringBuffer.java:220)
	at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.findExtensions(Defau
ltLifecycleExecutor.java:157)
	at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifec
ycleExecutor.java:140)
	at
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:301)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
	at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
[INFO] 
------------------------------------------------------------------------


Brian E. Fox wrote:
> Hello,
> Thanks everyone for sticking with us this far. I have high hopes of
this
> being the last RC.
> 
> This RC fixes MNG-3898 and updates the default plugin versions in the
> super pom. You can see the changes to the super pom and specific
> versions used here:
>
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/m
>
aven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml?r
> 1=708789&r2=726765&diff_format=h
> 
> Here's the list of issues fixed in 2.0.10 (updated to remove the wagon
> fixes that were rolled back):
> 
>
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
> =Html&projectId=10500&Create=Create
> 
> And I've staged RC-6 here:
> 
>
http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
> che-maven/2.0.10-RC6/
> 
> 
> 
> Please try it out and see if we have any remaining regressions over
> 2.0.9.
> 
> Thanks,
> Brian
> 
> 
> ----------------------
> Brian Fox
> Apache Maven PMC
> http://blogs.sonatype.com/brian/
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: [2.0.10 RC6] please test

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
Henrique, could you also try with RC5 to see if it is a new issue in
this RC? I'm betting it is related to the Modello change introduced in
RC6.

RC5 is at:
http://people.apache.org/~brianf/RC-5/org/apache/maven/apache-maven/2.0.
10-RC5/

-----Original Message-----
From: Henrique Prange [mailto:hprange@gmail.com] 
Sent: Wednesday, December 17, 2008 8:51 AM
To: Maven Developers List
Cc: Maven Users List
Subject: Re: [2.0.10 RC6] please test

Hi Brian,

I found a problem while executing 'mvn clean install' in one of my 
projects. (See the error below)

I verified and the build works with 2.0.9 and 2.1.0-M1 without problems.

Cheers,

Henrique

------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] 
------------------------------------------------------------------------
[INFO] null
[INFO] 
------------------------------------------------------------------------
[INFO] Trace
java.lang.NullPointerException
	at org.apache.maven.model.Extension.hashCode(Extension.java:147)
	at java.lang.Object.toString(Object.java:209)
	at java.lang.String.valueOf(String.java:2615)
	at java.lang.StringBuffer.append(StringBuffer.java:220)
	at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.findExtensions(Defau
ltLifecycleExecutor.java:157)
	at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifec
ycleExecutor.java:140)
	at
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:301)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
	at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
[INFO] 
------------------------------------------------------------------------


Brian E. Fox wrote:
> Hello,
> Thanks everyone for sticking with us this far. I have high hopes of
this
> being the last RC.
> 
> This RC fixes MNG-3898 and updates the default plugin versions in the
> super pom. You can see the changes to the super pom and specific
> versions used here:
>
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/m
>
aven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml?r
> 1=708789&r2=726765&diff_format=h
> 
> Here's the list of issues fixed in 2.0.10 (updated to remove the wagon
> fixes that were rolled back):
> 
>
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
> =Html&projectId=10500&Create=Create
> 
> And I've staged RC-6 here:
> 
>
http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
> che-maven/2.0.10-RC6/
> 
> 
> 
> Please try it out and see if we have any remaining regressions over
> 2.0.9.
> 
> Thanks,
> Brian
> 
> 
> ----------------------
> Brian Fox
> Apache Maven PMC
> http://blogs.sonatype.com/brian/
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [2.0.10 RC6] please test

Posted by Henrique Prange <hp...@gmail.com>.
Hi Brian,

I found a problem while executing 'mvn clean install' in one of my 
projects. (See the error below)

I verified and the build works with 2.0.9 and 2.1.0-M1 without problems.

Cheers,

Henrique

------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] 
------------------------------------------------------------------------
[INFO] null
[INFO] 
------------------------------------------------------------------------
[INFO] Trace
java.lang.NullPointerException
	at org.apache.maven.model.Extension.hashCode(Extension.java:147)
	at java.lang.Object.toString(Object.java:209)
	at java.lang.String.valueOf(String.java:2615)
	at java.lang.StringBuffer.append(StringBuffer.java:220)
	at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.findExtensions(DefaultLifecycleExecutor.java:157)
	at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:301)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
[INFO] 
------------------------------------------------------------------------


Brian E. Fox wrote:
> Hello,
> Thanks everyone for sticking with us this far. I have high hopes of this
> being the last RC.
> 
> This RC fixes MNG-3898 and updates the default plugin versions in the
> super pom. You can see the changes to the super pom and specific
> versions used here:
> http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/m
> aven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml?r
> 1=708789&r2=726765&diff_format=h
> 
> Here's the list of issues fixed in 2.0.10 (updated to remove the wagon
> fixes that were rolled back):
> 
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
> =Html&projectId=10500&Create=Create
> 
> And I've staged RC-6 here:
> 
> http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
> che-maven/2.0.10-RC6/
> 
> 
> 
> Please try it out and see if we have any remaining regressions over
> 2.0.9.
> 
> Thanks,
> Brian
> 
> 
> ----------------------
> Brian Fox
> Apache Maven PMC
> http://blogs.sonatype.com/brian/
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [2.0.10 RC7] please test

Posted by Jason van Zyl <jv...@sonatype.com>.
On 23-Dec-08, at 9:34 AM, Benjamin Bentmann wrote:

> Jason van Zyl wrote:
>
>> I think this is a regression:
>> http://jira.codehaus.org/browse/MNG-3922
>> Attached artifacts with classifiers seem to have gotten hosed.  
>> Works in 2.0.8. No worky in 2.0.9.
>
> I don't get that working with Maven 2.0.8 either, i.e. I don't  
> believe it's a regression, so could be postponed.
>
> The important point in this issue is the order of plugin executions.  
> Maybe a change in parent inheritance or profile merging between  
> 2.0.8 and 2.0.9 produced an order that worked for Max, hard to says  
> more without his build logs.
>
> While it looks unintentional to me that an executionProject forked  
> by one mojo makes it into the execution of another mojo, it looks  
> even more strange that the Shade Plugin attaches the artifacts to  
> the executionProject when existent, considering that the shade mojo  
> itself does not fork the lifecycle. The code in question was  
> introduced in [0] but I can't imagine a use case where this would be  
> required. So, should we also fill a bug for the Shade Plugin and  
> remove any references to the executionProject?

I don't think most people know the difference here so it was probably  
an oversight. It should just be attached to the normal project.

>
>
>
> Benjamin
>
>
> [0] http://fisheye.codehaus.org/changelog/mojo/?cs=3821
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder,  Apache Maven
jason at sonatype dot com
----------------------------------------------------------

A language that doesn’t affect the way you think about programming is  
not worth knowing.

  -— Alan Perlis


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [2.0.10 RC7] please test

Posted by Benjamin Bentmann <be...@udo.edu>.
Jason van Zyl wrote:

> I think this is a regression:
> 
> http://jira.codehaus.org/browse/MNG-3922
> 
> Attached artifacts with classifiers seem to have gotten hosed. Works in 
> 2.0.8. No worky in 2.0.9.

I don't get that working with Maven 2.0.8 either, i.e. I don't believe 
it's a regression, so could be postponed.

The important point in this issue is the order of plugin executions. 
Maybe a change in parent inheritance or profile merging between 2.0.8 
and 2.0.9 produced an order that worked for Max, hard to says more 
without his build logs.

While it looks unintentional to me that an executionProject forked by 
one mojo makes it into the execution of another mojo, it looks even more 
strange that the Shade Plugin attaches the artifacts to the 
executionProject when existent, considering that the shade mojo itself 
does not fork the lifecycle. The code in question was introduced in [0] 
but I can't imagine a use case where this would be required. So, should 
we also fill a bug for the Shade Plugin and remove any references to the 
executionProject?


Benjamin


[0] http://fisheye.codehaus.org/changelog/mojo/?cs=3821

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


RE: [2.0.10 RC7] please test

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
Surprising that no one noticed this, we must be on an edge case
somewhere here. Will take a look.

-----Original Message-----
From: Jason van Zyl [mailto:jvanzyl@sonatype.com] 
Sent: Thursday, December 18, 2008 7:40 PM
To: Maven Developers List
Subject: Re: [2.0.10 RC7] please test

I think this is a regression:

http://jira.codehaus.org/browse/MNG-3922

Attached artifacts with classifiers seem to have gotten hosed. Works  
in 2.0.8. No worky in 2.0.9.

On 17-Dec-08, at 7:44 PM, Brian E. Fox wrote:

> (once again with the right url)
>
> This fixes the NPE reported in the last RC:
> http://jira.codehaus.org/browse/MNG-3921 (Thanks Benjamin and  
> Henrique)
>
> Here's the list of issues fixed in 2.0.10:
>
>
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
> =Html&projectId=10500&Create=Create
>
> And I've staged RC-6 here:
>
>
http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
> che-maven/2.0.10-RC7/
>
>
>
> Please try it out and see if we have any remaining regressions over
> 2.0.9.
>
> Thanks,
> Brian
>
>
> ----------------------
> Brian Fox
> Apache Maven PMC
> http://blogs.sonatype.com/brian/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder,  Apache Maven
jason at sonatype dot com
----------------------------------------------------------

happiness is like a butterfly: the more you chase it, the more it will
elude you, but if you turn your attention to other things, it will come
and sit softly on your shoulder ...

  -- Thoreau


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [2.0.10 RC7] please test

Posted by Jason van Zyl <jv...@sonatype.com>.
I think this is a regression:

http://jira.codehaus.org/browse/MNG-3922

Attached artifacts with classifiers seem to have gotten hosed. Works  
in 2.0.8. No worky in 2.0.9.

On 17-Dec-08, at 7:44 PM, Brian E. Fox wrote:

> (once again with the right url)
>
> This fixes the NPE reported in the last RC:
> http://jira.codehaus.org/browse/MNG-3921 (Thanks Benjamin and  
> Henrique)
>
> Here's the list of issues fixed in 2.0.10:
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
> =Html&projectId=10500&Create=Create
>
> And I've staged RC-6 here:
>
> http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
> che-maven/2.0.10-RC7/
>
>
>
> Please try it out and see if we have any remaining regressions over
> 2.0.9.
>
> Thanks,
> Brian
>
>
> ----------------------
> Brian Fox
> Apache Maven PMC
> http://blogs.sonatype.com/brian/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder,  Apache Maven
jason at sonatype dot com
----------------------------------------------------------

happiness is like a butterfly: the more you chase it, the more it will
elude you, but if you turn your attention to other things, it will come
and sit softly on your shoulder ...

  -- Thoreau


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [2.0.10 RC7] please test

Posted by Brett Porter <br...@apache.org>.
On 22/12/2008, at 11:07 PM, Brett Porter wrote:

> I was looking at the regressions set down for 2.1.0-M1 and found  
> this one that also effects 2.0.10:
> http://jira.codehaus.org/browse/MNG-3769
>
> It's related to relocation, so probably a result of this:
> http://jira.codehaus.org/browse/MNG-3380

I've added an IT and confirmed that was the cause, but will have to  
come back to fixing it later (unless someone else feels inclined to  
take a look :)

- Brett

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [2.0.10 RC7] please test

Posted by Brett Porter <br...@apache.org>.
I was looking at the regressions set down for 2.1.0-M1 and found this  
one that also effects 2.0.10:
http://jira.codehaus.org/browse/MNG-3769

It's related to relocation, so probably a result of this:
http://jira.codehaus.org/browse/MNG-3380

- Brett

On 18/12/2008, at 11:44 AM, Brian E. Fox wrote:

> (once again with the right url)
>
> This fixes the NPE reported in the last RC:
> http://jira.codehaus.org/browse/MNG-3921 (Thanks Benjamin and  
> Henrique)
>
> Here's the list of issues fixed in 2.0.10:
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
> =Html&projectId=10500&Create=Create
>
> And I've staged RC-6 here:
>
> http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
> che-maven/2.0.10-RC7/
>
>
>
> Please try it out and see if we have any remaining regressions over
> 2.0.9.
>
> Thanks,
> Brian
>
>
> ----------------------
> Brian Fox
> Apache Maven PMC
> http://blogs.sonatype.com/brian/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[2.0.10 RC7] please test

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
(once again with the right url)

This fixes the NPE reported in the last RC:
http://jira.codehaus.org/browse/MNG-3921 (Thanks Benjamin and Henrique)

Here's the list of issues fixed in 2.0.10:

http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
=Html&projectId=10500&Create=Create

And I've staged RC-6 here:

http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
che-maven/2.0.10-RC7/



Please try it out and see if we have any remaining regressions over
2.0.9.

Thanks,
Brian


----------------------
Brian Fox
Apache Maven PMC
http://blogs.sonatype.com/brian/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [2.0.10 RC6] please test

Posted by Henrique Prange <hp...@gmail.com>.
Hi Brian,

I found a problem while executing 'mvn clean install' in one of my 
projects. (See the error below)

I verified and the build works with 2.0.9 and 2.1.0-M1 without problems.

Cheers,

Henrique

------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] 
------------------------------------------------------------------------
[INFO] null
[INFO] 
------------------------------------------------------------------------
[INFO] Trace
java.lang.NullPointerException
	at org.apache.maven.model.Extension.hashCode(Extension.java:147)
	at java.lang.Object.toString(Object.java:209)
	at java.lang.String.valueOf(String.java:2615)
	at java.lang.StringBuffer.append(StringBuffer.java:220)
	at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.findExtensions(DefaultLifecycleExecutor.java:157)
	at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:301)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
[INFO] 
------------------------------------------------------------------------


Brian E. Fox wrote:
> Hello,
> Thanks everyone for sticking with us this far. I have high hopes of this
> being the last RC.
> 
> This RC fixes MNG-3898 and updates the default plugin versions in the
> super pom. You can see the changes to the super pom and specific
> versions used here:
> http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/m
> aven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml?r
> 1=708789&r2=726765&diff_format=h
> 
> Here's the list of issues fixed in 2.0.10 (updated to remove the wagon
> fixes that were rolled back):
> 
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
> =Html&projectId=10500&Create=Create
> 
> And I've staged RC-6 here:
> 
> http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
> che-maven/2.0.10-RC6/
> 
> 
> 
> Please try it out and see if we have any remaining regressions over
> 2.0.9.
> 
> Thanks,
> Brian
> 
> 
> ----------------------
> Brian Fox
> Apache Maven PMC
> http://blogs.sonatype.com/brian/
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[2.0.10 RC7] please test

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
(once again with the right url)

This fixes the NPE reported in the last RC:
http://jira.codehaus.org/browse/MNG-3921 (Thanks Benjamin and Henrique)

Here's the list of issues fixed in 2.0.10:

http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
=Html&projectId=10500&Create=Create

And I've staged RC-6 here:

http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
che-maven/2.0.10-RC7/



Please try it out and see if we have any remaining regressions over
2.0.9.

Thanks,
Brian


----------------------
Brian Fox
Apache Maven PMC
http://blogs.sonatype.com/brian/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


RE: [2.0.10 RC6] please test

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
I absolutely agree but it's not that simple. When we introduced the concept of providing defaults in 2.0.9, we had to maintain the status quo. That is we had to lock down at the current versions of plugins to avoid reverting people. This was the line in the sand as they say. We then have a policy of not using releases that are less than 30 days old and no alpha/betas. However some things like release were beta when the line was drawn and so we should follow those up provided they meet the 30 day rule. After that, we wouldn't pick up betas again. For example if compiler 2.1-beta came out, we would keep the default at the current 2.0.2 until compiler 2.1 was released.

Hope that clarifies it.

Furthermore, we absolutely do not recommend that people rely only on the defaults. You should take control of your own destiny and lock down to the versions you have tested with. This is the only way to guarantee reproducibility in the future. Further, the defaults are only provided for core plugins and the most commonly used utils like assembly and dependency. Other plugins are not locked and thus you are still subject to picking up new ones as they come out.

-----Original Message-----
From: Borut Bolčina [mailto:borut.bolcina@gmail.com] 
Sent: Wednesday, December 17, 2008 5:49 AM
To: Maven Users List
Subject: Re: [2.0.10 RC6] please test

Hello,

I don't know if this was discussed before - why does super pom have plugins
which are betas and even alphas? Why are not versions of the plugins
consolidated to "solid" versions for each release of Maven? I know the
quality of some alpha product may be even better then some not-beta or
non-alpha, but the process of releasing new Maven version should include
checking and consolidating version numbers/quality of the plugins it fixes
in super pom.

Do you agree?

Regards,
Borut

2008/12/17 Brian E. Fox <br...@reply.infinity.nu>

> Hello,
> Thanks everyone for sticking with us this far. I have high hopes of this
> being the last RC.
>
> This RC fixes MNG-3898 and updates the default plugin versions in the
> super pom. You can see the changes to the super pom and specific
> versions used here:
> http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/m
> aven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml?r
> 1=708789&r2=726765&diff_format=h<http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml?r1=708789&r2=726765&diff_format=h>
>
> Here's the list of issues fixed in 2.0.10 (updated to remove the wagon
> fixes that were rolled back):
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
> =Html&projectId=10500&Create=Create<http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName=Html&projectId=10500&Create=Create>
>
> And I've staged RC-6 here:
>
> http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa<http://people.apache.org/%7Ebrianf/staging-repository/org/apache/maven/apa>
> che-maven/2.0.10-RC6/
>
>
>
> Please try it out and see if we have any remaining regressions over
> 2.0.9.
>
> Thanks,
> Brian
>
>
> ----------------------
> Brian Fox
> Apache Maven PMC
> http://blogs.sonatype.com/brian/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: [2.0.10 RC6] please test

Posted by Borut Bolčina <bo...@gmail.com>.
Hello,

I don't know if this was discussed before - why does super pom have plugins
which are betas and even alphas? Why are not versions of the plugins
consolidated to "solid" versions for each release of Maven? I know the
quality of some alpha product may be even better then some not-beta or
non-alpha, but the process of releasing new Maven version should include
checking and consolidating version numbers/quality of the plugins it fixes
in super pom.

Do you agree?

Regards,
Borut

2008/12/17 Brian E. Fox <br...@reply.infinity.nu>

> Hello,
> Thanks everyone for sticking with us this far. I have high hopes of this
> being the last RC.
>
> This RC fixes MNG-3898 and updates the default plugin versions in the
> super pom. You can see the changes to the super pom and specific
> versions used here:
> http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/m
> aven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml?r
> 1=708789&r2=726765&diff_format=h<http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml?r1=708789&r2=726765&diff_format=h>
>
> Here's the list of issues fixed in 2.0.10 (updated to remove the wagon
> fixes that were rolled back):
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
> =Html&projectId=10500&Create=Create<http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName=Html&projectId=10500&Create=Create>
>
> And I've staged RC-6 here:
>
> http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa<http://people.apache.org/%7Ebrianf/staging-repository/org/apache/maven/apa>
> che-maven/2.0.10-RC6/
>
>
>
> Please try it out and see if we have any remaining regressions over
> 2.0.9.
>
> Thanks,
> Brian
>
>
> ----------------------
> Brian Fox
> Apache Maven PMC
> http://blogs.sonatype.com/brian/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

[2.0.10 RC7] please test

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
This fixes the NPE reported in the last RC:
http://jira.codehaus.org/browse/MNG-3921 (Thanks Benjamin and Henrique)

Here's the list of issues fixed in 2.0.10:

http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
=Html&projectId=10500&Create=Create

And I've staged RC-6 here:

http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
che-maven/2.0.10-RC6/



Please try it out and see if we have any remaining regressions over
2.0.9.

Thanks,
Brian


----------------------
Brian Fox
Apache Maven PMC
http://blogs.sonatype.com/brian/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[2.0.10 RC7] please test

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
This fixes the NPE reported in the last RC:
http://jira.codehaus.org/browse/MNG-3921 (Thanks Benjamin and Henrique)

Here's the list of issues fixed in 2.0.10:

http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
=Html&projectId=10500&Create=Create

And I've staged RC-6 here:

http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
che-maven/2.0.10-RC6/



Please try it out and see if we have any remaining regressions over
2.0.9.

Thanks,
Brian


----------------------
Brian Fox
Apache Maven PMC
http://blogs.sonatype.com/brian/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [2.0.10 RC7] please test

Posted by Mauro Talevi <ma...@aquilonia.org>.
No regressions found.

Cheers

Brian E. Fox wrote:
> (once again with the right url)
> 
> This fixes the NPE reported in the last RC:
> http://jira.codehaus.org/browse/MNG-3921 (Thanks Benjamin and Henrique)
> 
> Here's the list of issues fixed in 2.0.10:
> 
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
> =Html&projectId=10500&Create=Create
> 
> And I've staged RC-6 here:
> 
> http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
> che-maven/2.0.10-RC7/
> 
> 
> 
> Please try it out and see if we have any remaining regressions over
> 2.0.9.
> 
> Thanks,
> Brian
> 
> 
> ----------------------
> Brian Fox
> Apache Maven PMC
> http://blogs.sonatype.com/brian/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[2.0.10 RC6] please test

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
Hello,
Thanks everyone for sticking with us this far. I have high hopes of this
being the last RC.

This RC fixes MNG-3898 and updates the default plugin versions in the
super pom. You can see the changes to the super pom and specific
versions used here:
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/m
aven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml?r
1=708789&r2=726765&diff_format=h

Here's the list of issues fixed in 2.0.10 (updated to remove the wagon
fixes that were rolled back):

http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
=Html&projectId=10500&Create=Create

And I've staged RC-6 here:

http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
che-maven/2.0.10-RC6/



Please try it out and see if we have any remaining regressions over
2.0.9.

Thanks,
Brian


----------------------
Brian Fox
Apache Maven PMC
http://blogs.sonatype.com/brian/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[2.0.10 RC6] please test

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
Hello,
Thanks everyone for sticking with us this far. I have high hopes of this
being the last RC.

This RC fixes MNG-3898 and updates the default plugin versions in the
super pom. You can see the changes to the super pom and specific
versions used here:
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/m
aven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml?r
1=708789&r2=726765&diff_format=h

Here's the list of issues fixed in 2.0.10 (updated to remove the wagon
fixes that were rolled back):

http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName
=Html&projectId=10500&Create=Create

And I've staged RC-6 here:

http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa
che-maven/2.0.10-RC6/



Please try it out and see if we have any remaining regressions over
2.0.9.

Thanks,
Brian


----------------------
Brian Fox
Apache Maven PMC
http://blogs.sonatype.com/brian/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [2.0.10 RC] please test

Posted by Martin Höller <ma...@xss.co.at>.
On Thursday 11 December 2008 Brian E. Fox wrote:
> Please try it out and see if we have any remaining regressions over
> 2.0.9.

No problems with 2.0.10-RC5 here.

However, the versioning seems strange: some months ago i tested 2.0.10-RC9, 
now I'm testing 2.0.10-RC5 which is newer. I know that the RC9 became 
2.1.0-M1 and this one is another branch, but still the versioning of the 
RCs might be a bit confusing.

hth,
- martin