Tuesday, July 24, 2012

Re: GWT Maven dependency - missing SDK



On Tuesday, July 24, 2012 4:28:12 PM UTC+2, Aldo wrote:
Yes...and after that I get all packages downloaded and everything seems just fine, except for this error that says that no SDK is configured. The actual message is:

Unbound classpath container: 'GWT SDK [missing]' in project 'HelpAssist' Build path Build Path Problem

That shouldn't happen, unless you use "mvn eclipse:eclipse" or similar (or the archetype from gwt-maven-plugin).
Delete the .eclipse, .classpath and possibly .settings and .factorypath files and then do the "Import Existing Maven Project" again.

Or you could try simply removing "GWT SDK" from the Build Path (right click on the project → Build Path → Configure Build Path…), but I'd rather go with a "wipe out Eclipse-related files and re-import" approach.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/0ZW5AGxT1IYJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

1 comment: