On Tuesday, November 13, 2012 5:18:15 PM UTC+1, Abraham Lin wrote: > > Placing the super-sources in src/main/resources may also cause > filter-related "surprises." >
Ah, good catch! > >> Also feel free to propose a fourth alternative. >> > > I'd propose keeping non-super sources in src/main/java, public resources > in src/main/resources, and super-sources in src/main/super. As different as > GWT projects may be from other "normal" Java projects, I think there's > still value in keeping to convention if it's possible and sensible to do so. > This is option 3 then (you agreed that "It comes without saying (for me at least) that Java sources would go into src/main/java", and I suppose that by "public resources" you mean not only **/public/** but also *.ui.xml and the like) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/4eFwk1B9RSEJ. 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.
