Can you expand a bit more on how to get GWT DevMode to work by launching from within Eclipse? We are used to creating a GWT Application run configuration in eclipse but right now I am not sure how to get to work so that the HTML/webapp resources are available to the run configuration.
On Friday, May 11, 2012 3:48:07 AM UTC-4, Thomas Broyer wrote: > > > > > As for GWT DevMode, you have to add the source folders of your > dependencies (the 'shared' project, possibly others) to the classpath in > your Eclipse launcher. Depending on the configuration of your servlet > container / deployed app, you might have to use the 'server' project's > project.build.outputDirectory or WTP's temporary folder as the -war folder > for the DevMode. > Have a look at > https://developers.google.com/eclipse/docs/faq#gwt_with_maven > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/qSFTwDrXrToJ. 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.
