Wow, what happened to the JDK bug system, it's based on Jira, it works similar to the JavaFX bug system, it no longer an abominable - that's a huge step forward.
Thanks for pioneering the move to a better bug reporter and testing the waters with the gradle build system! -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Kevin Rushforth Sent: Tuesday, October 01, 2013 11:59 AM To: [email protected] Subject: Compile error building FX with latest JDK All, There is a bug in JDK 8, introduced in b108, that will cause a clean build of FX to fail. https://bugs.openjdk.java.net/browse/JDK-8025173 It is expected that this will be fixed in b110. Until then, you can either stick with an older JDK, or use the following workaround, to compile the buildSrc part of the project with an older JDK: # point to older JDK gradle clean # point to latest JDK gradle -- Kevin
