On Nov 19, 7:50 pm, Thomas Broyer <[email protected]> wrote: > FWIW, I have *no* problem with Eclipse Helios (3.6, updated to SR1) > with GPE 1.4.0.v201010280102 and m2eclipse 0.10.2.20100623-1649 on > Windows XP Pro SP3 > (if I understand correctly the issue, when launching DevMode, my > index.jsp and other things like that from my "war directory" –$ > {project.build.directory}/${project.build.finalName}, i.e. target/ > <webapp maven module name>– would vanish)
Hi, Its not all files in the build output directory - our HTML files and any static resources that are kept in 'src/main/webapp' and copied to 'target/<module>' are left alone when starting dev mode. Our particular problem is that we had a separate maven resources project that was being deployed to 'target/<module>' during mvn:package, and those exploded resources were being deleted when dev mode is starting up. -- 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.
