Annotation Processing in Gradle (original) (raw)
Richard Bair richard.bair at oracle.com
Thu Oct 18 14:13:14 PDT 2012
- Previous message: Annotation Processing in Gradle
- Next message: Annotation Processing in Gradle
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: Annotation Processing in Gradle
- Next message: Annotation Processing in Gradle
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]