Saturday, September 12, 2015

Re: Basic SuperDevCompiler + SuperDevModeUI Library

That worked thanks, Jens. Makes this library less useful for me now haha oh well might find more use for it at some point.

Appreciate the help.

On Sunday, September 13, 2015 at 2:47:19 AM UTC+12, Jens wrote:

Using intellij GWT run configuration with Tomcat7

I assume you have an exploded war artifact configured in IntelliJ that you deploy it using a Tomcat7 server which is also configured inside IntelliJ. In that case add "-war /path/to/war-artifact" to your GWT run configuration as DevMode parameter. Once you do that all public resources as well as a special <module>.nocache.js file will be copied to your IntelliJ artifact which you can then deploy to Tomcat7.

If you don't add that "-war" parameter yourself in the GWT run configuration then IntelliJ will use some temp folder for it which obviously will not be the folder of your exploded war artifact configured inside IntelliJ and that you are going to deploy. Thats probably why you had problems with it.

-- J.

--
You received this message because you are subscribed to the Google Groups "GWT Users" 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