Tuesday, February 17, 2015

Re: How do I make the GWT Compiler see other modules in Eclipse?

I mean I have a bunch of Java code that's used on the server.  I have a GWT module (foo) that compiles some of that code so it can be used by other GWT modules.  It's a simple dependency between GWT modules at that point, just like my bar module depends on com.google.gwt.user.User.  I just can't figure out how to make foo visible to the GWT compiler when it is compiling bar.

On Tuesday, February 17, 2015 at 3:52:33 PM UTC-6, Jens wrote:
What do you mean with "server side code compiled into a GWT module"? GWT modules and server side code are separate things.

I guess you have to be more specific. Also keep in mind that GWT can only compile a subset of JRE classes unless you provide additional super-source / emulation.

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment