> > *Adding the following to the .gitignore_global file helped quite a bit > with ignoring generated Elemental files:* > *elemental/idl/*** > > I have create a patch some time ago which adds some more .gitignore files:
https://gwt-review.googlesource.com/#/c/5358/ Feel free to try it out and/or review it ;-) All the other errors you are seeing in Eclipse are probably GPE bugs. Most of the time I do not add the GWT facet to the project so that GPE doesn't annoy me. Maybe it is also possible to enable GPE but disable the GWT validators in Eclipse project settings. >From my experience you actually do not have to enable GPE for gwt-user/gwt-dev. The only benefit I have seen so far is that you are able to do "right click -> run test" if GPE is enabled because it will generate the correct JUnit launch configuration. Without GPE you can still use ant or create that JUnit launch config manually (although its easy to miss some source/super-source folders on classpath). -- J. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
