GWT proper doesn't create WEB-INF or anything inside it. WEB-INF is for server-side Java code, and it's your IDE or your build tool's responsibility to put it there (or possibly yourself, for WEB-INF/lib, if you manually manage your dependencies). So in this case I'd say have a look at your IDE configuration (assuming you'd know it if you changed anything to your build-tool configuration)
On Thursday, February 20, 2014 3:20:03 AM UTC+1, fedex wrote: > > For my current Gwt project when I compile the project it creates web-inf > folder outside the war folder. > > Initially While working on project I accidentally deleted war folder and I > kind of setup the folder manually by copying the files from my backup > folder. I am not sure if this is the reason for it..if yes what I am > suppose to do. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
