After the last update of Google's eclipse plugin I am getting "GWT Markers"
on all my projects:
{{{
com.guit.junit.GuitTest can not be found in source packages. Check the
inheritance chain from your module; it may not be inheriting a required
module or a module may not be adding its source path entries properly.
-Import GWT module com.guit.Guit
}}}
Even after clicking on "Import GWT module com.guit.Guit", it stills showings
the markers. And if I click many times it adds many lines of:
<inherits name="com.guit.Guit"/>
<inherits name="com.guit.Guit"/>
<inherits name="com.guit.Guit"/>
<inherits name="com.guit.Guit"/>
I didn't find any way to disable that check.
I use many modules of all my projects and now I am seeing error markers
everywhere.
Anyone having the same problem?
--
Guit: Elegant, beautiful, modular and *production ready* gwt applications.
http://code.google.com/p/guit/
--
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.