Skip to content

Build error in "Parsing java" with IntelliJ #66

Closed Answered by mtf90
jn1z asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @jn1z,

I have run into this issue as well. It is related to the switch to our in-house annotation processor which uses the DocTrees API that is not compatible with the ProcessingEnvironment that IntelliJ creates. I can workaround this in the annotation processor but I still need some time to think about whether I should do this or find an alternative for the DocTrees API (since gradle users seem to encounter similar issues). Currently, I'm busy with the modularization of AutomataLib and LearnLib but I have it on my list as the next point after this.

For now, you should be fine with disabling the incremental annotation processing as suggested. At least this is what works for me (see below)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jn1z
Comment options

@mtf90
Comment options

Answer selected by jn1z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants