Instructions for working on OpenJFX
Kevin Rushforth
kevin.rushforth at oracle.com
Fri Jan 19 14:37:05 UTC 2018
What version of gradle are you using? gradle 4.3, which is what we
recommend / use in production, does not do parallel task execution by
default. Are you enabling it in your gradle.properties file? Or maybe
using a later version of gradle?
-- Kevin
Lennart Börjeson wrote:
> 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