I18N4Vaadin not generating Bundle class when there are two projects

Hello Petter,

I have two vaadin 7 project(eclipse project, not maven). One is main project other one is a sub project where I’ve linked that to main project with source code reference. So I’m using i18n in both projects, but when I tried to set annotation for both projects, in the sub project it’s not generating the ‘Bundle’ class, the generated folder seems to be empty. But As I’m refering the code it’s get generated in the main project !

Can you please help me to solve this issue? More precisely if there is any specific step to consider where there are more than one project using i18n in same workspace?