Andres Almiray
Andres Almiray
@khmarbaise let me know if you'd like some help with JReleaser. Perhaps we could even hack together at the next Javaland 😏
OK. Moreover, I suppose releases are done offline. Here's a way to run releases on GitHub targeting multiple platforms https://github.com/kordamp/ikonli/blob/master/jreleaser.yml https://github.com/kordamp/ikonli/blob/master/.github/workflows/release.yml The project is a JavaFX application that also relies...
FWIW you would still need a multi-release JAR if classes compiled with multiple bytecode levels find their way into the JAR, as noted the enforcer plugins check compliance to a...
Related to https://github.com/kordamp/ikonli/issues/150
May I suggest sending a PR? We use Asciidoc format in our README 😉
perhaps looking at the code from https://github.com/reficio/p2-maven-plugin can help? I know the guy behind the project or you can ping him directly (@reficio). I'm also interested in seeing p2 support...
@mcmill: I made and attempt to run the application on OSX, Gradle 2 and JDK8u20. Unfortunately the `run` task hangs indefinitely. HEAD is at 67e2f39bf7e64aa9d58b6373f35fa7a985a2ec49
@mcmill: thanks! I also stumbled upon your wuff-intellij-plugin. Unfortunately I can't get it to work on OSX too. Tried old and alpha versions with IntelliJ 13.1.4 :crying_cat_face:
Merging manifest entries can be cumbersome. Perhaps Wuff can rely on https://github.com/johnrengelman/shadow to get this matter solved. There may be a need for a custom transformer that merges OSGi entry...
I'd recommend not to overwrite files that may exist under SCM. Perhaps wuff can create the manifest under a working area based on a template?