--
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 google-web-toolkit-co...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
If you're depending directly on anything (in this case DOM) then that thing needs to be separately compilable. Which means it's .gwt.xml file needs to *not* be marked with type=fileset at the top.If you look at User.gwt.xml and Core.gwt.xml you'll see that these are already not filesets, since they have been verified to be compilable on their own (meaning they accurately include their dependencies).You can try changing DOM.gwt.xml by removing the type=fileset marker, and then deal with any compile failures that result. (Likely DOM.gwt.xml does not accurately include all its dependencies and fixing it will require adding some references and breaking some resulting circular references. This is what Goktug has been doing recently with some other modules).
Also, I just want to mention that the incremental compile is behind an experimental flag because it's still very raw.
* Stop deleting the old library directory on every launch of SuperDevMode
I'll file some GWT issues for these and maybe get some community involvement on splitting up the work.
I untangled a lot of dependencies for this modules and made most them separately compilable but I'll need some time before sending out the patches.
Going into a little bit of detail on the meaning of type=fileset:
Thanks for trying it out.I would open bugs for these issues.
Hey JensThanks for trying it out.
Is there issue about this ?I was searching for it, but I can't find it.