Re: files removed after compilation

2009-09-29 Thread Matias Beade
Hi! Ptitboutette, your problem is that you need add to the module configuration *.gwt.xml the next tag where resources will be the directory where you have statics resources (css, js, html). The gwt compiler need to know wich ones resources must to be include. I hope to serve you. Sorry for mi e

Re: files removed after compilation

2009-09-29 Thread Rajeev Dayal
Hi, Any resources under war/projectname are automatically generated by the GWT compiler, and it will blow away any artifacts that you add under there by hand. You can either put these resources in a war/, or you can put them in a public directory which is a peer of your module. See: http://code.go

files removed after compilation

2009-09-29 Thread ptitboutette
hello folks, I have a problem after the compilation of my gwt project ... The behaviours is right before under the hosted mode but once compiled some files are removed in the war tree. For instance, my war/projectname/images and war/projectname/js/ext directories are removed after the compilation