Danny, maybe this is caused due to both gwt-servlet and gwt-user are on classpath? For the former, the Maven Central repo doesn't provide a source ball but the latter it does. I've experienced this behaviour earlier and the only workaround so far was to attach the sources of gwt-user to gwt-servlet as well. This seems a weird thing to do, though. To get the sources use "-DdownloadSources -DdownloadJavadocs" while invoking "mvn eclipse:eclipse".
Why is gwt-servlet on your classpath in the first place? Maybe because it's necessary for RemoteServiceServlet? Anyways, I would be happy if gwt-servlet sources would be provided too. -Stefan Danny Schimke <[email protected]> writes: > Hi! > > I created a complete new development environment. I installed Eclipse, GWT and > startet up my new project. Its is working well, but I have no access to the > GWT > source code. For example I get the following message in tooltip, if my mouse > moves > over an GWT element like DialogBox etc.: > > "This element neither has attached source nor attached Javadoc and hence no > Javadoc > could be found." > > The source is attached to of my maven module(s). If I navigate to one class > there is > the source code, but how I get access out from my own sorces? > > Thanks very much! > -Danny > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
