I am using AspectJ in a project that also has my custom Java 5 style annotation peocessor. The annotation processor generates some code that has no AspectJ dependency at all. The problem appears to be that the AJDT builder is ignoring the generated files and they and they don't get compiled. I get Java compilation errors when I try to use the generated types anywhere in the project. If I disable AspectJ (AspectJ tools > Remove AspectJ Capability), the code compiles fine. At this point if I convert the project back to AspectJ and do a clean, the errors come back. Is this a supported scenario? If so, is there something additional I need to do in my annotation processor to make the builder aware of the generated files?
Thanks, -Asad _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
