You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Mauro Talevi <ma...@aquilonia.org> on 2007/12/15 19:39:18 UTC

[Vote] [Take 2] Release Maven Surefire 2.3.1

Hi all,

all showstoppers have been addressed.  Second attempt for Maven Surefire 
2.3.1 release.

Issues solved:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541&styleName=Html&version=13251

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

Tag:
http://svn.apache.org/viewvc/maven/surefire/tags/surefire-2.3.1/

Vote open for 72 hours.

Here is my +1

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

Cheers


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


Re: [Vote] [Take 2] Release Maven Surefire 2.3.1

Posted by Marat Radchenko <sl...@gmail.com>.
I see. Then I give a +1.

2007/12/17, Mauro Talevi <ma...@aquilonia.org>:
> Marat Radchenko wrote:
> > Till now I thought that currently 2.4-SNAPSHOT and 2.3.1 are the same thing.
> >
>
> No, they are not - 2.4 will be released shortly and it is a separate dev
> branch.  Please raise issue only if the build works fine with
> 2.3.1-SNAPSHOT.
>
> Cheers
>
>
> ---------------------------------------------------------------------
> 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: [Vote] [Take 2] Release Maven Surefire 2.3.1

Posted by Mauro Talevi <ma...@aquilonia.org>.
Marat Radchenko wrote:
> Till now I thought that currently 2.4-SNAPSHOT and 2.3.1 are the same thing.
> 

No, they are not - 2.4 will be released shortly and it is a separate dev 
branch.  Please raise issue only if the build works fine with 
2.3.1-SNAPSHOT.

Cheers


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


Re: [Vote] [Take 2] Release Maven Surefire 2.3.1

Posted by Marat Radchenko <sl...@gmail.com>.
Till now I thought that currently 2.4-SNAPSHOT and 2.3.1 are the same thing.

2007/12/17, nicolas de loof <ni...@apache.org>:
> AFAIK full TestNG support is targeted to 2.4. Surefire 2.3.1 is a fix
> version
>
> 2007/12/17, Marat Radchenko <sl...@gmail.com>:
> >
> > surefire-2.4-SNAPSHOT works with testng. However your release throws
> > exception. Is it expected behavior?
> >
> > org.apache.maven.surefire.booter.SurefireExecutionException:
> > org.testng.xml.XmlSuite.setParallel(Z)V; nested exception is
> > java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V
> > java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V
> >         at
> > org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(
> > TestNGDirectoryTestSuite.java:123)
> >         at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
> >         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:597)
> >         at
> > org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(
> > SurefireBooter.java:308)
> >         at org.apache.maven.surefire.booter.SurefireBooter.main(
> > SurefireBooter.java:879)
> >
> >
> > 2007/12/15, Mauro Talevi <ma...@aquilonia.org>:
> > > Hi all,
> > >
> > > all showstoppers have been addressed.  Second attempt for Maven Surefire
> > > 2.3.1 release.
> > >
> > > Issues solved:
> > >
> > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541&styleName=Html&version=13251
> > >
> > > Staging repo:
> > > http://people.apache.org/~mauro/staging-repo/
> > >
> > > Tag:
> > > http://svn.apache.org/viewvc/maven/surefire/tags/surefire-2.3.1/
> > >
> > > Vote open for 72 hours.
> > >
> > > Here is my +1
> > >
> > > [ ] +1
> > > [ ] +0
> > > [ ] -1
> > >
> > > Cheers
> > >
> > >
> > > ---------------------------------------------------------------------
> > > 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: [Vote] [Take 2] Release Maven Surefire 2.3.1

Posted by nicolas de loof <ni...@apache.org>.
AFAIK full TestNG support is targeted to 2.4. Surefire 2.3.1 is a fix
version

2007/12/17, Marat Radchenko <sl...@gmail.com>:
>
> surefire-2.4-SNAPSHOT works with testng. However your release throws
> exception. Is it expected behavior?
>
> org.apache.maven.surefire.booter.SurefireExecutionException:
> org.testng.xml.XmlSuite.setParallel(Z)V; nested exception is
> java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V
> java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V
>         at
> org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(
> TestNGDirectoryTestSuite.java:123)
>         at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
>         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:597)
>         at
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(
> SurefireBooter.java:308)
>         at org.apache.maven.surefire.booter.SurefireBooter.main(
> SurefireBooter.java:879)
>
>
> 2007/12/15, Mauro Talevi <ma...@aquilonia.org>:
> > Hi all,
> >
> > all showstoppers have been addressed.  Second attempt for Maven Surefire
> > 2.3.1 release.
> >
> > Issues solved:
> >
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541&styleName=Html&version=13251
> >
> > Staging repo:
> > http://people.apache.org/~mauro/staging-repo/
> >
> > Tag:
> > http://svn.apache.org/viewvc/maven/surefire/tags/surefire-2.3.1/
> >
> > Vote open for 72 hours.
> >
> > Here is my +1
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
> >
> > Cheers
> >
> >
> > ---------------------------------------------------------------------
> > 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: [Vote] [Take 2] Release Maven Surefire 2.3.1

Posted by Marat Radchenko <sl...@gmail.com>.
Woops, forgot to say that testng version is 5.7

2007/12/17, Marat Radchenko <sl...@gmail.com>:
> surefire-2.4-SNAPSHOT works with testng. However your release throws
> exception. Is it expected behavior?
>
> org.apache.maven.surefire.booter.SurefireExecutionException:
> org.testng.xml.XmlSuite.setParallel(Z)V; nested exception is
> java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V
> java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V
>         at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:123)
>         at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
>         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:597)
>         at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:308)
>         at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:879)
>
>
> 2007/12/15, Mauro Talevi <ma...@aquilonia.org>:
> > Hi all,
> >
> > all showstoppers have been addressed.  Second attempt for Maven Surefire
> > 2.3.1 release.
> >
> > Issues solved:
> > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541&styleName=Html&version=13251
> >
> > Staging repo:
> > http://people.apache.org/~mauro/staging-repo/
> >
> > Tag:
> > http://svn.apache.org/viewvc/maven/surefire/tags/surefire-2.3.1/
> >
> > Vote open for 72 hours.
> >
> > Here is my +1
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
> >
> > Cheers
> >
> >
> > ---------------------------------------------------------------------
> > 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: [Vote] [Take 2] Release Maven Surefire 2.3.1

Posted by Marat Radchenko <sl...@gmail.com>.
surefire-2.4-SNAPSHOT works with testng. However your release throws
exception. Is it expected behavior?

org.apache.maven.surefire.booter.SurefireExecutionException:
org.testng.xml.XmlSuite.setParallel(Z)V; nested exception is
java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V
java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V
        at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:123)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
        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:597)
        at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:308)
        at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:879)


2007/12/15, Mauro Talevi <ma...@aquilonia.org>:
> Hi all,
>
> all showstoppers have been addressed.  Second attempt for Maven Surefire
> 2.3.1 release.
>
> Issues solved:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541&styleName=Html&version=13251
>
> Staging repo:
> http://people.apache.org/~mauro/staging-repo/
>
> Tag:
> http://svn.apache.org/viewvc/maven/surefire/tags/surefire-2.3.1/
>
> Vote open for 72 hours.
>
> Here is my +1
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Cheers
>
>
> ---------------------------------------------------------------------
> 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: [Vote] [Take 2] Release Maven Surefire 2.3.1

Posted by nicolas de loof <ni...@apache.org>.
+1

2007/12/15, Jason van Zyl <ja...@maven.org>:
>
> +1
> On 15 Dec 07, at 10:39 AM 15 Dec 07, Mauro Talevi wrote:
>
> > Hi all,
> >
> > all showstoppers have been addressed.  Second attempt for Maven
> > Surefire 2.3.1 release.
> >
> > Issues solved:
> >
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541&styleName=Html&version=13251
> >
> > Staging repo:
> > http://people.apache.org/~mauro/staging-repo/
> >
> > Tag:
> > http://svn.apache.org/viewvc/maven/surefire/tags/surefire-2.3.1/
> >
> > Vote open for 72 hours.
> >
> > Here is my +1
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
> >
> > Cheers
> >
> >
> > ---------------------------------------------------------------------
> > 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 man enjoys his work when he understands the whole and when he
> is responsible for the quality of the whole
>
> -- Christopher Alexander, A Pattern Language
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: [Vote] [Take 2] Release Maven Surefire 2.3.1

Posted by Jason van Zyl <ja...@maven.org>.
+1
On 15 Dec 07, at 10:39 AM 15 Dec 07, Mauro Talevi wrote:

> Hi all,
>
> all showstoppers have been addressed.  Second attempt for Maven  
> Surefire 2.3.1 release.
>
> Issues solved:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541&styleName=Html&version=13251
>
> Staging repo:
> http://people.apache.org/~mauro/staging-repo/
>
> Tag:
> http://svn.apache.org/viewvc/maven/surefire/tags/surefire-2.3.1/
>
> Vote open for 72 hours.
>
> Here is my +1
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Cheers
>
>
> ---------------------------------------------------------------------
> 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 man enjoys his work when he understands the whole and when he
is responsible for the quality of the whole

-- Christopher Alexander, A Pattern Language 




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


Re: [Vote] [Take 2] Release Maven Surefire 2.3.1

Posted by olivier lamy <ol...@apache.org>.
+1 .

--
Olivier

2007/12/15, Mauro Talevi <ma...@aquilonia.org>:
>
> Hi all,
>
> all showstoppers have been addressed.  Second attempt for Maven Surefire
> 2.3.1 release.
>
> Issues solved:
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541&styleName=Html&version=13251
>
> Staging repo:
> http://people.apache.org/~mauro/staging-repo/
>
> Tag:
> http://svn.apache.org/viewvc/maven/surefire/tags/surefire-2.3.1/
>
> Vote open for 72 hours.
>
> Here is my +1
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Cheers
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: [Vote] [Take 2] Release Maven Surefire 2.3.1

Posted by Jerome Lacoste <je...@gmail.com>.
On Dec 15, 2007 7:39 PM, Mauro Talevi <ma...@aquilonia.org> wrote:
> Hi all,
>
> all showstoppers have been addressed.  Second attempt for Maven Surefire
> 2.3.1 release.
>
> Issues solved:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541&styleName=Html&version=13251
>
> Staging repo:
> http://people.apache.org/~mauro/staging-repo/
>
> Tag:
> http://svn.apache.org/viewvc/maven/surefire/tags/surefire-2.3.1/
>
> Vote open for 72 hours.
>
> Here is my +1
>
> [ ] +1
> [ ] +0
> [ ] -1

+0

(I am kind of stuck on Windows...)

surefire 2.3.1 doesn't work for me on the webstart maven plugin as it
brings an old plexus-utils lib that breaks execution of programs that
have spaces in path

2.3 is also broken due to (potentially) SUREFIRE-117

2.4. is also broken for another reason: SUREFIRE-409

Details in http://jira.codehaus.org/browse/MWEBSTART-73

That shouldn't hold the release of surefire 2.3.1, but that's a little
unpractical. Could SUREFIRE-409 be targeted to 2.4 ?

Thanks,

Jerome

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


[Result] [Vote] [Take 2] Release Maven Surefire 2.3.1

Posted by Mauro Talevi <ma...@aquilonia.org>.
Mauro Talevi wrote:
> Hi all,
> 
> all showstoppers have been addressed.  Second attempt for Maven Surefire 
> 2.3.1 release.
> 
> Issues solved:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541&styleName=Html&version=13251 
> 
> 
> Staging repo:
> http://people.apache.org/~mauro/staging-repo/
> 
> Tag:
> http://svn.apache.org/viewvc/maven/surefire/tags/surefire-2.3.1/
> 
> Vote open for 72 hours.
> 
> Here is my +1
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> Cheers


This vote passed with the following votes:

+1 (binding): Jason van Zyl, Brian E. Fox, John Casey, Brett Porter

+1 (non-binding): Oliver Lamy, Nicolas de Loof, Mauro Talevi, Marat 
Radchenko

+0 (non-binding): Jerome Lacoste

No other votes.

The artifacts have been moved over to the ASF repository.

Cheers


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


Re: [Vote] [Take 2] Release Maven Surefire 2.3.1

Posted by Brett Porter <br...@apache.org>.
+1

On 16/12/2007, at 5:39 AM, Mauro Talevi wrote:

> Hi all,
>
> all showstoppers have been addressed.  Second attempt for Maven  
> Surefire 2.3.1 release.
>
> Issues solved:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541&styleName=Html&version=13251
>
> Staging repo:
> http://people.apache.org/~mauro/staging-repo/
>
> Tag:
> http://svn.apache.org/viewvc/maven/surefire/tags/surefire-2.3.1/
>
> Vote open for 72 hours.
>
> Here is my +1
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Cheers
>
>
> ---------------------------------------------------------------------
> 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: [Vote] [Take 2] Release Maven Surefire 2.3.1

Posted by John Casey <jd...@commonjava.org>.
+1
On Dec 15, 2007, at 10:39 AM, Mauro Talevi wrote:

> Hi all,
>
> all showstoppers have been addressed.  Second attempt for Maven  
> Surefire 2.3.1 release.
>
> Issues solved:
> http://jira.codehaus.org/secure/ReleaseNote.jspa? 
> projectId=10541&styleName=Html&version=13251
>
> Staging repo:
> http://people.apache.org/~mauro/staging-repo/
>
> Tag:
> http://svn.apache.org/viewvc/maven/surefire/tags/surefire-2.3.1/
>
> Vote open for 72 hours.
>
> Here is my +1
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Cheers
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

---
John Casey
Committer and PMC Member, Apache Maven
mail: jdcasey at commonjava dot org
blog: http://www.ejlife.net/blogs/john
rss: http://feeds.feedburner.com/ejlife/john