aino-komal / mvp4g

Automatically exported from code.google.com/p/mvp4g
0 stars 0 forks source link

APT: throw "this module is not associated to any event bus" when the module is inside a jar #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If a Mvp4g module and its event bus are inside a jar, the apt can't find them 
and when you use them inside another event bus, you always get this error: 
"this module is not associated to any event bus"

One workaround is to manualy add these event bus in the evenbus.properties file 
generated by mvp4g apt inside .apt_generated (this directory can change 
depending on your configuration). Each event bus should always end by "," (even 
the last one):
com.test.EventBus1,com.test.EventBus2,com.test.EventBus3,

Original issue reported on code.google.com by plcoir...@gmail.com on 8 Mar 2011 at 2:59

GoogleCodeExporter commented 9 years ago
Marked as invalid since APT support has been deprecated.

Original comment by plcoir...@gmail.com on 5 Sep 2013 at 4:30