Annotation Processing in Gradle

Richard Bair richard.bair at oracle.com
Thu Oct 18 14:13:14 PDT 2012


> Exception thrown while constructing Processor object: null


To be more clear, the error occurs when trying to compile "base", apparently because the processor cannot be found? Not sure.

:compileJava UP-TO-DATE
:processResources UP-TO-DATE
:classes UP-TO-DATE
:build-tools:compileJava UP-TO-DATE
:build-tools:processResources UP-TO-DATE
:build-tools:classes UP-TO-DATE
:build-tools:jar UP-TO-DATE
:base:compileJava
error: Exception thrown while constructing Processor object: null
:base:compileJava FAILED



More information about the openjfx-dev mailing list