Re: Maven sure fire plugin npe problem.

2014-09-18 Thread yaroslavTir
And also I use spock framework, not TestNG -- View this message in context: http://maven.40175.n5.nabble.com/Maven-sure-fire-plugin-npe-problem-tp5791902p5805616.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Maven sure fire plugin npe problem.

2014-09-18 Thread yaroslavTir
Ok, sounds good. anyway just in case here is me reproduce on github: https://github.com/YaroslavTir/surefile-plugin-problem -- View this message in context: http://maven.40175.n5.nabble.com/Maven-sure-fire-plugin-npe-problem-tp5791902p5805615.html Sent from the Maven - Users mailing list

Re: Maven sure fire plugin npe problem.

2014-09-18 Thread Andreas Gudian
2014 schrieb Martin Gainty : > > > > Date: Thu, 18 Sep 2014 05:12:01 -0700 > > From: yaroslav...@gmail.com > > To: users@maven.apache.org > > Subject: Re: Maven sure fire plugin npe problem. > > > > Hi all, > > I have the same problem. I also

RE: Maven sure fire plugin npe problem.

2014-09-18 Thread Martin Gainty
> Date: Thu, 18 Sep 2014 05:12:01 -0700 > From: yaroslav...@gmail.com > To: users@maven.apache.org > Subject: Re: Maven sure fire plugin npe problem. > > Hi all, > I have the same problem. I also revert surefire plugin to the 2.12 version > and everything begin to work.

Re: Maven sure fire plugin npe problem.

2014-09-18 Thread yaroslavTir
Hi all, I have the same problem. I also revert surefire plugin to the 2.12 version and everything begin to work. Does you found what was wrong? Do I need to send my "non working" example? -- View this message in context: http://maven.40175.n5.nabble.com/Maven-sure-fire-plugin-n

RE: Maven sure fire plugin npe problem.

2014-04-27 Thread Tim Wu T
Hi Stephen, Thanks for your info, your solution works for me :) Br, Tim -Original Message- From: Stephen Connolly [mailto:stephen.alan.conno...@gmail.com] Sent: den 27 april 2014 11:41 To: Maven Users List Subject: Re: Maven sure fire plugin npe problem. You signup for an account on

Re: Maven sure fire plugin npe problem.

2014-04-27 Thread Stephen Connolly
..@ericsson.com ] > Sent: den 26 april 2014 22:53 > To: Maven Users List > Subject: RE: Maven sure fire plugin npe problem. > > Hi, > > After detail investigation, I can prove this is a bug of maven surefire > plugin, after version 2.12. That means from 2.12~2.17 it met

RE: Maven sure fire plugin npe problem.

2014-04-26 Thread Tim Wu T
Not sure if anyone could show me how to create a TR for this, I don't have a JIRA account. Br, Tim -Original Message- From: Tim Wu T [mailto:tim.t...@ericsson.com] Sent: den 26 april 2014 22:53 To: Maven Users List Subject: RE: Maven sure fire plugin npe problem. Hi, After d

RE: Maven sure fire plugin npe problem.

2014-04-26 Thread Tim Wu T
, Tim -Original Message- From: kristian.rosenv...@zenior.no [mailto:kristian.rosenv...@zenior.no] On Behalf Of Kristian Rosenvold Sent: den 25 april 2014 07:42 To: Maven Users List Subject: Re: Maven sure fire plugin npe problem. It would appear that testng is not reporting the throwable that is cau

Re: Maven sure fire plugin npe problem.

2014-04-24 Thread Kristian Rosenvold
It would appear that testng is not reporting the throwable that is cause of the failure. You might want to try a few different testNG versions to see if this is a recently introduced regression. Surefire should probably not NPE on this, but gaining some insight into the root cause is probably a go

Maven sure fire plugin npe problem.

2014-04-24 Thread Tim Wu T
Hi everyone, I am not sure if some of you met this problem before, we have some smoke test in Jenkins sever, which will run some test case through maven sure fire plugin, version is 2.17 But it will always throw an exception like this: java.lang.NullPointerException at org.apache.maven.su