-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I'm trying to add some classes to the JRE emulation used by my app.

Right now I have a module in .../src/emu/Emulation.gwt.xml that uses
<super-source> and my classes in .../src/emu/java/io/Foo.java.

This works fine. However, Eclipse doesn't like it because it considers
these classes to be in the wrong place, insisting on marking them all
with error flags and warning me every time I launch that my project
contains errors. And of course hosted mode doesn't use them.

Is there any way to let me have the emulated classes in the root of my
project? i.e. in .../src/java/io/Foo.java?

I've tried the obvious things such as <super-source path=".."/> but
naturally this doesn't work. Plus, I'd need some way to ensure that the
servlet can't see them, only my client code. Is this possible?

- -- 
┌─── dg@cowlark.com ───── http://www.cowlark.com ─────
│
│ "I love the way Microsoft follows standards. In much the same manner
│ that fish follow migrating caribou." --- Paul Tomblin
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iD8DBQFL1MWEf9E0noFvlzgRAnoUAJkBayevNozj5nmH6lohiChJGZYmxACeL53U
2LEa90nkQMMq0B8iyVbSjNM=
=xHrg
-----END PGP SIGNATURE-----

-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to