Re: Surefire roadmap

2018-02-28 Thread Enrico Olivelli
Any news? Everyone is waiting for a new great release of surefire Sorry I don't want to annoy, I know any of us is giving its time as volunteer. Enrico Il mar 27 feb 2018, 15:18 Stephen Connolly ha scritto: > On Mon 26 Feb 2018 at 20:55, Tibor Digana wrote: > >> Hi Enrico, >> >> I do not like

Re: Surefire roadmap

2018-02-27 Thread Stephen Connolly
On Mon 26 Feb 2018 at 20:55, Tibor Digana wrote: > Hi Enrico, > > I do not like this test because this may easily be against Java Prog. Lang. > Spec. > I have no idea why Kristian created like this and allowed testing non-ASCII > characters in Java test method and Java test class. > Here are Japa

Re: Surefire roadmap

2018-02-26 Thread Tibor Digana
Hi Enrico, I do not like this test because this may easily be against Java Prog. Lang. Spec. I have no idea why Kristian created like this and allowed testing non-ASCII characters in Java test method and Java test class. Here are Japanese or Chinese characters. The point was to fix https://issues.

Re: Surefire roadmap

2018-02-26 Thread Enrico Olivelli
Branch SUREFIRE-1489 works almost fine on my jdk10 / Linux Fedora Only 1 unit test failure ( I think this is addressed in another branch) checkFileNamesWithUnicode(org.apache.maven.surefire.its.UnicodeTestNamesIT) Time elapsed: 0.001 sec <<< FAILURE! junit.framework.AssertionFailedError: Did not

Re: Surefire roadmap

2018-02-25 Thread Enrico Olivelli
Il dom 25 feb 2018, 21:45 Tibor Digana ha scritto: > Hi Enrico, > > Sorry for notifying. > I would like to ask you for a help. > Maybe you can see my previous e-mail in this thread on mailing list with > CLI running a build on the branch SUREFIRE-1489. > Can you please try to run the build on you

Re: Surefire roadmap

2018-02-25 Thread Olivier Lamy
On 26 February 2018 at 06:34, Tibor Digana wrote: > Hey guys, > > We really do not properly read the e-mails. > Haha you're so funny I don't know you personally so I will take it as a sarcastic humour... Please look at this thread http://markmail.org/message/jo2xicpuvn7n All the links yo

Re: Surefire roadmap

2018-02-25 Thread Tibor Digana
Hi Enrico, Sorry for notifying. I would like to ask you for a help. Maybe you can see my previous e-mail in this thread on mailing list with CLI running a build on the branch SUREFIRE-1489. Can you please try to run the build on your side and let us know the result? I appreciate! (If the CLI comm

Re: Surefire roadmap

2018-02-25 Thread Tibor Digana
Hey guys, We really do not properly read the e-mails. All the links you sent me was from master branch. We are NOT working in master branch. Do not test master yet. Our focus is the branch named "SUREFIRE-1489". Please run only the build on branch "SUREFIRE-1489" and nothing else yet. We should

Re: Surefire roadmap

2018-02-25 Thread Olivier Lamy
something very interesting on my side. It works with empty on ASF Jenkins: https://builds.apache.org/view/M-R/view/Maven/job/maven-surefire-fs/ But not in this Jenkins https://jenkins.webtide.net/job/sandbox/job/surefire-master-jdk8/5/console or using Travis https://travis-ci.org/olamy/maven-s

Re: Surefire roadmap

2018-02-25 Thread Robert Scholte
Hi all, I'm on *master* and simply running 'mvn clean verify' and the unittests of Surefire Bootstrap fail. I get 28 errors, which can be brought back into 2 exceptions: - java.lang.NoClassDefFoundError: Could not initialize class org.apache.maven.surefire.booter.SystemUtils - java.lang.NoC

Re: Surefire roadmap

2018-02-24 Thread Tibor Digana
Hello Olivier, Robert, I think this issue you saw was caused by the old hack with commons-lang3 in module surefire-booter/pom.xml. I reproduced it on WindowsXP but not on Windows7, funny. I removed the change in the pom.xml and committed (git push force) to our branch SUREFIRE-1489. Now the branch

Re: Surefire roadmap

2018-02-24 Thread Tibor Digana
Try to delete local maven repository on Travis and run the branch SUREFIRE-1489 with --no-snapshot-updates. I hope we will have good results. Good night! On Sun, Feb 25, 2018 at 2:34 AM, Tibor Digana wrote: > What branch is for the build /maven-surefire-fs? > Any special build configuration or s

Re: Surefire roadmap

2018-02-24 Thread Tibor Digana
What branch is for the build /maven-surefire-fs? Any special build configuration or sources are different from master? On Sun, Feb 25, 2018 at 2:28 AM, Olivier Lamy wrote: > Did you read my emails? The thread with subject " [3/3] maven-surefire git > commit: Revert "[SUREFIRE-1473] upgrade commo

Re: Surefire roadmap

2018-02-24 Thread Tibor Digana
Hi Robert, Olivier, Finally I am happy that the build #15 [1] passed successfully in the branch surefire-1498. I am open to help you building the project on your PC. I will connect to IRC in the evening or afternoon. [1]: https://builds.apache.org/job/maven-wip/job/maven-surefire/job/SUREFIRE-148

Re: Surefire roadmap

2018-02-24 Thread Olivier Lamy
Did you read my emails? The thread with subject " [3/3] maven-surefire git commit: Revert "[SUREFIRE-1473] upgrade commons-lang3 to avoid NPE on jdk10" " I assume no so here few links https://builds.apache.org/view/M-R/view/Maven/job/maven- surefire-fs/2/console https://jenkins.webtide.net/job/sand

Re: Surefire roadmap

2018-02-24 Thread Tibor Digana
Hi Olivier, I am trying to be friendly and helpful. Maybe a hint: One problem I found weeks ago was in Maven Central which contained a SNAPSHOT version built with Java 1.7. I had to do this on my PC: $ mvn org.codehaus.mojo:build-helper-maven-plugin:3.0.0:remove-project-artifact -Dbuildhelper.fai

Re: Surefire roadmap

2018-02-24 Thread Olivier Lamy
Please Tibor read the emails and I'm so sorry to repeat again myself but it looks you do not listen anyone... MASTER DOESN'T BUILD!!! using jdk7 or jdk8 or jdk9 or jdk10 I send few links with failure and as far as I can understand from the thread neither Robert can build it!! We must first fix that

Re: Surefire roadmap

2018-02-24 Thread Tibor Digana
Sorry, I have to repeat myself because of undelivered message(s) to Maven mailing list. For clarifying the Surefire goes with Java 6. If you want to run your tests with JDK10 or lower you have to specify the system property -Djdk.home=/path/to/jdk10 and the you will see that the tests pass. Go to

Re: Surefire roadmap

2018-02-24 Thread Robert Scholte
Hi Olivier, "I haven't been able to build it locally, so I cannot judge it." So no. This is where JAVA_HOME points to JDK8 and just executing "mvn clean verify", which fails on the unittests of Surefire Booter. Robert On Sat, 24 Feb 2018 20:24:47 +0100, Olivier Lamy wrote: Robert I have

Re: Surefire roadmap

2018-02-24 Thread Olivier Lamy
Robert I have a very simple question: does surefire master build for you even with jdk7 or 8? I keep asking that but it looks no one has try and no one answer this question. So please first let us know On Sun, 25 Feb 2018 at 12:22 am, Robert Scholte wrote: > Hi, > > I've noticed some unsatisfyin

Surefire roadmap

2018-02-24 Thread Robert Scholte
Hi, I've noticed some unsatisfying discussions regarding surefire, so let me try to help moving this forward. Here's the situation as I see it: - Surefire 2.20.1 is the latest released version (2017-09-15) - 2.20.1 doesn't use the modulepath yet, that will be part of the next release. A lo