Instructions for working on OpenJFX

Lennart Börjeson lennart.borjeson at cinnober.com
Fri Jan 19 13:46:05 UTC 2018


19 jan. 2018 kl. 01:10 skrev Kevin Rushforth <kevin.rushforth at oracle.com<mailto:kevin.rushforth at oracle.com>>:

#2. You should be able to build just the FX bits (outside your IDE) using:

  gradle sdk
-or-
  gradle javadoc



When building on my Mac, I've found that I must specify

gradle --no-parallel sdk

otherwise the build will consistently fail with:


FAILURE: Build failed with an exception.

* What went wrong:
A problem was found with the configuration of task ':graphics:compileDecoraNativeShadersMac'.
> Directory '/Users/lennartb/RaT/openJDK/javafx-10/modules/javafx.graphics/build/gensrc/headers/javafx.graphics' specified for property 'headers' does not exist.


Best regards,

/Lennart Börjeson


More information about the openjfx-dev mailing list