What directory are the files in? GWT keeps it's generated files in a folder called "war/<project name>". If you are putting files into that folder yourself, then they will be deleted each time you compile. To avoid this, just put them somewhere else under "war" - except for "WEB-INF" of course.
On Jan 3, 4:13 pm, gatty <[email protected]> wrote: > HI, > > When i am trying to GWT Compile in eclipse it is deleting > CSS,JS,images files from workspace. > > What can be the problem? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
