Using GWT 2.1.1 and Eclipse Helios SR1/mac (but this behavior has been
around since 1.6 --- it's just now become a problem, though).
I have an app that has several modules, each in its own source-directory
system (and each as a separate Eclipse project, for that matter). It used to
be that each module was compiled to its own subdirectory of the war
directory. In fact, this still seems to be the default behavior. A few days
ago, however, GWT started munging all the modules together into the main
application's module directory. That is, instead of
war
+----mainAppModule
+----supportModule0
+----supportModule1
...
I now have a single "mainAppModule" diretory that contains everything that
used to be in three separate subdirectories. There are name conflicts with
some of the HTML files, so this single-directory structure is a problem.
I can't for the life of me figure out what I did to make GWT start behaving
differently, but I really want to go back to the original
one-directory-per-module structure. (All of the <module> elements, by they
way, have rename-to attributes, but I didn't change any of that so I don't
*think* that's the issue.)
Anyway, if anybody could either tell me how to force GWT to use the
multi-directory organization of the war, I'd really appreciate it. I'm
hoping that there's some simple flag or XML attribute that I've just missed
when I perused the docs.
--
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.