Sunday, 15 June 2014

java - Enabling annotation processing workspace-wide in Eclipse w/o maven -



java - Enabling annotation processing workspace-wide in Eclipse w/o maven -

i had hard time searching reply , couldn't find any, here current situation: (running eclipse 3.5 galileo jdk1.6.31)

i trying set-up annotation processing within workspace(s), aim activate annotation processing workspace-wide have 20+ projects , setting each time create new 1 annoying , unsafe in case forget ( , generating 100 new configuration files ).

according java 6 api adding jar containing annotation processors classpath should automatically create them avaible in compiling process.

so though adding project , making availble export work, doesn't.

i aware of fact eclipse uses own compiler supposed behave same way (or isn't it).

is there possibility pass arguments jdt compiler? or setting haven't heard of within eclipse?

java eclipse annotations workspace processor

No comments:

Post a Comment