Re: [SUREFIRE] Issues with classpath and module path

2016-11-24 Thread Benedikt Ritter
Hello, Robert Scholte schrieb am Do., 24. Nov. 2016 um 20:44 Uhr: > Hi Benedikt, > > I noticed a new thread on the jigsaw mailinglist[1]. > It is close related to the issue I have: you don't want to "patch" java > with arguments just to allow split packages for certain modules. I really > hope t

Re: [SUREFIRE] Issues with classpath and module path

2016-11-24 Thread Robert Scholte
Hi Benedikt, I noticed a new thread on the jigsaw mailinglist[1]. It is close related to the issue I have: you don't want to "patch" java with arguments just to allow split packages for certain modules. I really hope that by chaining classloaders we can prevent this. Robert [1] http://ma

Re: [SUREFIRE] Issues with classpath and module path

2016-11-22 Thread Robert Scholte
On Tue, 22 Nov 2016 20:51:44 +0100, Benedikt Ritter wrote: Hello again, Benedikt Ritter schrieb am Fr., 18. Nov. 2016 um 08:40 Uhr: Hi, I had the pleasure to meet Robert Scholte and Herve Boutemy here at ApacheCon in Seville. We talked al little bit about the progress of the JUnit 5 inte

Re: [SUREFIRE] Issues with classpath and module path

2016-11-22 Thread Benedikt Ritter
Hello again, Benedikt Ritter schrieb am Fr., 18. Nov. 2016 um 08:40 Uhr: > Hi, > > I had the pleasure to meet Robert Scholte and Herve Boutemy here at > ApacheCon in Seville. We talked al little bit about the progress of the > JUnit 5 integration. This let us to create two sample projects which

[SUREFIRE] Issues with classpath and module path

2016-11-17 Thread Benedikt Ritter
Hi, I had the pleasure to meet Robert Scholte and Herve Boutemy here at ApacheCon in Seville. We talked al little bit about the progress of the JUnit 5 integration. This let us to create two sample projects which may indicate problems both within surefire and within JUnit. We're still investigatin