Re: Surefire Plugin does not handle workingDirectory in fork mode properly

2015-02-01 Thread Norbert Wnuk
IT - it's only IT, the main code is not affected, just upgrade to JDK6. I can skip this test in JDK5, do you want me to do that? We will switch to JDK 6 in Maven 3 - I hope soon. -- View this message in context: http://maven.40175.n5.nabble.com/Surefire-Plugin-does-not-handle

Re: Surefire Plugin does not handle workingDirectory in fork mode properly

2015-01-31 Thread Norbert Wnuk
6 in Maven 3 - I hope soon. -- View this message in context: http://maven.40175.n5.nabble.com/Surefire-Plugin-does-not-handle-workingDirectory-in-fork-mode-properly-tp5824054p5825274.html Sent from the Maven Developers mailing list archive at Nabble.com

Re: Surefire Plugin does not handle workingDirectory in fork mode properly

2015-01-30 Thread Tibor Digana
you want me to do that? We will switch to JDK 6 in Maven 3 - I hope soon. -- View this message in context: http://maven.40175.n5.nabble.com/Surefire-Plugin-does-not-handle-workingDirectory-in-fork-mode-properly-tp5824054p5825274.html Sent from the Maven Developers mailing list archive

Re: Surefire Plugin does not handle workingDirectory in fork mode properly

2015-01-28 Thread Norbert Wnuk
assumeThat( os, anyOf( is( Windows ), is( Ubuntu1 ) ) ) in the particular IT method, possibly unit test. -- View this message in context: http://maven.40175.n5.nabble.com/Surefire-Plugin-does-not-handle-workingDirectory-in-fork-mode-properly-tp5824054p5824683.html

Re: Surefire Plugin does not handle workingDirectory in fork mode properly

2015-01-28 Thread Norbert Wnuk
( is( Windows ), is( Ubuntu1 ) ) ) in the particular IT method, possibly unit test. -- View this message in context: http://maven.40175.n5.nabble.com/Surefire-Plugin-does-not-handle-workingDirectory-in-fork-mode-properly-tp5824054p5824683.html Sent from the Maven

Re: Surefire Plugin does not handle workingDirectory in fork mode properly

2015-01-27 Thread Norbert Wnuk
, possibly unit test. -- View this message in context: http://maven.40175.n5.nabble.com/Surefire-Plugin-does-not-handle-workingDirectory-in-fork-mode-properly-tp5824054p5824683.html Sent from the Maven Developers mailing list archive at Nabble.com

Re: Surefire Plugin does not handle workingDirectory in fork mode properly

2015-01-27 Thread Andreas Gudian
use JUnit assumption statement assumeThat( os, anyOf( is( Windows ), is( Ubuntu1 ) ) ) in the particular IT method, possibly unit test. -- View this message in context: http://maven.40175.n5.nabble.com/Surefire-Plugin-does-not-handle-workingDirectory-in-fork-mode-properly

Re: Surefire Plugin does not handle workingDirectory in fork mode properly

2015-01-27 Thread Norbert Wnuk
.nabble.com/Surefire-Plugin-does-not-handle-workingDirectory-in-fork-mode-properly-tp5824054p5824683.html Sent from the Maven Developers mailing list archive at Nabble.com. - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

Re: Surefire Plugin does not handle workingDirectory in fork mode properly

2015-01-24 Thread Tibor Digana
, possibly unit test. -- View this message in context: http://maven.40175.n5.nabble.com/Surefire-Plugin-does-not-handle-workingDirectory-in-fork-mode-properly-tp5824054p5824683.html Sent from the Maven Developers mailing list archive at Nabble.com

Re: Surefire Plugin does not handle workingDirectory in fork mode properly

2015-01-23 Thread Andreas Gudian
I would like to have the check-test goal or a new parameter. It's still assigned to @stephenc. I would appreciate it working and utilized in Maven and JUnit projects. -- View this message in context: http://maven.40175.n5.nabble.com/Surefire-Plugin-does-not-handle-workingDirectory

Re: Surefire Plugin does not handle workingDirectory in fork mode properly

2015-01-22 Thread Norbert Wnuk
appreciate it working and utilized in Maven and JUnit projects. -- View this message in context: http://maven.40175.n5.nabble.com/Surefire-Plugin-does-not-handle-workingDirectory-in-fork-mode-properly-tp5824054p5824348.html Sent from the Maven Developers mailing list archive at Nabble.com

Re: Surefire Plugin does not handle workingDirectory in fork mode properly

2015-01-21 Thread Norbert Wnuk
in context: http://maven.40175.n5.nabble.com/Surefire-Plugin-does-not-handle-workingDirectory-in-fork-mode-properly-tp5824054p5824348.html Sent from the Maven Developers mailing list archive at Nabble.com. - To unsubscribe, e-mail: dev

Re: Surefire Plugin does not handle workingDirectory in fork mode properly

2015-01-21 Thread Tibor Digana
still assigned to @stephenc. I would appreciate it working and utilized in Maven and JUnit projects. -- View this message in context: http://maven.40175.n5.nabble.com/Surefire-Plugin-does-not-handle-workingDirectory-in-fork-mode-properly-tp5824054p5824348.html Sent from the Maven Developers

Re: Surefire Plugin does not handle workingDirectory in fork mode properly

2015-01-20 Thread Norbert Wnuk
Hi Andreas, The JDK API level is not enforced during build so that my accidental usage of JDK 1.7 API in tests was not discovered till recent Jenkins build: https://builds.apache.org/job/maven-surefire/1385/ Should I create new pull request / what is the procedure after closing original pull

Re: Surefire Plugin does not handle workingDirectory in fork mode properly

2015-01-20 Thread Andreas Gudian
Hi Norbert, Oh, I misses that one as well - our animal sniffer seems to put its nose only into the main classes. A new pull-request would be great. Am Dienstag, 20. Januar 2015 schrieb Norbert Wnuk : Hi Andreas, The JDK API level is not enforced during build so that my accidental usage of

Re: Surefire Plugin does not handle workingDirectory in fork mode properly

2015-01-19 Thread Norbert Wnuk
JIRA created, pull request with more mature fix attached (including integration test). https://jira.codehaus.org/browse/SUREFIRE-1136 https://github.com/apache/maven-surefire/pull/80 Regards, NW On Mon, Jan 19, 2015 at 8:03 AM, Karl Heinz Marbaise khmarba...@gmx.de wrote: Hi Norbert, It's

Re: Surefire Plugin does not handle workingDirectory in fork mode properly

2015-01-19 Thread Karl Heinz Marbaise
Hi Norbert, It's great that you asking for permission to create a jira but you don't need to just create one and describe the situation etc. why and how it went wrong or what can be improved and of course your patch is really great...but it would be much easier if you could either provide a

Re: Surefire Plugin does not handle workingDirectory in fork mode properly

2015-01-18 Thread Andreas Gudian
Hi Norbert, sounds great! To create a Jira-Issue for surefire [1], you just need to sign-up on xircles [2]. You can attach your path to the Jira issue, if you like. The most fluent way to suggest patches is by making a pull-request on GitHub where we can directly discuss the patch. In the end,

Surefire Plugin does not handle workingDirectory in fork mode properly

2015-01-18 Thread Norbert Wnuk
Hi All, Not sure whether this is a proper place however Surefire webpage redirects to this mailing group. Recently we found two issues in Surefire plugin related to surefire.forkNumber variable and ability to define separate working directory per forked JVM. First issue is that the same directory