Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Problem with generated java files from annotation processor(Class files does not get generated for the java files that has been generated by an annotation processor)
Problem with generated java files from annotation processor [message #517786] Tue, 02 March 2010 01:31
Eclipse UserFriend
I have set up an JDK 6 annotation processor at an EJB Module project which generates java source files to a source folder called gen-src (has been set up as a source folder). The annotation processor generates the java files which is fine. But inside my other source folder (the ejbModule folder) I can see (and use) the generate classes. The reason is that no class files exists for the generated java files unless I explicitly modifies the generated java files. Then the class files are generated. But if I checks the option scrub the output folders when cleaning the project the class files for the generated java files will not be generated again when cleaning the project. Does anyone know how to get rid of this behaviour ?

Btw. I am using eclipse 3.5.2 at a Windows 7 platform

[Updated on: Tue, 02 March 2010 11:30] by Moderator

Previous Topic:Eclipse VE does not show me a complete screen of my class?
Next Topic:Differences in launchers for 3.4 and 3.5?
Goto Forum:
  


Current Time: Thu Mar 27 01:17:49 EDT 2025

Powered by FUDForum. Page generated in 0.03052 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top