Am Montag, 21. Juli 2014 00:00:09 UTC+2 schrieb Evan Ruff:
Oh, also, I have one other weird issue.I have the follow deps in \library_application:providedCompile 'com.sencha.gxt:gxt:3.1.0'providedCompile 'com.google.gwt:gwt-dev:2.6.1'providedCompile 'com.google.gwt:gwt-user:2.6.1' When I look at the setup and everything for \actualApplication the libraries are in there as expected with the type "provided". When I go to make the project, Intelli-J acts like it can't find those libraries at all, giving me all sorts of weirdness with class file not found for anything referenced in those libs.
If "make" does not work, then your module dependencies are not correctly set for IntelliJ modules. Maybe anything in providedCompile is not detected during IntelliJ import?
If I add them to the deps in \actualApplication, then it "makes" as expected; however, I get two references to the classes when debugging which is quite annoying.
Why do you get two references? Where do they come from?
-- J.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment