1. Add a .gwt.xml to the base project.2. <inherit> the base project in the
non-base project.
3. Add the base project's src directory to the non-base project's classpath.


On Thu, Oct 16, 2008 at 9:10 AM, Alex D <[EMAIL PROTECTED]> wrote:

>
> Hi,
>
> I have created 2 projects in Eclipse, one is intended to be the base
> code for the other (and many more in the future). However, I have
> encountered an issue concerning the GWTCompiler. How do I specify in
> what extra directories should it look for source code?
>
> I know I can make a gwt user module (specifically create a .gwt.xml
> file in the base project and jar the .java, .class and that .gwt.xml
> file), but I don't consider that a viable option, especially when the
> base project is under development and changes quite frequently.
>
> I have referenced the base project and the gwt specific libraries
> (such that Eclipse doesn't signal any errors). Still, as complex as
> GWTCompiler is, I haven't found such an option, like setting source
> directories.
>
> 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 Google-Web-Toolkit@googlegroups.com
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