On 2010-04-26 05:29, branflake2267 wrote:
[...]
It appears that your source isn't in the translatable directories that
would translate to javascript. Anything in project.client.* should
translate into javascript. There should be two packages
tld.domain.client.* and tld.domain.server.

Er, no --- you've misread what I said!

My application *works*. It runs in hosted mode, it compiles to Javascript fine. I have my client code in .../src/com/cowlark/appname/client, my server code in .../src/com/cowlark/appname/server, my shared code in .../src/com/cowlark/appname/shared.

I also have some additional JRE classes in .../src/emulation/java/io, with a module in .../src/emulation/Emulation.gwt.xml describing it.

However, because Eclipse is expecting to find the java.io classes in .../src/java/io and *not* .../src/emulation/java/io, it is flagging all my emulation classes as errors. Is there any way I can have my emulation classes rooted at .../src instead of in .../src/emulation?

--
┌─── dg@cowlark.com ───── http://www.cowlark.com ─────
│
│ life←{ ↑1 ⍵∨.^3 4=+/,¯1 0 1∘.⊖¯1 0 1∘.⌽⊂⍵ }
│ --- Conway's Game Of Life, in one line of APL

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