I'm using eclipse helios and the GWT 2.1 plugin. My app was coming along nicely, I was learning the ins and outs of GWT, and decided to try out some of the built in i18n features. I began following the the UiBinder i18n guide and marked up one of my templates with some ui:msg fields and decided to compile to see the output.
In accordance with the man page, I added the -extra gwt compiler flag: -extra c:\dev The folder that I specified was my dev root folder, directly under which was my GWT project folder: c:\dev\mygwtproject I ran the GWT compile and it did generate: c:\dev\mygwtproject\com.foo.BarUiBinderImplGenMessages.properties It also deleted everything else in my project folder. Yes, I should have been using version control, but since it was a new project, and I was just learning my way around UiBinder, I had not added it yet. I was about to, though. There is nothing in the Windows recycle bin, and I'm assuming that all of that work is gone forever. If anyone knows of a way to restore those files, I would appreciate hearing about it. -- 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.
