On 21 juil, 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?

Just do not include srctest in your classpath when invoking the GWT
Compiler. But actually, only code that is used by the compiled modules
will be compiled, so you can safely leave srctest in your classpath
(provided that the code in src has no dependency on code found in
srctest)

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to