#Why doesn't AbstractProcessor output a list of annotated class?

27 messages · Page 1 of 1 (latest)

past valleyBOT
#

This post has been reserved for your question.

Hey @halcyon heron! Please use /close or the Close Post button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

ripe cradle
#

try to use Diagnostic.Kind.ERROR which worked for me

#

I'm unsure why the Note is not output

#

the same happened to me

halcyon heron
stone ingot
#

Also, what happens? Is it just not executing the annotation processor at all?

#

How are you compiling the application?

ripe cradle
#

How do you get its output in the terminal? I ran it with mvn clean install

#

would you need to pass flags for it to show them?

stone ingot
#

Is the annotation processor compiled before being used?

stone ingot
#

or maybe for the compiler plugin

ripe cradle
#

that's terrible design wow

#

I just want my output hidethepain

stone ingot
#
<configuration>
  <showWarnings>true</showWarnings>
</configuration>
ripe cradle
#

Note isn't a warning, is it?

stone ingot
#

note means it's just a note which is not displayed by default

ripe cradle
#

It shows other warnings but not my Note

stone ingot
#

maybe it's <verbose>true</verbose>

ripe cradle
#

that gave me a lot of info indeed but still not my Note

stone ingot
#

For me, it does show with <showWarnings>true</showWarnings>

past valleyBOT
#

💤 Post marked as dormant

This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.