Hello, I've only used Java for GWT purposes, so sorry in advance if this is a dumb question :)
In Eclipse, I would like to have my GWT project depend on code in a non-GWT project (so I don't think GWT module inheritance will work). In setting this up, my preferences in order would be: 1. No need to compile the parent project into a JAR, for both dev-mode and deployment compilation. 2. Need to compile into JAR when deploying, but not for dev-mode. 3. Need to compile into JAR even during development (which would be pretty painful). I'm wondering, how can I set up any of these? Thanks! - Steve P.S. The closest link I could find about this question was about GWT module inheritance: http://stackoverflow.com/questions/5247372/how-to-add-a-project-as-a-dependency-on-a-gwt-gae-project -- 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.
