RE: dll hell

2017-08-28 Thread mike digioia
Yes submit me On Aug 28, 2017 2:34 PM, "Robert Patrick" wrote: > Since you mentioned DLLs in the subject, I assume this is Windows. > > Is the %JAVA_HOME%/jre/bin directory (where jpeg.dll lives) in the PATH? > > > -Original Message- > From: Martin Gainty

RE: dll hell

2017-08-28 Thread Robert Patrick
Since you mentioned DLLs in the subject, I assume this is Windows. Is the %JAVA_HOME%/jre/bin directory (where jpeg.dll lives) in the PATH? -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Monday, August 28, 2017 4:25 PM To: users@maven.apache.org Subject:

dll hell

2017-08-28 Thread Martin Gainty
attempting to call native long initJPEGImageWriter(); in JPEGImageWriter ..when i call initJPEGImageWriter i get: java.lang.UnsatisfiedLinkError: JPEGImageWriter.initJPEGImageWriter() ive read System.loadLibrary("jpeg") in static initialiser is "supposed to load" jpeg library: static {

Re: Are multi-release jars supported?

2017-08-28 Thread Russell Gold
Hi Robert, My main issue with that solution is that you wind up with four maven projects for each jar - which is really painful for multi-module projects. I submitted a feature request to Jetbrains for IntellijIDEA back in March, but I suspect

Re: Are multi-release jars supported?

2017-08-28 Thread Robert Scholte
Hi Russ, I think Hervés approach[1] is still the most cleanest possible solution. Main advantages: - works with every IDE as it is a standard multimodule project. - real unit testing for every version due to its isolation as Maven module. The assembly-part at the end is the most ugly part.

Are multi-release jars supported?

2017-08-28 Thread Russell Gold
I have found a number of workarounds for MR jars, including https://github.com/metlos/multi-release-jar-maven-plugin, which makes the jars relatively easy to build, but lacks support for unit tests and doesn’t allow building in lower JDKs. Is there built-in maven support now? If not, is there a

Re: How does maven handle Java module dependencies?

2017-08-28 Thread Russell Gold
Hi Tibor, My offer to help stands; I sincerely hope that the suggested command line is not the way things go; in my regular projects, we have been working very hard to avoid the use of various —add-* switches, as they are stopgaps. Of course, one of my real hopes is to have all of this work

Re: How does maven handle Java module dependencies?

2017-08-28 Thread Robert Scholte
Hi Russ, All maven-compiler-plugin 3.6.x are already based on this idea. So if you use maven-compiler-plugin 3.6.2 (current) it'll work as explained. And yes, surefire needs some help on this, but I like to leave Tibor in the lead for this. JUnit5 and Java9 both have impact, but the focus

Re: Re: How to up date a property in a POM to a specific value

2017-08-28 Thread Anders Hammar
User questions for the mojohaus plugins should be posted here at the Maven users list. There is a separate dev list but that's for the development of the plugins. /Anders On Mon, Aug 28, 2017 at 10:20 AM, wrote: > Thank you for the hint. I will repeat my question on the

Aw: Re: How to up date a property in a POM to a specific value

2017-08-28 Thread sparsick
Thank you for the hint. I will repeat my question on the Mojohaus mailinglist. > Gesendet: Samstag, 26. August 2017 um 19:26 Uhr > Von: "John Patrick" > An: "Maven Users List" > Betreff: Re: How to up date a property in a POM to a specific value >