Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8129263 | 8u40 | Danno Ferrin | P4 | Resolved | Fixed |
Similar to RT-25282. Since the JavaFX project itself has moved to Gradle this makes even more sense.
A new Gradle plugin could extend the existing 'java' plugin or perhaps some features could be added to the existing 'java' plugin (it is all open source after all). The goal would be to provide a task for running the javafxpackager as an alternative to or in addition to the 'jar' task. If JavaFX 2.2 is supported then it would also deal with the necessary classpath tweaks needed to build with the Java 7-bundled JavaFX.
A new Gradle plugin could extend the existing 'java' plugin or perhaps some features could be added to the existing 'java' plugin (it is all open source after all). The goal would be to provide a task for running the javafxpackager as an alternative to or in addition to the 'jar' task. If JavaFX 2.2 is supported then it would also deal with the necessary classpath tweaks needed to build with the Java 7-bundled JavaFX.
- backported by
-
JDK-8129263 Create a Gradle plugin for JavaFX
- Resolved