Re: [VOTE] Release Apache Maven Shared Utils version 0.9 - TAKE 2

2015-09-17 Thread Karl Heinz Marbaise
Hi Tibor, tested with Maven 3.0.5, 3.1.1, 3.2.5, 3.3.3 and now no problem.. So +1 from me. Kind regards Karl Heinz Marbaise On 9/17/15 10:45 PM, Hervé BOUTEMY wrote: +1 notice the site is at http://maven.apache.org/shared-archives/maven-shared-utils-LATEST/ Regards, Hervé Le jeudi 17 septe

Re: [VOTE] Release Apache Maven Shared Utils version 0.9 - TAKE 2

2015-09-17 Thread Hervé BOUTEMY
no worry I'm thinking at a little javascript helper to ease site management, since I know instructions [1] are not so easy to follow if someone with javascript skills is interested, I would not refuse help since I'm not a javascipt master: but I now perfectly see what could be done Stay tuned:

Re: Project Jigsaw: Early-Access Builds available on jdk9.java.net/jigsaw

2015-09-17 Thread Robert Scholte
Seems like this issue has disappeared as well with the latest jdk9-jigsaw ea (b81) Robert Op Wed, 16 Sep 2015 11:20:51 +0200 schreef Stuart McCulloch : Hi Robert, Apply this patch which contains a fix for deep classpath scanning under Jigsaw (this mode isn’t used by Maven at runtime, j

Re: Project Jigsaw: Early-Access Builds available on jdk9.java.net/jigsaw

2015-09-17 Thread Robert Scholte
Done with http://git-wip-us.apache.org/repos/asf/maven/commit/21d67463 Op Wed, 16 Sep 2015 11:31:06 +0200 schreef Stuart McCulloch : PS. you should also update animal-sniffer-maven-plugin to 1.14 to pick up the fix for MANIMALSNIFFER-49 On Wednesday, 16 September 2015 at 10:20, Stuart McC

Re: [VOTE] Release Apache Maven Shared Utils version 0.9 - TAKE 2

2015-09-17 Thread Tibor Digana
and I provided sources url, ah sorry for that, my bad On Thu, Sep 17, 2015 at 10:45 PM, Hervé BOUTEMY [via Maven] < ml-node+s40175n5845183...@n5.nabble.com> wrote: > +1 > > notice the site is at > http://maven.apache.org/shared-archives/maven-shared-utils-LATEST/ > > Regards, > > Hervé > > Le jeu

Re: JavaxToolsCompiler

2015-09-17 Thread Robert Scholte
I can confirm the fix. thanks! Robert Op Wed, 16 Sep 2015 12:27:11 +0200 schreef Alan Bateman : On 14/09/2015 20:21, Stuart McCulloch wrote: Yes, the issue is that ToolProvider.getSystemJavaCompiler() is returning null when using the Jigsaw EA with Maven. AFAICT this is because it’s n

Re: [GitHub] maven-surefire pull request: [Surefire-1144] Time for testsuite on...

2015-09-17 Thread Tibor Digana
@lamyaa Try to print exec time in the XmlReporterRunTimeIT for Test1: System.out.println( report.getTimeElapsed() ) Because of two methods are concurrent and because of the runorder is not applicable in the first build run, Test1 runs all three methods within 0.8 sec. Each next run would complete

Re: [VOTE] Release Apache Maven Shared Utils version 0.9 - TAKE 2

2015-09-17 Thread Hervé BOUTEMY
+1 notice the site is at http://maven.apache.org/shared-archives/maven-shared-utils-LATEST/ Regards, Hervé Le jeudi 17 septembre 2015 22:12:04 Tibor Digana a écrit : > Hi, > > We solved 4 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&ve > rsion=12332813 >

Re: [CANCELLED] [VOTE] Release Apache Maven Shared Utils version 0.9

2015-09-17 Thread Tibor Digana
Hi , A new Vote went out. Thx. Tibor On Thu, Sep 17, 2015 at 9:53 PM, Tibor Digana wrote: > Hi, > > According to the -1 vote I am cancelling the first vote. > I will start another Vote in a while. > > Cheers > Tibor >

[VOTE] Release Apache Maven Shared Utils version 0.9 - TAKE 2

2015-09-17 Thread Tibor Digana
Hi, We solved 4 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12332813 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20ma

[CANCELLED] [VOTE] Release Apache Maven Shared Utils version 0.9

2015-09-17 Thread Tibor Digana
Hi, According to the -1 vote I am cancelling the first vote. I will start another Vote in a while. Cheers Tibor

[GitHub] maven-surefire pull request: [Surefire-1144] Time for testsuite on...

2015-09-17 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven-surefire/pull/98#issuecomment-141173488 @lamyaa I will have a look into this test. On Thu, Sep 17, 2015 at 7:19 PM, lamyaa wrote: > @Tibor17 As I was pr

[GitHub] maven-surefire pull request: [Surefire-1144] Time for testsuite on...

2015-09-17 Thread lamyaa
Github user lamyaa commented on the pull request: https://github.com/apache/maven-surefire/pull/98#issuecomment-141156540 @Tibor17 As I was preparing a new pull request with the simple change: ``createTestSuiteElement( ppw, testSetReportEntry, testSetStats, reportNameSuffix, testSe

Re: https://issues.apache.org/jira/browse/MSHADE-95

2015-09-17 Thread Robert Scholte
the IT is attached to the issue, but the explanation is quite simple. When Maven collects all dependencies and it finds different dependencies with the same groupId+artifactId, it'll pick the version closest to the project. A dependency can have only one scope. So what happens is that by ch

Re: [VOTE] Release Apache Maven Shared Utils version 0.9

2015-09-17 Thread Tibor Digana
Thx Karl. I will stat new Vote tonight. On Thu, Sep 17, 2015 at 10:13 AM, Karl Heinz Marbaise-3 [via Maven] < ml-node+s40175n5845097...@n5.nabble.com> wrote: > Hi Tibor, > > Just simply make the subject: > > [VOTE] Release Apache Maven Shared Utils Version 0.9 (Take 2)... > > And drop the old rel

https://issues.apache.org/jira/browse/MSHADE-95

2015-09-17 Thread Karl Heinz Marbaise
Hi Robert, you have mentioned that you have an integration test for this issue... Is it part of the code ? Cause i can't find a related test case / IT case for it ? Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: d

Re: [VOTE] Release Apache Maven Shared Utils version 0.9

2015-09-17 Thread Karl Heinz Marbaise
Hi Tibor, Just simply make the subject: [VOTE] Release Apache Maven Shared Utils Version 0.9 (Take 2)... And drop the old release repository and create a new one..of course you need to delete the old SVN Tag and create a new one...that's it... Kind regards Karl Heinz Marbaise On 9/17/15 10

Re: [VOTE] Release Apache Maven Shared Utils version 0.9

2015-09-17 Thread Tibor Digana
Kristian, thank you for your work. I do not have rights in Jira to create a new version 0.10. This means the PMC should decide whether we will continue with this Vote or we will start a new Vote with Version 0.10 including Kristian's fix. On Wed, Sep 16, 2015 at 9:44 PM, Kristian Rosenvold-4 [via