Re: Building and unit-testing MR Jars, easily

2018-04-12 Thread Russell Gold
> On Apr 11, 2018, at 12:36 PM, Robert Scholte wrote: > > On Wed, 11 Apr 2018 14:25:37 +0200, Russell Gold > wrote: > >> Hi Robert, >> >> I used properties because I need to trigger multiple profiles, depending on >> whether we’re building

Re: maven-compiler-plugin JPMS module resolution

2018-04-12 Thread Martin Desruisseaux
Hello Robert Le 11/04/2018 à 18:45, Robert Scholte a écrit : > I am not aware of such problem. Did you create a Jira[1] issue for it? > Done: https://issues.apache.org/jira/browse/MCOMPILER-336     Thanks         Martin -

Re: maven-compiler-plugin JPMS module resolution

2018-04-12 Thread Roman Grigoriadi
Hi Robert, I don't think my case is suitable for requires static / optional. Runtime will fail with ClassNotFound exception if classes are neither on CP or MP. Roman On Thu, Apr 12, 2018 at 12:46 PM, Martin Desruisseaux < martin.desruisse...@geomatys.com> wrote: > Hello Robert > > Le

Re: Building and unit-testing MR Jars, easily

2018-04-12 Thread Martin Gainty
MG>one-off request with ant only approach to compiling MR jars From: Russell Gold Sent: Thursday, April 12, 2018 7:00 AM To: Robert Scholte Cc: Maven Users List Subject: Re: Building and unit-testing MR Jars, easily > On Apr 11, 2018,

Re: Building and unit-testing MR Jars, easily

2018-04-12 Thread Martin Gainty
I’m afraid I don’t understand what you are asking. That solution doesn’t use a build.xml. It uses the ant-plugin in its pom.xml:

Re: Building and unit-testing MR Jars, easily

2018-04-12 Thread Russell Gold
> On Apr 12, 2018, at 1:58 PM, Martin Gainty wrote: > >> >>org.apache.maven.plugins >>maven-antrun-plugin >> >> >>compile-java9 >>compile >> >>

how to disable logs in memory in surefire plugin

2018-04-12 Thread Raul Villanueva
Hi Folks, I've seen some OutOfMemory recently in the surefire plugin while running testng tests. I took the dump for one of the issues and apparently the surefire plugin keeps every single entry of the log in memory, which is finally causing the OutOfMemory. This is what Eclipse Memory

how to disable logs in memory in surefire plugin

2018-04-12 Thread Raul Villanueva
Hi Folks, I've seen some OutOfMemory recently in the surefire plugin while running testng tests. I took the dump for one of the issues and apparently the surefire plugin keeps every single entry of the log in memory, which is finally causing the OutOfMemory. This is what Eclipse Memory

Re: Building and unit-testing MR Jars, easily

2018-04-12 Thread Russell Gold
On Apr 12, 2018, at 10:44 AM, Martin Gainty wrote: > MG>With regards to "Use of the ant-plugin to compile the JDK 9 code" > MG>do you have a build.xml target we can use to backport features and > functions of this target into maven-compiler-plugin > MG>possible trigger