Re: Building and unit-testing MR Jars, easily

2018-04-14 Thread Russell Gold
copy-resources-jdk9 > 9. > 10. validate > 11. > 12. copy-resources > 13. > 14. > 15. > ${basedir}/target/classes/META-INF/versions/9

Re: Building and unit-testing MR Jars, easily

2018-04-13 Thread Martin Gainty
MG3>agreed please see below From: Russell Gold <russell.g...@oracle.com> Sent: Friday, April 13, 2018 9:07 AM To: Maven Users List Subject: Re: Building and unit-testing MR Jars, easily > On Apr 13, 2018, at 8:34 AM, Martin Gainty <mgai...@hot

Re: Building and unit-testing MR Jars, easily

2018-04-13 Thread Russell Gold
<russell.g...@oracle.com <mailto:russell.g...@oracle.com>> > Sent: Thursday, April 12, 2018 2:43 PM > To: Maven Users List > Subject: Re: Building and unit-testing MR Jars, easily > > > >> On Apr 12, 2018, at 1:58 PM,

Re: Building and unit-testing MR Jars, easily

2018-04-13 Thread Martin Gainty
MG2>quick comment below From: Russell Gold <russell.g...@oracle.com> Sent: Thursday, April 12, 2018 2:43 PM To: Maven Users List Subject: Re: Building and unit-testing MR Jars, easily > On Apr 12, 2018, at 1:58 PM, Martin Gainty <mgai...@hot

Re: Building and unit-testing MR Jars, easily

2018-04-12 Thread Russell Gold
> wrote: >> >> MG>one-off request with ant only approach to compiling MR jars >> >> >> From: Russell Gold <russell.g...@oracle.com <mailto:russell.g...@oracle.com>> >> Sent: Thursday, April 12, 2018 7:00 AM

Re: Building and unit-testing MR Jars, easily

2018-04-12 Thread Martin Gainty
> On Apr 12, 2018, at 10:44 AM, Martin Gainty <mgai...@hotmail.com> wrote: > > MG>one-off request with ant only approach to compiling MR jars > > > From: Russell Gold <russell.g...@oracle.com <mailto:russell.g...@oracle.com>> > Sent: Thursday, April 12, 2018 7:00 AM

Re: Building and unit-testing MR Jars, easily

2018-04-12 Thread Russell Gold
only approach to compiling MR jars > > > From: Russell Gold <russell.g...@oracle.com <mailto:russell.g...@oracle.com>> > Sent: Thursday, April 12, 2018 7:00 AM > To: Robert Scholte > Cc: Maven Users List > Subject: Re: Buildin

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 <russell.g...@oracle.com> 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

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: Building and unit-testing MR Jars, easily

2018-04-11 Thread Robert Scholte
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 the MR jar, and what JDK versions will be needed - and I can use them to turn profiles off,

Re: Building and unit-testing MR Jars, easily

2018-04-11 Thread Russell Gold
Hi Robert, I used properties because I need to trigger multiple profiles, depending on whether we’re building the MR jar, and what JDK versions will be needed - and I can use them to turn profiles off, which I could not do by simply turning on a profile, as far as I know. I didn’t consider

Re: Building and unit-testing MR Jars, easily

2018-04-04 Thread Robert Scholte
Hi Russell, interesting approach. The difference between library developers and application developers becomes more and more clear and this concept might be useful for library builders. We should probably have a separate page for all the available solutions and menion the pro's and cons.