hello, it's all about the source directive in the gwt app XML file. GWT compiles source code to JS when the source directive point to it. if you specify no source directive, GWT will compile the 'client' package to JS.
example: <source path='client' /> <source path='shared' /> these two packages and all their subpackages will be compiled to JS. On 21 Jul., 14:47, Kwhit <[email protected]> wrote: > How does the compiler/deployer know what source code is to be > xcompiled into JS for and shipped to the browser and what not in > Ecipse? > > More specifically I would like > > src/com.xxxx.myproj.client to be included > > but... > > srctest/com.xxxx.myproj.client > > not. > > Is there a way of doing that? > Not a big problem if not but it keeps my project structure clean if > there is a way. > > Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
