I'm trying to setup annotation processing for eclipse. I tried to add the apt-jelly-freemarker.jar to the factory path, but when I click Advanced Eclipse never seems to find any processors.
The discovery feature wasn't an option (per this text in the docs):
Because APT-Jelly doesn't specify the set of annotations that it processes (it processes all of them), invoking APT using the discovery procedure is not an option. By design, APT-Jelly must be invoked using the "-factory" option. This is to eliminate any ambiguity that could be caused when invoking APT-Jelly with other instances of AnnotationProcessorFactory that are on the path.
However, this could be revisited to make sure it's still not an option.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
No processors to be found
The discovery feature wasn't an option (per this text in the docs):
Because APT-Jelly doesn't specify the set of annotations that it processes (it processes all of them), invoking APT using the discovery procedure is not an option. By design, APT-Jelly must be invoked using the "-factory" option. This is to eliminate any ambiguity that could be caused when invoking APT-Jelly with other instances of AnnotationProcessorFactory that are on the path.
However, this could be revisited to make sure it's still not an option.