Richard Melvin

Results 5 comments of Richard Melvin

Example has function `say_hello` and call `hello_world`; does it still not work if they match?

Have you tried [here](https://repo.maven.apache.org/maven2/ch/raffael/markdown-doclet/markdown-doclet)?

Can confirm; with the bundled openjdk 14.0.1 with ubuntu 20.04, jlink build fails with: ``` [INFO] --- moditect-maven-plugin:1.0.0.RC1:create-runtime-image (create-runtime-image) @ sect-jlink --- [DEBUG] Configuring mojo org.moditect:moditect-maven-plugin:1.0.0.RC1:create-runtime-image from plugin realm ClassRealm[plugin>org.moditect:moditect-maven-plugin:1.0.0.RC1,...

Isn't the correct syntax noHeaderFiles?

> No. The correct syntax is: "--no-header-files" Running create-runtime-image with: a pom file containing: ``` 2 false true ```` Results in the command line ``` --compress 2 --ignore-signing-information --no-header-files ```...