You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Brett Porter <br...@apache.org> on 2006/05/01 19:29:54 UTC

[vote] release Maven Surefire Plugin 2.2 and Surefire 2.0

Please test this as much as you can first, given that the classloader 
has change somewhat.

Vote open for 72 hours, based on:
maven-surefire-plugin 2.2-20060501.172356-2 and 2.0-20060501.172351-2 
(r398639)

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

http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11148&styleName=Html&version=12207
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541&styleName=Html&version=12440

     * [MSUREFIRE-23] - Support TestNG
     * [MSUREFIRE-57] - Forking documentation improvement to help with 
class loader constrainst issues
     * [MSUREFIRE-59] - JUnitBattery dies when TestSuite has an 
anonymous inner class
     * [MSUREFIRE-62] - forkMode=pertest shows Results: line after every 
battery, not at the end.
     * [MSUREFIRE-63] - Surefire temporary files should be put in target 
rather than in the main project directory
     * [MSUREFIRE-65] - Surefire causes OOM
     * [MSUREFIRE-72] - [surefire-testng] 
SurefireReportMojo.executeReport() throws a java.lang.NumberFormatException
     * [MSUREFIRE-73] - systemClassLoader.getResource returns null
     * [MSUREFIRE-74] - IsolatedClassloader.getResources returns 
duplicated results
     * [MSUREFIRE-80] - systemProperties and NPE
     * [MSUREFIRE-86] - Surefire forking doesn't work on Java 1.3
     * [MSUREFIRE-88] - Surefire fork fails under windows when command 
has several quotes
     * [MSUREFIRE-93] - maven-surefire-plugin:2.2-SNAPSHOT fails with 
invalid option -ea when forking to a JDK < 1.4
     * [MSUREFIRE-94] - settting System property "basedir" is evil.
     * [MSUREFIRE-95] - java.lang.NoClassDefFoundError: 
org/apache/maven/surefire/util/NestedCheckedException
     * [MSUREFIRE-96] - Sometimes xml report has no time atribute in 
testcase element
     * [MSUREFIRE-56] - The "pertest" option for forking mode should be 
renamed more appropriately
     * [MSUREFIRE-71] - System properties are not set
     * [MSUREFIRE-87] - Improve error stack trace when the error comes 
from the user's test code
     * [SUREFIRE-25] - surefire property droppings in fork mode
     * [SUREFIRE-30] - Wrong classpath separator
     * [SUREFIRE-33] - java.lang.ExceptionInInitializerError in TestCase 
constructor kills surefire without letting any log
     * [SUREFIRE-37] - System properties not working during forking 
[surefire-testng branch, patch attached]
     * [SUREFIRE-40] - memory leak in junit runner
     * [SUREFIRE-35] - refine use of assertion enablement

Cheers,
Brett

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


Re: [vote] release Maven Surefire Plugin 2.2 and Surefire 2.0

Posted by Brett Porter <br...@apache.org>.
Gordon Henriksen wrote:
> Woohoo! +1 (non-binding)
> 
> Just don't forget to strip out that isSnapshot() call on the 
> surefire-2.0 branch… :)
> 

If it's the one I'm thinking of, it can (should) stay.

- Brett

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


Re: [vote] release Maven Surefire Plugin 2.2 and Surefire 2.0

Posted by Gordon Henriksen <go...@mac.com>.
Woohoo! +1 (non-binding)

Just don't forget to strip out that isSnapshot() call on the  
surefire-2.0 branch… :)

— G


On May 1, 2006, at 1:29 PM, Brett Porter wrote:

> Please test this as much as you can first, given that the  
> classloader has change somewhat.
>
> Vote open for 72 hours, based on:
> maven-surefire-plugin 2.2-20060501.172356-2 and  
> 2.0-20060501.172351-2 (r398639)
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa? 
> projectId=11148&styleName=Html&version=12207
> http://jira.codehaus.org/secure/ReleaseNote.jspa? 
> projectId=10541&styleName=Html&version=12440
>
>     * [MSUREFIRE-23] - Support TestNG
>     * [MSUREFIRE-57] - Forking documentation improvement to help  
> with class loader constrainst issues
>     * [MSUREFIRE-59] - JUnitBattery dies when TestSuite has an  
> anonymous inner class
>     * [MSUREFIRE-62] - forkMode=pertest shows Results: line after  
> every battery, not at the end.
>     * [MSUREFIRE-63] - Surefire temporary files should be put in  
> target rather than in the main project directory
>     * [MSUREFIRE-65] - Surefire causes OOM
>     * [MSUREFIRE-72] - [surefire-testng]  
> SurefireReportMojo.executeReport() throws a  
> java.lang.NumberFormatException
>     * [MSUREFIRE-73] - systemClassLoader.getResource returns null
>     * [MSUREFIRE-74] - IsolatedClassloader.getResources returns  
> duplicated results
>     * [MSUREFIRE-80] - systemProperties and NPE
>     * [MSUREFIRE-86] - Surefire forking doesn't work on Java 1.3
>     * [MSUREFIRE-88] - Surefire fork fails under windows when  
> command has several quotes
>     * [MSUREFIRE-93] - maven-surefire-plugin:2.2-SNAPSHOT fails  
> with invalid option -ea when forking to a JDK < 1.4
>     * [MSUREFIRE-94] - settting System property "basedir" is evil.
>     * [MSUREFIRE-95] - java.lang.NoClassDefFoundError: org/apache/ 
> maven/surefire/util/NestedCheckedException
>     * [MSUREFIRE-96] - Sometimes xml report has no time atribute in  
> testcase element
>     * [MSUREFIRE-56] - The "pertest" option for forking mode should  
> be renamed more appropriately
>     * [MSUREFIRE-71] - System properties are not set
>     * [MSUREFIRE-87] - Improve error stack trace when the error  
> comes from the user's test code
>     * [SUREFIRE-25] - surefire property droppings in fork mode
>     * [SUREFIRE-30] - Wrong classpath separator
>     * [SUREFIRE-33] - java.lang.ExceptionInInitializerError in  
> TestCase constructor kills surefire without letting any log
>     * [SUREFIRE-37] - System properties not working during forking  
> [surefire-testng branch, patch attached]
>     * [SUREFIRE-40] - memory leak in junit runner
>     * [SUREFIRE-35] - refine use of assertion enablement


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


[result] Re: [vote] release Maven Surefire Plugin 2.2 and Surefire 2.0

Posted by Brett Porter <br...@apache.org>.
Binding +1: Brett, Jason, Emmanuel, Lukas,
Committer +1: Milos, Fabrizio, Vincent S
User +1: Gordon, Jesse K

Carlos highlighted a regression (fixed), but didn't vote.

Brett Porter wrote:
> Please test this as much as you can first, given that the classloader 
> has change somewhat.
> 
> Vote open for 72 hours, based on:
> maven-surefire-plugin 2.2-20060501.172356-2 and 2.0-20060501.172351-2 
> (r398639)
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11148&styleName=Html&version=12207 
> 
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541&styleName=Html&version=12440 
> 
> 
>     * [MSUREFIRE-23] - Support TestNG
>     * [MSUREFIRE-57] - Forking documentation improvement to help with 
> class loader constrainst issues
>     * [MSUREFIRE-59] - JUnitBattery dies when TestSuite has an anonymous 
> inner class
>     * [MSUREFIRE-62] - forkMode=pertest shows Results: line after every 
> battery, not at the end.
>     * [MSUREFIRE-63] - Surefire temporary files should be put in target 
> rather than in the main project directory
>     * [MSUREFIRE-65] - Surefire causes OOM
>     * [MSUREFIRE-72] - [surefire-testng] 
> SurefireReportMojo.executeReport() throws a java.lang.NumberFormatException
>     * [MSUREFIRE-73] - systemClassLoader.getResource returns null
>     * [MSUREFIRE-74] - IsolatedClassloader.getResources returns 
> duplicated results
>     * [MSUREFIRE-80] - systemProperties and NPE
>     * [MSUREFIRE-86] - Surefire forking doesn't work on Java 1.3
>     * [MSUREFIRE-88] - Surefire fork fails under windows when command 
> has several quotes
>     * [MSUREFIRE-93] - maven-surefire-plugin:2.2-SNAPSHOT fails with 
> invalid option -ea when forking to a JDK < 1.4
>     * [MSUREFIRE-94] - settting System property "basedir" is evil.
>     * [MSUREFIRE-95] - java.lang.NoClassDefFoundError: 
> org/apache/maven/surefire/util/NestedCheckedException
>     * [MSUREFIRE-96] - Sometimes xml report has no time atribute in 
> testcase element
>     * [MSUREFIRE-56] - The "pertest" option for forking mode should be 
> renamed more appropriately
>     * [MSUREFIRE-71] - System properties are not set
>     * [MSUREFIRE-87] - Improve error stack trace when the error comes 
> from the user's test code
>     * [SUREFIRE-25] - surefire property droppings in fork mode
>     * [SUREFIRE-30] - Wrong classpath separator
>     * [SUREFIRE-33] - java.lang.ExceptionInInitializerError in TestCase 
> constructor kills surefire without letting any log
>     * [SUREFIRE-37] - System properties not working during forking 
> [surefire-testng branch, patch attached]
>     * [SUREFIRE-40] - memory leak in junit runner
>     * [SUREFIRE-35] - refine use of assertion enablement
> 
> Cheers,
> Brett
> 
> ---------------------------------------------------------------------
> 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] release Maven Surefire Plugin 2.2 and Surefire 2.0

Posted by Milos Kleint <mk...@gmail.com>.
+1

Milos

On 5/1/06, Jason van Zyl <ja...@maven.org> wrote:
> +1
>
> On 1 May 06, at 1:29 PM 1 May 06, Brett Porter wrote:
>
> > Please test this as much as you can first, given that the
> > classloader has change somewhat.
> >
> > Vote open for 72 hours, based on:
> > maven-surefire-plugin 2.2-20060501.172356-2 and
> > 2.0-20060501.172351-2 (r398639)
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
> >
> > http://jira.codehaus.org/secure/ReleaseNote.jspa?
> > projectId=11148&styleName=Html&version=12207
> > http://jira.codehaus.org/secure/ReleaseNote.jspa?
> > projectId=10541&styleName=Html&version=12440
> >
> >     * [MSUREFIRE-23] - Support TestNG
> >     * [MSUREFIRE-57] - Forking documentation improvement to help
> > with class loader constrainst issues
> >     * [MSUREFIRE-59] - JUnitBattery dies when TestSuite has an
> > anonymous inner class
> >     * [MSUREFIRE-62] - forkMode=pertest shows Results: line after
> > every battery, not at the end.
> >     * [MSUREFIRE-63] - Surefire temporary files should be put in
> > target rather than in the main project directory
> >     * [MSUREFIRE-65] - Surefire causes OOM
> >     * [MSUREFIRE-72] - [surefire-testng]
> > SurefireReportMojo.executeReport() throws a
> > java.lang.NumberFormatException
> >     * [MSUREFIRE-73] - systemClassLoader.getResource returns null
> >     * [MSUREFIRE-74] - IsolatedClassloader.getResources returns
> > duplicated results
> >     * [MSUREFIRE-80] - systemProperties and NPE
> >     * [MSUREFIRE-86] - Surefire forking doesn't work on Java 1.3
> >     * [MSUREFIRE-88] - Surefire fork fails under windows when
> > command has several quotes
> >     * [MSUREFIRE-93] - maven-surefire-plugin:2.2-SNAPSHOT fails
> > with invalid option -ea when forking to a JDK < 1.4
> >     * [MSUREFIRE-94] - settting System property "basedir" is evil.
> >     * [MSUREFIRE-95] - java.lang.NoClassDefFoundError: org/apache/
> > maven/surefire/util/NestedCheckedException
> >     * [MSUREFIRE-96] - Sometimes xml report has no time atribute in
> > testcase element
> >     * [MSUREFIRE-56] - The "pertest" option for forking mode should
> > be renamed more appropriately
> >     * [MSUREFIRE-71] - System properties are not set
> >     * [MSUREFIRE-87] - Improve error stack trace when the error
> > comes from the user's test code
> >     * [SUREFIRE-25] - surefire property droppings in fork mode
> >     * [SUREFIRE-30] - Wrong classpath separator
> >     * [SUREFIRE-33] - java.lang.ExceptionInInitializerError in
> > TestCase constructor kills surefire without letting any log
> >     * [SUREFIRE-37] - System properties not working during forking
> > [surefire-testng branch, patch attached]
> >     * [SUREFIRE-40] - memory leak in junit runner
> >     * [SUREFIRE-35] - refine use of assertion enablement
> >
> > Cheers,
> > Brett
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> >
> >
>
> Jason van Zyl
> jason@maven.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] release Maven Surefire Plugin 2.2 and Surefire 2.0

Posted by Jason van Zyl <ja...@maven.org>.
+1

On 1 May 06, at 1:29 PM 1 May 06, Brett Porter wrote:

> Please test this as much as you can first, given that the  
> classloader has change somewhat.
>
> Vote open for 72 hours, based on:
> maven-surefire-plugin 2.2-20060501.172356-2 and  
> 2.0-20060501.172351-2 (r398639)
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa? 
> projectId=11148&styleName=Html&version=12207
> http://jira.codehaus.org/secure/ReleaseNote.jspa? 
> projectId=10541&styleName=Html&version=12440
>
>     * [MSUREFIRE-23] - Support TestNG
>     * [MSUREFIRE-57] - Forking documentation improvement to help  
> with class loader constrainst issues
>     * [MSUREFIRE-59] - JUnitBattery dies when TestSuite has an  
> anonymous inner class
>     * [MSUREFIRE-62] - forkMode=pertest shows Results: line after  
> every battery, not at the end.
>     * [MSUREFIRE-63] - Surefire temporary files should be put in  
> target rather than in the main project directory
>     * [MSUREFIRE-65] - Surefire causes OOM
>     * [MSUREFIRE-72] - [surefire-testng]  
> SurefireReportMojo.executeReport() throws a  
> java.lang.NumberFormatException
>     * [MSUREFIRE-73] - systemClassLoader.getResource returns null
>     * [MSUREFIRE-74] - IsolatedClassloader.getResources returns  
> duplicated results
>     * [MSUREFIRE-80] - systemProperties and NPE
>     * [MSUREFIRE-86] - Surefire forking doesn't work on Java 1.3
>     * [MSUREFIRE-88] - Surefire fork fails under windows when  
> command has several quotes
>     * [MSUREFIRE-93] - maven-surefire-plugin:2.2-SNAPSHOT fails  
> with invalid option -ea when forking to a JDK < 1.4
>     * [MSUREFIRE-94] - settting System property "basedir" is evil.
>     * [MSUREFIRE-95] - java.lang.NoClassDefFoundError: org/apache/ 
> maven/surefire/util/NestedCheckedException
>     * [MSUREFIRE-96] - Sometimes xml report has no time atribute in  
> testcase element
>     * [MSUREFIRE-56] - The "pertest" option for forking mode should  
> be renamed more appropriately
>     * [MSUREFIRE-71] - System properties are not set
>     * [MSUREFIRE-87] - Improve error stack trace when the error  
> comes from the user's test code
>     * [SUREFIRE-25] - surefire property droppings in fork mode
>     * [SUREFIRE-30] - Wrong classpath separator
>     * [SUREFIRE-33] - java.lang.ExceptionInInitializerError in  
> TestCase constructor kills surefire without letting any log
>     * [SUREFIRE-37] - System properties not working during forking  
> [surefire-testng branch, patch attached]
>     * [SUREFIRE-40] - memory leak in junit runner
>     * [SUREFIRE-35] - refine use of assertion enablement
>
> Cheers,
> Brett
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Jason van Zyl
jason@maven.org




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


Re: [vote] release Maven Surefire Plugin 2.2 and Surefire 2.0

Posted by Lukas Theussl <lt...@apache.org>.
+1

-Lukas

Brett Porter wrote:
> Please test this as much as you can first, given that the classloader 
> has change somewhat.
> 
> Vote open for 72 hours, based on:
> maven-surefire-plugin 2.2-20060501.172356-2 and 2.0-20060501.172351-2 
> (r398639)
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11148&styleName=Html&version=12207 
> 
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541&styleName=Html&version=12440 
> 
> 
>     * [MSUREFIRE-23] - Support TestNG
>     * [MSUREFIRE-57] - Forking documentation improvement to help with 
> class loader constrainst issues
>     * [MSUREFIRE-59] - JUnitBattery dies when TestSuite has an anonymous 
> inner class
>     * [MSUREFIRE-62] - forkMode=pertest shows Results: line after every 
> battery, not at the end.
>     * [MSUREFIRE-63] - Surefire temporary files should be put in target 
> rather than in the main project directory
>     * [MSUREFIRE-65] - Surefire causes OOM
>     * [MSUREFIRE-72] - [surefire-testng] 
> SurefireReportMojo.executeReport() throws a java.lang.NumberFormatException
>     * [MSUREFIRE-73] - systemClassLoader.getResource returns null
>     * [MSUREFIRE-74] - IsolatedClassloader.getResources returns 
> duplicated results
>     * [MSUREFIRE-80] - systemProperties and NPE
>     * [MSUREFIRE-86] - Surefire forking doesn't work on Java 1.3
>     * [MSUREFIRE-88] - Surefire fork fails under windows when command 
> has several quotes
>     * [MSUREFIRE-93] - maven-surefire-plugin:2.2-SNAPSHOT fails with 
> invalid option -ea when forking to a JDK < 1.4
>     * [MSUREFIRE-94] - settting System property "basedir" is evil.
>     * [MSUREFIRE-95] - java.lang.NoClassDefFoundError: 
> org/apache/maven/surefire/util/NestedCheckedException
>     * [MSUREFIRE-96] - Sometimes xml report has no time atribute in 
> testcase element
>     * [MSUREFIRE-56] - The "pertest" option for forking mode should be 
> renamed more appropriately
>     * [MSUREFIRE-71] - System properties are not set
>     * [MSUREFIRE-87] - Improve error stack trace when the error comes 
> from the user's test code
>     * [SUREFIRE-25] - surefire property droppings in fork mode
>     * [SUREFIRE-30] - Wrong classpath separator
>     * [SUREFIRE-33] - java.lang.ExceptionInInitializerError in TestCase 
> constructor kills surefire without letting any log
>     * [SUREFIRE-37] - System properties not working during forking 
> [surefire-testng branch, patch attached]
>     * [SUREFIRE-40] - memory leak in junit runner
>     * [SUREFIRE-35] - refine use of assertion enablement
> 
> Cheers,
> Brett
> 
> ---------------------------------------------------------------------
> 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] release Maven Surefire Plugin 2.2 and Surefire 2.0

Posted by Carlos Sanchez <ca...@apache.org>.
I've tested it with the book code and found a regression from 2.1.3
http://jira.codehaus.org/browse/MSUREFIRE-100

I got that two test failures in the whole spring build

On 5/1/06, Brett Porter <br...@apache.org> wrote:
> Please test this as much as you can first, given that the classloader
> has change somewhat.
>
> Vote open for 72 hours, based on:
> maven-surefire-plugin 2.2-20060501.172356-2 and 2.0-20060501.172351-2
> (r398639)
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11148&styleName=Html&version=12207
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541&styleName=Html&version=12440
>
>      * [MSUREFIRE-23] - Support TestNG
>      * [MSUREFIRE-57] - Forking documentation improvement to help with
> class loader constrainst issues
>      * [MSUREFIRE-59] - JUnitBattery dies when TestSuite has an
> anonymous inner class
>      * [MSUREFIRE-62] - forkMode=pertest shows Results: line after every
> battery, not at the end.
>      * [MSUREFIRE-63] - Surefire temporary files should be put in target
> rather than in the main project directory
>      * [MSUREFIRE-65] - Surefire causes OOM
>      * [MSUREFIRE-72] - [surefire-testng]
> SurefireReportMojo.executeReport() throws a java.lang.NumberFormatException
>      * [MSUREFIRE-73] - systemClassLoader.getResource returns null
>      * [MSUREFIRE-74] - IsolatedClassloader.getResources returns
> duplicated results
>      * [MSUREFIRE-80] - systemProperties and NPE
>      * [MSUREFIRE-86] - Surefire forking doesn't work on Java 1.3
>      * [MSUREFIRE-88] - Surefire fork fails under windows when command
> has several quotes
>      * [MSUREFIRE-93] - maven-surefire-plugin:2.2-SNAPSHOT fails with
> invalid option -ea when forking to a JDK < 1.4
>      * [MSUREFIRE-94] - settting System property "basedir" is evil.
>      * [MSUREFIRE-95] - java.lang.NoClassDefFoundError:
> org/apache/maven/surefire/util/NestedCheckedException
>      * [MSUREFIRE-96] - Sometimes xml report has no time atribute in
> testcase element
>      * [MSUREFIRE-56] - The "pertest" option for forking mode should be
> renamed more appropriately
>      * [MSUREFIRE-71] - System properties are not set
>      * [MSUREFIRE-87] - Improve error stack trace when the error comes
> from the user's test code
>      * [SUREFIRE-25] - surefire property droppings in fork mode
>      * [SUREFIRE-30] - Wrong classpath separator
>      * [SUREFIRE-33] - java.lang.ExceptionInInitializerError in TestCase
> constructor kills surefire without letting any log
>      * [SUREFIRE-37] - System properties not working during forking
> [surefire-testng branch, patch attached]
>      * [SUREFIRE-40] - memory leak in junit runner
>      * [SUREFIRE-35] - refine use of assertion enablement
>
> Cheers,
> Brett
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>


--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
                             -- The Princess Bride

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


Re: [vote] release Maven Surefire Plugin 2.2 and Surefire 2.0

Posted by Jesse Kuhnert <jk...@gmail.com>.
Jesse Kuhnert: +1 (non-binding)

On 5/2/06, Emmanuel Venisse <em...@venisse.net> wrote:
>
> +1
>
> Emmanuel
>
> Brett Porter a écrit :
> > Please test this as much as you can first, given that the classloader
> > has change somewhat.
> >
> > Vote open for 72 hours, based on:
> > maven-surefire-plugin 2.2-20060501.172356-2 and 2.0-20060501.172351-2
> > (r398639)
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
> >
> >
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11148&styleName=Html&version=12207
> >
> >
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541&styleName=Html&version=12440
> >
> >
> >     * [MSUREFIRE-23] - Support TestNG
> >     * [MSUREFIRE-57] - Forking documentation improvement to help with
> > class loader constrainst issues
> >     * [MSUREFIRE-59] - JUnitBattery dies when TestSuite has an anonymous
> > inner class
> >     * [MSUREFIRE-62] - forkMode=pertest shows Results: line after every
> > battery, not at the end.
> >     * [MSUREFIRE-63] - Surefire temporary files should be put in target
> > rather than in the main project directory
> >     * [MSUREFIRE-65] - Surefire causes OOM
> >     * [MSUREFIRE-72] - [surefire-testng]
> > SurefireReportMojo.executeReport() throws a
> java.lang.NumberFormatException
> >     * [MSUREFIRE-73] - systemClassLoader.getResource returns null
> >     * [MSUREFIRE-74] - IsolatedClassloader.getResources returns
> > duplicated results
> >     * [MSUREFIRE-80] - systemProperties and NPE
> >     * [MSUREFIRE-86] - Surefire forking doesn't work on Java 1.3
> >     * [MSUREFIRE-88] - Surefire fork fails under windows when command
> > has several quotes
> >     * [MSUREFIRE-93] - maven-surefire-plugin:2.2-SNAPSHOT fails with
> > invalid option -ea when forking to a JDK < 1.4
> >     * [MSUREFIRE-94] - settting System property "basedir" is evil.
> >     * [MSUREFIRE-95] - java.lang.NoClassDefFoundError:
> > org/apache/maven/surefire/util/NestedCheckedException
> >     * [MSUREFIRE-96] - Sometimes xml report has no time atribute in
> > testcase element
> >     * [MSUREFIRE-56] - The "pertest" option for forking mode should be
> > renamed more appropriately
> >     * [MSUREFIRE-71] - System properties are not set
> >     * [MSUREFIRE-87] - Improve error stack trace when the error comes
> > from the user's test code
> >     * [SUREFIRE-25] - surefire property droppings in fork mode
> >     * [SUREFIRE-30] - Wrong classpath separator
> >     * [SUREFIRE-33] - java.lang.ExceptionInInitializerError in TestCase
> > constructor kills surefire without letting any log
> >     * [SUREFIRE-37] - System properties not working during forking
> > [surefire-testng branch, patch attached]
> >     * [SUREFIRE-40] - memory leak in junit runner
> >     * [SUREFIRE-35] - refine use of assertion enablement
> >
> > Cheers,
> > Brett
> >
> > ---------------------------------------------------------------------
> > 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
>
>


--
Jesse Kuhnert
Tacos/Tapestry, team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind.

Re: [vote] release Maven Surefire Plugin 2.2 and Surefire 2.0

Posted by Emmanuel Venisse <em...@venisse.net>.
+1

Emmanuel

Brett Porter a écrit :
> Please test this as much as you can first, given that the classloader 
> has change somewhat.
> 
> Vote open for 72 hours, based on:
> maven-surefire-plugin 2.2-20060501.172356-2 and 2.0-20060501.172351-2 
> (r398639)
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11148&styleName=Html&version=12207 
> 
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541&styleName=Html&version=12440 
> 
> 
>     * [MSUREFIRE-23] - Support TestNG
>     * [MSUREFIRE-57] - Forking documentation improvement to help with 
> class loader constrainst issues
>     * [MSUREFIRE-59] - JUnitBattery dies when TestSuite has an anonymous 
> inner class
>     * [MSUREFIRE-62] - forkMode=pertest shows Results: line after every 
> battery, not at the end.
>     * [MSUREFIRE-63] - Surefire temporary files should be put in target 
> rather than in the main project directory
>     * [MSUREFIRE-65] - Surefire causes OOM
>     * [MSUREFIRE-72] - [surefire-testng] 
> SurefireReportMojo.executeReport() throws a java.lang.NumberFormatException
>     * [MSUREFIRE-73] - systemClassLoader.getResource returns null
>     * [MSUREFIRE-74] - IsolatedClassloader.getResources returns 
> duplicated results
>     * [MSUREFIRE-80] - systemProperties and NPE
>     * [MSUREFIRE-86] - Surefire forking doesn't work on Java 1.3
>     * [MSUREFIRE-88] - Surefire fork fails under windows when command 
> has several quotes
>     * [MSUREFIRE-93] - maven-surefire-plugin:2.2-SNAPSHOT fails with 
> invalid option -ea when forking to a JDK < 1.4
>     * [MSUREFIRE-94] - settting System property "basedir" is evil.
>     * [MSUREFIRE-95] - java.lang.NoClassDefFoundError: 
> org/apache/maven/surefire/util/NestedCheckedException
>     * [MSUREFIRE-96] - Sometimes xml report has no time atribute in 
> testcase element
>     * [MSUREFIRE-56] - The "pertest" option for forking mode should be 
> renamed more appropriately
>     * [MSUREFIRE-71] - System properties are not set
>     * [MSUREFIRE-87] - Improve error stack trace when the error comes 
> from the user's test code
>     * [SUREFIRE-25] - surefire property droppings in fork mode
>     * [SUREFIRE-30] - Wrong classpath separator
>     * [SUREFIRE-33] - java.lang.ExceptionInInitializerError in TestCase 
> constructor kills surefire without letting any log
>     * [SUREFIRE-37] - System properties not working during forking 
> [surefire-testng branch, patch attached]
>     * [SUREFIRE-40] - memory leak in junit runner
>     * [SUREFIRE-35] - refine use of assertion enablement
> 
> Cheers,
> Brett
> 
> ---------------------------------------------------------------------
> 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] release Maven Surefire Plugin 2.2 and Surefire 2.0

Posted by Vincent Siveton <vi...@gmail.com>.
+1

Vincent

2006/5/1, Brett Porter <br...@apache.org>:
> Please test this as much as you can first, given that the classloader
> has change somewhat.
>
> Vote open for 72 hours, based on:
> maven-surefire-plugin 2.2-20060501.172356-2 and 2.0-20060501.172351-2
> (r398639)
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11148&styleName=Html&version=12207
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541&styleName=Html&version=12440
>
>     * [MSUREFIRE-23] - Support TestNG
>     * [MSUREFIRE-57] - Forking documentation improvement to help with
> class loader constrainst issues
>     * [MSUREFIRE-59] - JUnitBattery dies when TestSuite has an
> anonymous inner class
>     * [MSUREFIRE-62] - forkMode=pertest shows Results: line after every
> battery, not at the end.
>     * [MSUREFIRE-63] - Surefire temporary files should be put in target
> rather than in the main project directory
>     * [MSUREFIRE-65] - Surefire causes OOM
>     * [MSUREFIRE-72] - [surefire-testng]
> SurefireReportMojo.executeReport() throws a java.lang.NumberFormatException
>     * [MSUREFIRE-73] - systemClassLoader.getResource returns null
>     * [MSUREFIRE-74] - IsolatedClassloader.getResources returns
> duplicated results
>     * [MSUREFIRE-80] - systemProperties and NPE
>     * [MSUREFIRE-86] - Surefire forking doesn't work on Java 1.3
>     * [MSUREFIRE-88] - Surefire fork fails under windows when command
> has several quotes
>     * [MSUREFIRE-93] - maven-surefire-plugin:2.2-SNAPSHOT fails with
> invalid option -ea when forking to a JDK < 1.4
>     * [MSUREFIRE-94] - settting System property "basedir" is evil.
>     * [MSUREFIRE-95] - java.lang.NoClassDefFoundError:
> org/apache/maven/surefire/util/NestedCheckedException
>     * [MSUREFIRE-96] - Sometimes xml report has no time atribute in
> testcase element
>     * [MSUREFIRE-56] - The "pertest" option for forking mode should be
> renamed more appropriately
>     * [MSUREFIRE-71] - System properties are not set
>     * [MSUREFIRE-87] - Improve error stack trace when the error comes
> from the user's test code
>     * [SUREFIRE-25] - surefire property droppings in fork mode
>     * [SUREFIRE-30] - Wrong classpath separator
>     * [SUREFIRE-33] - java.lang.ExceptionInInitializerError in TestCase
> constructor kills surefire without letting any log
>     * [SUREFIRE-37] - System properties not working during forking
> [surefire-testng branch, patch attached]
>     * [SUREFIRE-40] - memory leak in junit runner
>     * [SUREFIRE-35] - refine use of assertion enablement
>
> Cheers,
> Brett
>
> ---------------------------------------------------------------------
> 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] release Maven Surefire Plugin 2.2 and Surefire 2.0

Posted by Fabrizio Giustina <fg...@apache.org>.
+1

fabrizio

On 5/1/06, Brett Porter <br...@apache.org> wrote:
> Please test this as much as you can first, given that the classloader
> has change somewhat.
>
> Vote open for 72 hours, based on:
> maven-surefire-plugin 2.2-20060501.172356-2 and 2.0-20060501.172351-2
> (r398639)
>
> [ ] +1
> [ ] +0
> [ ] -1

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