Hi there, I'm working on transitioning to GWT 2.8 and I'm encountering an odd error that I have not seen in previous GWT versions when generating javadocs for my project:
[javadoc] bad source file: C:\dev\depot\lego\module\ui-framework\2.2.0\lib\gwt-user-2.8.0.jar(com/google/web/bindery/event/shared/Event.java) [javadoc] file does not contain class com.google.web.bindery.event.shared.Event The only reference to this issue I've seen is here: https://groups.google.com/forum/#!topic/Google-Web-Toolkit/9SVuJWkdzrk The thread seems to trail off, where a question is posed "Why is Javadoc generation looking at gwt-user.jar?" In my case, the answer to that would be that the same jars used for compilation are then used for javadoc generation. Needing to make a distinction between the two was not done in the past, nor seems like a "good idea" to me. Any advice in this area short of disabling javadoc generation entirely? Thanks. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
