You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Kristian Rosenvold <kr...@gmail.com> on 2010/12/19 17:27:27 UTC

[RESULT] [VOTE] Release Maven Surefire Plugin version 2.7, Take 2

Hi, 
The vote has passed with the following result :

+1 (binding): Lukas Theussl, Benjamin Bentmann, Hervé Boutemy, Stephen Connolly, Olivier Lamy, Vincent Siveton, Kristian Rosenvold  
+1 (non binding): Tony Chemit, Jeff Jensen, Robert Scholte

I will promote the artifacts to the central repo. 

Kristian




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


Re: [RESULT] [VOTE] Release Maven Surefire Plugin version 2.7, Take 2

Posted by Brett Porter <br...@apache.org>.
I was able to build Archiva with 2.7, which uses Mockito (no parallel / debugging bits though)

- Brett

On 20/12/2010, at 6:23 PM, Kristian Rosenvold wrote:

> Technically we do not have any parallelism that works between forks,
> it's all inside each fork. Do keep quiet about that though, or someone
> will start nagging for parallel running for forkMode=always :) 
> 
> As for mockito, I thought one of my test projects was using that, but it
> turned out they had given up on it. If Mark has any test project I can 
> assist in tracking the problem.
> 
> 
> Kristian
> 
> 
> 
> 
> ma., 20.12.2010 kl. 07.10 +0000, skrev Stephen Connolly:
>> Are you running tests in parallel... Attaching a debugger with tests in
>> parallel and fork mode always would not make sense if you were doing that
>> :-)
>> 
>> - Stephen
>> 
>> ---
>> Sent from my Android phone, so random spelling mistakes, random nonsense
>> words and other nonsense are a direct result of using swype to type on the
>> screen
>> On 20 Dec 2010 06:00, "Kristian Rosenvold" <kr...@gmail.com>
>> wrote:
>>> Works fine here, in both "once" and "always" (tested on linux/windows).
>>> Is port 5005 free ? On occasions I've seen the debugger hang at the OS
>>> level that require all jvm's to be terminated before it unlocks (maybe
>>> even a boot on windows).
>>> 
>>> But please do try to find out what the problem is, esp. the initial
>>> problem. I don't think attaching with a debugger is broken...
>>> 
>>> Kristian
>>> 
>>> 
>>> 
>>> ma., 20.12.2010 kl. 16.40 +1300, skrev Mark Derricutt:
>>> 
>>>> Doh.
>>>> 
>>>> So I thought I'd run it thru the debugger and see whats going on....
>>>> 
>>>>> mvn test -Dmaven.surefire.debug
>> ~/IdeaProjects/securemx/git/smx3-core/smx3.smartrules(develop✗)@Mark-Derricutts-iMac.local
>>>> [INFO] Scanning for projects...
>>>> [INFO]
>>>> [INFO]
>> ------------------------------------------------------------------------
>>>> [INFO] Building smx3.smartrules 3.1.19-SNAPSHOT
>>>> [INFO]
>> ------------------------------------------------------------------------
>>>> [INFO]
>>>> [INFO] --- antlr3-maven-plugin:3.1.3-1:antlr (default) @ smx3.smartrules
>> ---
>>>> [INFO] ANTLR: Processing source directory
>>>> 
>> /Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/src/main/antlr3
>>>> ANTLR Parser Generator Version 3.1.3 Mar 17, 2009 19:23:44
>>>> Grammar smx3/smartrules/grammar/SmartRules.g is up to date - build
>> skipped
>>>> [INFO]
>>>> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources)
>>>> @ smx3.smartrules ---
>>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>> [INFO] Copying 62 resources
>>>> [INFO]
>>>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
>>>> smx3.smartrules ---
>>>> [INFO] Nothing to compile - all classes are up to date
>>>> [INFO]
>>>> [INFO] --- maven-scr-plugin:1.4.4:scr (generate-scr-scrdescriptor) @
>>>> smx3.smartrules ---
>>>> [INFO] Writing abstract service descriptor
>>>> 
>> /Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml
>>>> with 4 entries.
>>>> [INFO] Generating 4 Service Component Descriptors to
>>>> 
>> /Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
>>>> [INFO]
>>>> [INFO] --- maven-resources-plugin:2.4.3:testResources
>>>> (default-testResources) @ smx3.smartrules ---
>>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>> [INFO] skip non existing resourceDirectory
>>>> 
>> /Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/src/test/resources
>>>> [INFO]
>>>> [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>>>> (default-testCompile) @ smx3.smartrules ---
>>>> [INFO] Nothing to compile - all classes are up to date
>>>> [INFO]
>>>> [INFO] --- maven-surefire-plugin:2.7:test (default-test) @
>> smx3.smartrules ---
>>>> [INFO] Surefire report directory:
>>>> 
>> /Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/surefire-reports
>>>> ERROR: transport error 202: bind failed: Address already in use
>>>> ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
>>>> JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports
>>>> initialized [../../../src/share/back/debugInit.c:690]
>>>> FATAL ERROR in native method: JDWP No transports initialized,
>>>> jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
>>>> /bin/sh: line 1: 13766 Abort trap
>>>> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java
>>>> -Djava.awt.headless=true -Xmx256m -XX:MaxPermSize=128m -Xdebug
>>>> -Xnoagent -Djava.compiler=NONE
>>>> -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005 -jar
>>>> 
>> /Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/surefire/surefirebooter1935872396494327920.jar
>>>> 
>> /Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/surefire/surefire5771971589653241628tmp
>>>> 
>> /Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/surefire/surefire3829647600916902538tmp
>>>> [INFO]
>> ------------------------------------------------------------------------
>>>> [INFO] BUILD FAILURE
>>>> [INFO]
>> ------------------------------------------------------------------------
>>>> [INFO] Total time: 14.020s
>>>> [INFO] Finished at: Mon Dec 20 16:37:38 NZDT 2010
>>>> [INFO] Final Memory: 16M/81M
>>>> [INFO]
>> ------------------------------------------------------------------------
>>>> [ERROR] Failed to execute goal
>>>> org.apache.maven.plugins:maven-surefire-plugin:2.7:test (default-test)
>>>> on project smx3.smartrules: There are test failures.
>>>> [ERROR]
>>>> [ERROR] Please refer to
>>>> 
>> /Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/surefire-reports
>>>> for the individual test results.
>>>> [ERROR] -> [Help 1]
>>>> [ERROR]
>>>> [ERROR] To see the full stack trace of the errors, re-run Maven with
>>>> the -e switch.
>>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>>>> [ERROR]
>>>> [ERROR] For more information about the errors and possible solutions,
>>>> please read the following articles:
>>>> [ERROR] [Help 1]
>>>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>>>> 
>>>> 
>>>> Looks like surefire 2.7 is rather borked.
>>>> 
>>>> 
>>>> 
>>>> 
>>>> --
>>>> "Great artists are extremely selfish and arrogant things" — Steven
>>>> Wilson, Porcupine Tree
>>>> 
>>>> On Mon, Dec 20, 2010 at 4:17 PM, Mark Derricutt <ma...@talios.com> wrote:
>>>>> Hrm,
>>>>> 
>>>>> I'm seeing some tests fail under 2.7 that use Mockito that pass fine
>>>>> when using 2.6. This is only in one of our modules and not uniform
>>>>> across other things that use mockito. Will investigate further.
>>>>> 
>>>>> --
>>>>> "Great artists are extremely selfish and arrogant things" — Steven
>>>>> Wilson, Porcupine Tree
>>>>> 
>>>>> On Mon, Dec 20, 2010 at 5:27 AM, Kristian Rosenvold
>>>>> <kr...@gmail.com> wrote:
>>>>>> Hi,
>>>>>> The vote has passed with the following result :
>>>>>> 
>>>>>> +1 (binding): Lukas Theussl, Benjamin Bentmann, Hervé Boutemy, Stephen
>> Connolly, Olivier Lamy, Vincent Siveton, Kristian Rosenvold
>>>>>> +1 (non binding): Tony Chemit, Jeff Jensen, Robert Scholte
>>>>>> 
>>>>>> I will promote the artifacts to the central repo.
>>>>>> 
>>>>>> Kristian
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> ---------------------------------------------------------------------
>>>>>> 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
>>> 
> 
> 
> 
> ---------------------------------------------------------------------
> 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://brettporter.wordpress.com/
http://au.linkedin.com/in/brettporter





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


Re: [RESULT] [VOTE] Release Maven Surefire Plugin version 2.7, Take 2

Posted by Kristian Rosenvold <kr...@gmail.com>.
Technically we do not have any parallelism that works between forks,
it's all inside each fork. Do keep quiet about that though, or someone
will start nagging for parallel running for forkMode=always :) 

As for mockito, I thought one of my test projects was using that, but it
turned out they had given up on it. If Mark has any test project I can 
assist in tracking the problem.


Kristian




ma., 20.12.2010 kl. 07.10 +0000, skrev Stephen Connolly:
> Are you running tests in parallel... Attaching a debugger with tests in
> parallel and fork mode always would not make sense if you were doing that
> :-)
> 
> - Stephen
> 
> ---
> Sent from my Android phone, so random spelling mistakes, random nonsense
> words and other nonsense are a direct result of using swype to type on the
> screen
> On 20 Dec 2010 06:00, "Kristian Rosenvold" <kr...@gmail.com>
> wrote:
> > Works fine here, in both "once" and "always" (tested on linux/windows).
> > Is port 5005 free ? On occasions I've seen the debugger hang at the OS
> > level that require all jvm's to be terminated before it unlocks (maybe
> > even a boot on windows).
> >
> > But please do try to find out what the problem is, esp. the initial
> > problem. I don't think attaching with a debugger is broken...
> >
> > Kristian
> >
> >
> >
> > ma., 20.12.2010 kl. 16.40 +1300, skrev Mark Derricutt:
> >
> >> Doh.
> >>
> >> So I thought I'd run it thru the debugger and see whats going on....
> >>
> >> > mvn test -Dmaven.surefire.debug
> ~/IdeaProjects/securemx/git/smx3-core/smx3.smartrules(develop✗)@Mark-Derricutts-iMac.local
> >> [INFO] Scanning for projects...
> >> [INFO]
> >> [INFO]
> ------------------------------------------------------------------------
> >> [INFO] Building smx3.smartrules 3.1.19-SNAPSHOT
> >> [INFO]
> ------------------------------------------------------------------------
> >> [INFO]
> >> [INFO] --- antlr3-maven-plugin:3.1.3-1:antlr (default) @ smx3.smartrules
> ---
> >> [INFO] ANTLR: Processing source directory
> >>
> /Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/src/main/antlr3
> >> ANTLR Parser Generator Version 3.1.3 Mar 17, 2009 19:23:44
> >> Grammar smx3/smartrules/grammar/SmartRules.g is up to date - build
> skipped
> >> [INFO]
> >> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources)
> >> @ smx3.smartrules ---
> >> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> >> [INFO] Copying 62 resources
> >> [INFO]
> >> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
> >> smx3.smartrules ---
> >> [INFO] Nothing to compile - all classes are up to date
> >> [INFO]
> >> [INFO] --- maven-scr-plugin:1.4.4:scr (generate-scr-scrdescriptor) @
> >> smx3.smartrules ---
> >> [INFO] Writing abstract service descriptor
> >>
> /Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml
> >> with 4 entries.
> >> [INFO] Generating 4 Service Component Descriptors to
> >>
> /Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
> >> [INFO]
> >> [INFO] --- maven-resources-plugin:2.4.3:testResources
> >> (default-testResources) @ smx3.smartrules ---
> >> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> >> [INFO] skip non existing resourceDirectory
> >>
> /Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/src/test/resources
> >> [INFO]
> >> [INFO] --- maven-compiler-plugin:2.3.2:testCompile
> >> (default-testCompile) @ smx3.smartrules ---
> >> [INFO] Nothing to compile - all classes are up to date
> >> [INFO]
> >> [INFO] --- maven-surefire-plugin:2.7:test (default-test) @
> smx3.smartrules ---
> >> [INFO] Surefire report directory:
> >>
> /Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/surefire-reports
> >> ERROR: transport error 202: bind failed: Address already in use
> >> ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
> >> JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports
> >> initialized [../../../src/share/back/debugInit.c:690]
> >> FATAL ERROR in native method: JDWP No transports initialized,
> >> jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
> >> /bin/sh: line 1: 13766 Abort trap
> >> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java
> >> -Djava.awt.headless=true -Xmx256m -XX:MaxPermSize=128m -Xdebug
> >> -Xnoagent -Djava.compiler=NONE
> >> -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005 -jar
> >>
> /Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/surefire/surefirebooter1935872396494327920.jar
> >>
> /Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/surefire/surefire5771971589653241628tmp
> >>
> /Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/surefire/surefire3829647600916902538tmp
> >> [INFO]
> ------------------------------------------------------------------------
> >> [INFO] BUILD FAILURE
> >> [INFO]
> ------------------------------------------------------------------------
> >> [INFO] Total time: 14.020s
> >> [INFO] Finished at: Mon Dec 20 16:37:38 NZDT 2010
> >> [INFO] Final Memory: 16M/81M
> >> [INFO]
> ------------------------------------------------------------------------
> >> [ERROR] Failed to execute goal
> >> org.apache.maven.plugins:maven-surefire-plugin:2.7:test (default-test)
> >> on project smx3.smartrules: There are test failures.
> >> [ERROR]
> >> [ERROR] Please refer to
> >>
> /Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/surefire-reports
> >> for the individual test results.
> >> [ERROR] -> [Help 1]
> >> [ERROR]
> >> [ERROR] To see the full stack trace of the errors, re-run Maven with
> >> the -e switch.
> >> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> >> [ERROR]
> >> [ERROR] For more information about the errors and possible solutions,
> >> please read the following articles:
> >> [ERROR] [Help 1]
> >> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> >>
> >>
> >> Looks like surefire 2.7 is rather borked.
> >>
> >>
> >>
> >>
> >> --
> >> "Great artists are extremely selfish and arrogant things" — Steven
> >> Wilson, Porcupine Tree
> >>
> >> On Mon, Dec 20, 2010 at 4:17 PM, Mark Derricutt <ma...@talios.com> wrote:
> >> > Hrm,
> >> >
> >> > I'm seeing some tests fail under 2.7 that use Mockito that pass fine
> >> > when using 2.6. This is only in one of our modules and not uniform
> >> > across other things that use mockito. Will investigate further.
> >> >
> >> > --
> >> > "Great artists are extremely selfish and arrogant things" — Steven
> >> > Wilson, Porcupine Tree
> >> >
> >> > On Mon, Dec 20, 2010 at 5:27 AM, Kristian Rosenvold
> >> > <kr...@gmail.com> wrote:
> >> >> Hi,
> >> >> The vote has passed with the following result :
> >> >>
> >> >> +1 (binding): Lukas Theussl, Benjamin Bentmann, Hervé Boutemy, Stephen
> Connolly, Olivier Lamy, Vincent Siveton, Kristian Rosenvold
> >> >> +1 (non binding): Tony Chemit, Jeff Jensen, Robert Scholte
> >> >>
> >> >> I will promote the artifacts to the central repo.
> >> >>
> >> >> Kristian
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> ---------------------------------------------------------------------
> >> >> 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
> >



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


Re: [RESULT] [VOTE] Release Maven Surefire Plugin version 2.7, Take 2

Posted by Stephen Connolly <st...@gmail.com>.
Are you running tests in parallel... Attaching a debugger with tests in
parallel and fork mode always would not make sense if you were doing that
:-)

- Stephen

---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 20 Dec 2010 06:00, "Kristian Rosenvold" <kr...@gmail.com>
wrote:
> Works fine here, in both "once" and "always" (tested on linux/windows).
> Is port 5005 free ? On occasions I've seen the debugger hang at the OS
> level that require all jvm's to be terminated before it unlocks (maybe
> even a boot on windows).
>
> But please do try to find out what the problem is, esp. the initial
> problem. I don't think attaching with a debugger is broken...
>
> Kristian
>
>
>
> ma., 20.12.2010 kl. 16.40 +1300, skrev Mark Derricutt:
>
>> Doh.
>>
>> So I thought I'd run it thru the debugger and see whats going on....
>>
>> > mvn test -Dmaven.surefire.debug
~/IdeaProjects/securemx/git/smx3-core/smx3.smartrules(develop✗)@Mark-Derricutts-iMac.local
>> [INFO] Scanning for projects...
>> [INFO]
>> [INFO]
------------------------------------------------------------------------
>> [INFO] Building smx3.smartrules 3.1.19-SNAPSHOT
>> [INFO]
------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- antlr3-maven-plugin:3.1.3-1:antlr (default) @ smx3.smartrules
---
>> [INFO] ANTLR: Processing source directory
>>
/Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/src/main/antlr3
>> ANTLR Parser Generator Version 3.1.3 Mar 17, 2009 19:23:44
>> Grammar smx3/smartrules/grammar/SmartRules.g is up to date - build
skipped
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources)
>> @ smx3.smartrules ---
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 62 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
>> smx3.smartrules ---
>> [INFO] Nothing to compile - all classes are up to date
>> [INFO]
>> [INFO] --- maven-scr-plugin:1.4.4:scr (generate-scr-scrdescriptor) @
>> smx3.smartrules ---
>> [INFO] Writing abstract service descriptor
>>
/Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml
>> with 4 entries.
>> [INFO] Generating 4 Service Component Descriptors to
>>
/Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.4.3:testResources
>> (default-testResources) @ smx3.smartrules ---
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>>
/Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/src/test/resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>> (default-testCompile) @ smx3.smartrules ---
>> [INFO] Nothing to compile - all classes are up to date
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.7:test (default-test) @
smx3.smartrules ---
>> [INFO] Surefire report directory:
>>
/Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/surefire-reports
>> ERROR: transport error 202: bind failed: Address already in use
>> ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
>> JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports
>> initialized [../../../src/share/back/debugInit.c:690]
>> FATAL ERROR in native method: JDWP No transports initialized,
>> jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
>> /bin/sh: line 1: 13766 Abort trap
>> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java
>> -Djava.awt.headless=true -Xmx256m -XX:MaxPermSize=128m -Xdebug
>> -Xnoagent -Djava.compiler=NONE
>> -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005 -jar
>>
/Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/surefire/surefirebooter1935872396494327920.jar
>>
/Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/surefire/surefire5771971589653241628tmp
>>
/Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/surefire/surefire3829647600916902538tmp
>> [INFO]
------------------------------------------------------------------------
>> [INFO] BUILD FAILURE
>> [INFO]
------------------------------------------------------------------------
>> [INFO] Total time: 14.020s
>> [INFO] Finished at: Mon Dec 20 16:37:38 NZDT 2010
>> [INFO] Final Memory: 16M/81M
>> [INFO]
------------------------------------------------------------------------
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-surefire-plugin:2.7:test (default-test)
>> on project smx3.smartrules: There are test failures.
>> [ERROR]
>> [ERROR] Please refer to
>>
/Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/surefire-reports
>> for the individual test results.
>> [ERROR] -> [Help 1]
>> [ERROR]
>> [ERROR] To see the full stack trace of the errors, re-run Maven with
>> the -e switch.
>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>> [ERROR]
>> [ERROR] For more information about the errors and possible solutions,
>> please read the following articles:
>> [ERROR] [Help 1]
>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>>
>>
>> Looks like surefire 2.7 is rather borked.
>>
>>
>>
>>
>> --
>> "Great artists are extremely selfish and arrogant things" — Steven
>> Wilson, Porcupine Tree
>>
>> On Mon, Dec 20, 2010 at 4:17 PM, Mark Derricutt <ma...@talios.com> wrote:
>> > Hrm,
>> >
>> > I'm seeing some tests fail under 2.7 that use Mockito that pass fine
>> > when using 2.6. This is only in one of our modules and not uniform
>> > across other things that use mockito. Will investigate further.
>> >
>> > --
>> > "Great artists are extremely selfish and arrogant things" — Steven
>> > Wilson, Porcupine Tree
>> >
>> > On Mon, Dec 20, 2010 at 5:27 AM, Kristian Rosenvold
>> > <kr...@gmail.com> wrote:
>> >> Hi,
>> >> The vote has passed with the following result :
>> >>
>> >> +1 (binding): Lukas Theussl, Benjamin Bentmann, Hervé Boutemy, Stephen
Connolly, Olivier Lamy, Vincent Siveton, Kristian Rosenvold
>> >> +1 (non binding): Tony Chemit, Jeff Jensen, Robert Scholte
>> >>
>> >> I will promote the artifacts to the central repo.
>> >>
>> >> Kristian
>> >>
>> >>
>> >>
>> >>
>> >> ---------------------------------------------------------------------
>> >> 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: [RESULT] [VOTE] Release Maven Surefire Plugin version 2.7, Take 2

Posted by Jan Fredrik Wedén <jf...@gmail.com>.
Thanks for working on this. Today is my last day before Christmas vacation
so I might not be able to test the staged version when the time comes. Happy
voting, and hopefully we'll be able to upgrade in 2011 :)

-- 
- Jan Fredrik Wedén

On Wed, Dec 22, 2010 at 10:23, Kristian Rosenvold <
kristian.rosenvold@gmail.com> wrote:

> Mockito problem should be fixed, issue see
> http://jira.codehaus.org/browse/SUREFIRE-673
>
> There is a published 2.7.1-SNAPSHOT that you can use to re-test,
> attach feedback to issue.
>
> 2.7.1 is fairly close, I'll just pack in one more session of fixing
> low-hanging issues from the backlog. Vote will start before Christmas.
>
> Kristian
>
>
>
> On Mon, Dec 20, 2010 at 6:36 PM, Mark Derricutt <ma...@talios.com> wrote:
> > Looks like I had a rogue debugger process left around,  the mockito
> > issue is still haunting me tho.
> >
> > This is on a line doing:
> >
> > doReturn(something).when(spiedObject).doSomething();
> >
> > I'll create an example project and see if I can that to break.
> >
> >
> > --
> > "Great artists are extremely selfish and arrogant things" — Steven
> > Wilson, Porcupine Tree
> >
> >
> >
> > On Mon, Dec 20, 2010 at 6:59 PM, Kristian Rosenvold
> > <kr...@gmail.com> wrote:
> >> But please do try to find out what the problem is, esp. the initial
> >> problem. I don't think attaching with a debugger is broken...
> >>
> >
> > ---------------------------------------------------------------------
> > 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: [RESULT] [VOTE] Release Maven Surefire Plugin version 2.7, Take 2

Posted by Kristian Rosenvold <kr...@gmail.com>.
Mockito problem should be fixed, issue see
http://jira.codehaus.org/browse/SUREFIRE-673

There is a published 2.7.1-SNAPSHOT that you can use to re-test,
attach feedback to issue.

2.7.1 is fairly close, I'll just pack in one more session of fixing
low-hanging issues from the backlog. Vote will start before Christmas.

Kristian



On Mon, Dec 20, 2010 at 6:36 PM, Mark Derricutt <ma...@talios.com> wrote:
> Looks like I had a rogue debugger process left around,  the mockito
> issue is still haunting me tho.
>
> This is on a line doing:
>
> doReturn(something).when(spiedObject).doSomething();
>
> I'll create an example project and see if I can that to break.
>
>
> --
> "Great artists are extremely selfish and arrogant things" — Steven
> Wilson, Porcupine Tree
>
>
>
> On Mon, Dec 20, 2010 at 6:59 PM, Kristian Rosenvold
> <kr...@gmail.com> wrote:
>> But please do try to find out what the problem is, esp. the initial
>> problem. I don't think attaching with a debugger is broken...
>>
>
> ---------------------------------------------------------------------
> 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: [RESULT] [VOTE] Release Maven Surefire Plugin version 2.7, Take 2

Posted by Kristian Rosenvold <kr...@gmail.com>.
It seems like this issue + the mockito problem
(http://jira.codehaus.org/browse/SUREFIRE-673) will make 2.7.1 happen
sooner rather than later. Sticking to your previous favourite version
is always an option.

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


Re: [RESULT] [VOTE] Release Maven Surefire Plugin version 2.7, Take 2

Posted by Jan Fredrik Wedén <jf...@gmail.com>.
Hi,

Sorry for not taking the time to test this while the vote was in progress.
However, I think I've found a regression causing the failsafe plugin v2.7 to
report builds with broken integration tests as successful. I've created [1]
already - hope I got my reasoning correct in the description. Just wanted to
give you a heads up on the list as well if you're looking for candidates to
go into an upcoming maintenance release. This is obviously blocking us from
upgrading but it appears 2.6 still works fine for us so I'll put that back
in the build for the time being.

[1] http://jira.codehaus.org/browse/SUREFIRE-672

-- 
- Jan Fredrik Wedén

On Tue, Dec 21, 2010 at 13:03, Kristian Rosenvold <
kristian.rosenvold@gmail.com> wrote:

> Mark,
>
> I now have a second report of this and a test-project (via twitter ;).
> I will track the problem from there.
>
> I have been planning to do a 2.7.1 maintenance release in 2-4 weeks
> time, so whatever it is will be fixed for 2.7.1
>
> Kristian
>
>
> > Looks like I had a rogue debugger process left around,  the mockito
> > issue is still haunting me tho.
> >
> > This is on a line doing:
> >
> > doReturn(something).when(spiedObject).doSomething();
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: [RESULT] [VOTE] Release Maven Surefire Plugin version 2.7, Take 2

Posted by Kristian Rosenvold <kr...@gmail.com>.
Mark,

I now have a second report of this and a test-project (via twitter ;).
I will track the problem from there.

I have been planning to do a 2.7.1 maintenance release in 2-4 weeks
time, so whatever it is will be fixed for 2.7.1

Kristian


> Looks like I had a rogue debugger process left around,  the mockito
> issue is still haunting me tho.
>
> This is on a line doing:
>
> doReturn(something).when(spiedObject).doSomething();
>

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


Re: [RESULT] [VOTE] Release Maven Surefire Plugin version 2.7, Take 2

Posted by Mark Derricutt <ma...@talios.com>.
Looks like I had a rogue debugger process left around,  the mockito
issue is still haunting me tho.

This is on a line doing:

doReturn(something).when(spiedObject).doSomething();

I'll create an example project and see if I can that to break.


--
"Great artists are extremely selfish and arrogant things" — Steven
Wilson, Porcupine Tree



On Mon, Dec 20, 2010 at 6:59 PM, Kristian Rosenvold
<kr...@gmail.com> wrote:
> But please do try to find out what the problem is, esp. the initial
> problem. I don't think attaching with a debugger is broken...
>

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


Re: [RESULT] [VOTE] Release Maven Surefire Plugin version 2.7, Take 2

Posted by Kristian Rosenvold <kr...@gmail.com>.
Works fine here, in both "once" and "always" (tested on linux/windows).
Is port 5005 free ? On occasions I've seen the debugger hang at the OS
level that require all jvm's to be terminated before it unlocks (maybe
even a boot on windows).

But please do try to find out what the problem is, esp. the initial
problem. I don't think attaching with a debugger is broken...

Kristian



ma., 20.12.2010 kl. 16.40 +1300, skrev Mark Derricutt:

> Doh.
> 
> So I thought I'd run it thru the debugger and see whats going on....
> 
> > mvn test -Dmaven.surefire.debug                                                                                                                                                                ~/IdeaProjects/securemx/git/smx3-core/smx3.smartrules(develop✗)@Mark-Derricutts-iMac.local
> [INFO] Scanning for projects...
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building smx3.smartrules 3.1.19-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- antlr3-maven-plugin:3.1.3-1:antlr (default) @ smx3.smartrules ---
> [INFO] ANTLR: Processing source directory
> /Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/src/main/antlr3
> ANTLR Parser Generator  Version 3.1.3 Mar 17, 2009 19:23:44
> Grammar smx3/smartrules/grammar/SmartRules.g is up to date - build skipped
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources)
> @ smx3.smartrules ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 62 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
> smx3.smartrules ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO]
> [INFO] --- maven-scr-plugin:1.4.4:scr (generate-scr-scrdescriptor) @
> smx3.smartrules ---
> [INFO] Writing abstract service descriptor
> /Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml
> with 4 entries.
> [INFO] Generating 4 Service Component Descriptors to
> /Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:testResources
> (default-testResources) @ smx3.smartrules ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/src/test/resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:testCompile
> (default-testCompile) @ smx3.smartrules ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO]
> [INFO] --- maven-surefire-plugin:2.7:test (default-test) @ smx3.smartrules ---
> [INFO] Surefire report directory:
> /Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/surefire-reports
> ERROR: transport error 202: bind failed: Address already in use
> ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
> JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports
> initialized [../../../src/share/back/debugInit.c:690]
> FATAL ERROR in native method: JDWP No transports initialized,
> jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
> /bin/sh: line 1: 13766 Abort trap
> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java
> -Djava.awt.headless=true -Xmx256m -XX:MaxPermSize=128m -Xdebug
> -Xnoagent -Djava.compiler=NONE
> -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005 -jar
> /Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/surefire/surefirebooter1935872396494327920.jar
> /Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/surefire/surefire5771971589653241628tmp
> /Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/surefire/surefire3829647600916902538tmp
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 14.020s
> [INFO] Finished at: Mon Dec 20 16:37:38 NZDT 2010
> [INFO] Final Memory: 16M/81M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-surefire-plugin:2.7:test (default-test)
> on project smx3.smartrules: There are test failures.
> [ERROR]
> [ERROR] Please refer to
> /Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/surefire-reports
> for the individual test results.
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with
> the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> 
> 
> Looks like surefire 2.7 is rather borked.
> 
> 
> 
> 
> --
> "Great artists are extremely selfish and arrogant things" — Steven
> Wilson, Porcupine Tree
> 
> On Mon, Dec 20, 2010 at 4:17 PM, Mark Derricutt <ma...@talios.com> wrote:
> > Hrm,
> >
> > I'm seeing some tests fail under 2.7 that use Mockito that pass fine
> > when using 2.6.     This is only in one of our modules and not uniform
> > across other things that use mockito.  Will investigate further.
> >
> > --
> > "Great artists are extremely selfish and arrogant things" — Steven
> > Wilson, Porcupine Tree
> >
> > On Mon, Dec 20, 2010 at 5:27 AM, Kristian Rosenvold
> > <kr...@gmail.com> wrote:
> >> Hi,
> >> The vote has passed with the following result :
> >>
> >> +1 (binding): Lukas Theussl, Benjamin Bentmann, Hervé Boutemy, Stephen Connolly, Olivier Lamy, Vincent Siveton, Kristian Rosenvold
> >> +1 (non binding): Tony Chemit, Jeff Jensen, Robert Scholte
> >>
> >> I will promote the artifacts to the central repo.
> >>
> >> Kristian
> >>
> >>
> >>
> >>
> >> ---------------------------------------------------------------------
> >> 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: [RESULT] [VOTE] Release Maven Surefire Plugin version 2.7, Take 2

Posted by Mark Derricutt <ma...@talios.com>.
Doh.

So I thought I'd run it thru the debugger and see whats going on....

> mvn test -Dmaven.surefire.debug                                                                                                                                                                ~/IdeaProjects/securemx/git/smx3-core/smx3.smartrules(develop✗)@Mark-Derricutts-iMac.local
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building smx3.smartrules 3.1.19-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- antlr3-maven-plugin:3.1.3-1:antlr (default) @ smx3.smartrules ---
[INFO] ANTLR: Processing source directory
/Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/src/main/antlr3
ANTLR Parser Generator  Version 3.1.3 Mar 17, 2009 19:23:44
Grammar smx3/smartrules/grammar/SmartRules.g is up to date - build skipped
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources)
@ smx3.smartrules ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 62 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
smx3.smartrules ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-scr-plugin:1.4.4:scr (generate-scr-scrdescriptor) @
smx3.smartrules ---
[INFO] Writing abstract service descriptor
/Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml
with 4 entries.
[INFO] Generating 4 Service Component Descriptors to
/Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources
(default-testResources) @ smx3.smartrules ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile
(default-testCompile) @ smx3.smartrules ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.7:test (default-test) @ smx3.smartrules ---
[INFO] Surefire report directory:
/Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/surefire-reports
ERROR: transport error 202: bind failed: Address already in use
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports
initialized [../../../src/share/back/debugInit.c:690]
FATAL ERROR in native method: JDWP No transports initialized,
jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
/bin/sh: line 1: 13766 Abort trap
/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java
-Djava.awt.headless=true -Xmx256m -XX:MaxPermSize=128m -Xdebug
-Xnoagent -Djava.compiler=NONE
-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005 -jar
/Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/surefire/surefirebooter1935872396494327920.jar
/Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/surefire/surefire5771971589653241628tmp
/Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/surefire/surefire3829647600916902538tmp
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14.020s
[INFO] Finished at: Mon Dec 20 16:37:38 NZDT 2010
[INFO] Final Memory: 16M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.7:test (default-test)
on project smx3.smartrules: There are test failures.
[ERROR]
[ERROR] Please refer to
/Users/amrk/IdeaProjects/securemx/git/smx3-core/smx3.smartrules/target/surefire-reports
for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with
the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException


Looks like surefire 2.7 is rather borked.




--
"Great artists are extremely selfish and arrogant things" — Steven
Wilson, Porcupine Tree

On Mon, Dec 20, 2010 at 4:17 PM, Mark Derricutt <ma...@talios.com> wrote:
> Hrm,
>
> I'm seeing some tests fail under 2.7 that use Mockito that pass fine
> when using 2.6.     This is only in one of our modules and not uniform
> across other things that use mockito.  Will investigate further.
>
> --
> "Great artists are extremely selfish and arrogant things" — Steven
> Wilson, Porcupine Tree
>
> On Mon, Dec 20, 2010 at 5:27 AM, Kristian Rosenvold
> <kr...@gmail.com> wrote:
>> Hi,
>> The vote has passed with the following result :
>>
>> +1 (binding): Lukas Theussl, Benjamin Bentmann, Hervé Boutemy, Stephen Connolly, Olivier Lamy, Vincent Siveton, Kristian Rosenvold
>> +1 (non binding): Tony Chemit, Jeff Jensen, Robert Scholte
>>
>> I will promote the artifacts to the central repo.
>>
>> Kristian
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> 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: [RESULT] [VOTE] Release Maven Surefire Plugin version 2.7, Take 2

Posted by Mark Derricutt <ma...@talios.com>.
Hrm,

I'm seeing some tests fail under 2.7 that use Mockito that pass fine
when using 2.6.     This is only in one of our modules and not uniform
across other things that use mockito.  Will investigate further.

--
"Great artists are extremely selfish and arrogant things" — Steven
Wilson, Porcupine Tree

On Mon, Dec 20, 2010 at 5:27 AM, Kristian Rosenvold
<kr...@gmail.com> wrote:
> Hi,
> The vote has passed with the following result :
>
> +1 (binding): Lukas Theussl, Benjamin Bentmann, Hervé Boutemy, Stephen Connolly, Olivier Lamy, Vincent Siveton, Kristian Rosenvold
> +1 (non binding): Tony Chemit, Jeff Jensen, Robert Scholte
>
> I will promote the artifacts to the central repo.
>
> Kristian
>
>
>
>
> ---------------------------------------------------------------------
> 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