c-goetz

Results 1 comments of c-goetz

Currently I have solved this with a small extension to `AddJarManifestEntry` to add an `Automatic-Module-Name` inferred from the jar filename according to [javadoc](https://docs.oracle.com/javase/9/docs/api/java/lang/module/ModuleFinder.html#of-java.nio.file.Path...-). We are in the process of modularizing...