Can someone tell me in GWT, when the compiler generates the war file, in which folder does it store the javaScript files for every browser??
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s in the folder you specified in your .gwt.xml file: In
it’s the folder “mymodule”.
The JavaScript files have names like “19F721DD4BCFB147198D3EC97B70ACD5.cache.html”. Yes, the suffix is “.html”, although it’s JavaScript. The GWT FAQ says about this: