lanthale

Results 29 comments of lanthale

No. The correct syntax is: "--no-header-files". So I think the hyphens are missing.

I have done now the debugging. With the RC1 I see that the options are not reflected into the call of jlink. That means it passes always the default options...

Thank you for the hint. All is working fine now.

I have now inserted an example. Basically the tool does execute the jdeps command and parses the result back which can than be used in the pom.xml as a starting...

I am not speaking about modularizing of the library. It is enough to just add the module-info.java file sitting in the java9 directory of the multi-release jar. I can deliver...

I have tried to re-compile with gradle. But gradle is somehow totaly different than maven and therefore I could not get the whole thing compiled. Place the following content in...

I have tried the 10.4 version but it has not helped. So the module-info.class Is necessary for working with jlink.

Thank you for the lib which is now working. I have found out that some packages which I am using are not exported. Here is now a modified module-info.java file...

I have tried it and it worked perfectly. Thank you for providing this. Hopefully you can integrate this file into the gradle build somehow. Actually I am using richtextfx to...