> > Going into a little bit of detail on the meaning of type=fileset: >
Thanks for the information. Seems like I had a similar idea of what it does. Is it allowed to have a type=fileset on the root module of a GWT app? I ask this because at work we have a large single module app and we are working on extracting smaller modules from it. Sometimes we have smaller modules that still need classes from the root module, e.g. app -> feature A -> app, until we continue to extract additional smaller parts from the app. If "app" is what we compile, is it allowed to mark "app" and "feature a" as fileset so we don't get a circular dependency error? Or do we need to introduce an additional module that inherits both "app" and "feature a" similar to what c.g.g.user.User does and then compile that new module? -- 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/d/optout.
