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

2015-02-01 Thread Norbert Wnuk
t;> I had a reason to use easytesting in Surefire855 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. >> >

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

2015-01-31 Thread Norbert Wnuk
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

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

2015-01-30 Thread Tibor Digana
5, 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-workingDirectory-in-fork-mode-properly-tp5824054p5825274.html Sent from the Maven Developers mailing list archi

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

2015-01-28 Thread Norbert Wnuk
t;> > > >> > >> Hi Norbert, >> > >> I have updaated PR #82 with comment on GitHub. >> > >> The Ubuntu builds fail. >> > >> I would prefer keeping the test anyway. >> > >> Try to find a solution for Ubuntu as

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

2015-01-28 Thread Norbert Wnuk
#82 with comment on GitHub. > > >> The Ubuntu builds fail. > > >> I would prefer keeping the test anyway. > > >> Try to find a solution for Ubuntu as well; otherwise use JUnit > > assumption > > >> statement > > >> assumeThat( os, anyOf( is

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

2015-01-27 Thread Andreas Gudian
>> I would prefer keeping the test anyway. > >> Try to find a solution for Ubuntu as well; otherwise use JUnit > assumption > >> statement > >> assumeThat( os, anyOf( is( "Windows" ), is( "Ubuntu1" ) ) ) > >> in the particular IT meth

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

2015-01-27 Thread Norbert Wnuk
thod, 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 ma

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

2015-01-27 Thread Norbert Wnuk
; 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 &g

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

2015-01-24 Thread Tibor Digana
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 Developers mailing list a

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

2015-01-23 Thread Andreas Gudian
; We had the same issue in JUnit project. Alrerady reported in JIRA > >> http://jira.codehaus.org/browse/MANIMALSNIFFER-54 > >> http://jira.codehaus.org/browse/MANIMALSNIFFER-40 > >> I would like to have the check-test goal or a new parameter. > >> It's stil

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

2015-01-22 Thread Norbert Wnuk
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

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

2015-01-21 Thread Norbert Wnuk
> 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 Tibor Digana
x27;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-in-fork-mode-properly-tp5824054p5824348.html Sent from the Maven Devel

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-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 reques

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 wrote: > Hi Norbert, > > It's great that you a

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 te

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, f

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 i