Danny Althoff

Results 267 comments of Danny Althoff

@swpalmer :) okay ... makes me feel a bit less stupid. As far as I understood, not all parts are finished inside the native launcher stuff. Currently I'm a bit...

https://developer.jboss.org/blogs/scott.stark/2017/04/14/critical-deficiencies-in-jigsawjsr-376-java-platform-module-system-ec-member-concerns I'm very interested in how this will resolve ... Jigsaw is not only a problem for this javafx-build-plugins, but for others too ... and the article kinda reflects my...

Hi folks, just wanted you to inform that I'm more active on my spare-time projects again, after some refactoring of the javafx-maven-plugin, there will be some more activity on the...

Anyone who is interested of testing the current snapshot-version (`8.9.0-SNAPSHOT`), should use the following: ```groovy buildscript { dependencies { classpath group: 'de.dynamicfiles.projects.gradle.plugins', name: 'javafx-gradle-plugin', version: '8.9.0-SNAPSHOT' } repositories { mavenLocal()...

No, this currently does NOT work, because the JDK contains some utterly stupid bug, more details at the javafx-maven-plugin project: https://github.com/javafx-maven-plugin/javafx-maven-plugin/issues/287#issuecomment-360599762 EDIT: there is a breaking change inside the windows-bundlers,...

http://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8196547

:( this is a dependency of the javapackager itself, so nothing that I can do about. [The official documentation of JDK 8](https://docs.oracle.com/javase/8/docs/technotes/guides/deploy/self-contained-packaging.html) says `Inno Setup 5 or later`, probably only...

Just for reference: https://stackoverflow.com/questions/59158417/io-exception-in-java-packager-exec-failed-with-code-2-command

@walec51 please see https://github.com/FibreFoX/javafx-gradle-plugin/issues/119

![javapackager-removal-notice](https://user-images.githubusercontent.com/1042579/46910402-82433080-cf43-11e8-9948-5e7930773472.PNG) https://www.oracle.com/technetwork/java/eol-135779.html https://medium.com/codefx-weekly/no-free-java-lts-version-b850192745fb https://dzone.com/articles/jdk-11-release-candidate-update-and-openjdk-jdk-11 The next LTS-versions seems to be JDK 11, not the JDK 10 one which this plugin requires because of the bundler AND the native launcher files...