Michael Zapf
Michael Zapf
It is 10.7.0 (2021-03-26).
I did not try again; will do in a couple of days.
> I had also this error and was waiting for a bugfix. Tried this, didn't work. But after more searching I found this: [owncloud/core#38287 (comment)](https://github.com/owncloud/core/issues/38287#issuecomment-1012520522) It solved the problem for...
OK, I found the difference but I don't know how to fix it. The folder ~/.m2/repository/gnu is missing on my other machine. When I remove it on my primary machine,...
Yes, if you do it once with "mvn install", further invocations of "mvn compile" seem to work. Is that an intended behavior? I used the compile operation because I am...
As long as this is documented, and it is reproducible, this is something we can well live with.
Hi Alex (we had some E-mail exchange on January 1, 2018), I cannot build RXTX with the current JDKs anymore because the maven-native plugin relies on the javah command, which...
@stroucki As far as I heard, javac -h took the role of javah. However, javah is invoked by the maven-native plugin, and it defines specific javah tags; I don't know...
If javah is not needed but javac -h, could we use another maven plugin (the one for javac) to do the job of maven-native? I already thought about writing a...
Seems to build now, using openjdk 11.0.10. mvn package creates several jars; would it be possible to create a single jar with all required native libs and Java classes? (Or...