okay so with the debug logs and server (very cool)...
# general
m
okay so with the debug logs and server (very cool), it seems to me that the annotation processor is included correctly. Which leads me to believe that perhaps it is not working for some other reason. This annotation processor scans the code and writes to a
/META-INF/BenchmarkList
file. In maven pom, there is a specific shade plugin that allows processors to write to the manifest files. In Pants, is there anything I need to do to allow processors to write to
META-INF
??