Just a hunch .. do you have a HTML element (div/span/table etc) whose id is the same as your module name?
GWT uses a hidden iframe whose id is the rename-to attribute in your module.xml.. and if you have another element with the same id.. well, things break unceremoniously. --Sri On 13 April 2010 16:03, Ian Bambury <[email protected]> wrote: > Hi, > > Thanks for the response. It's nothing like that - like I say, I can rename > the project and it works OK. Rename it back and it stops working. > > Something somewhere has a setting that stops it working is my guess. > > Ian > > http://examples.roughian.com > > > On 12 April 2010 14:15, Katharina Probst <[email protected]> wrote: > >> Write permissions in the war directory? Files being read (do you have the >> app running from this directory?) so it can't override them...? >> >> kathrin >> >> On Mon, Apr 12, 2010 at 7:18 AM, Ian Bambury <[email protected]>wrote: >> >>> I have a bit of a weird problem. >>> >>> A project stopped working. When I run it, it fails to create the >>> directory in the /war/ directory for the project (as in rename-to). >>> >>> I wasn't doing anything to the project structure, just coding when it >>> happened. >>> >>> The odd thing is that if I just rename the project, it works fine, name >>> it back again and it stops working. >>> >>> Any suggestions? >>> >>> Ian >>> >>> http://examples.roughian.com >>> >>> -- >>> 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]<google-web-toolkit%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/google-web-toolkit?hl=en. >>> >> >> -- >> 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]<google-web-toolkit%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-web-toolkit?hl=en. >> > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- 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.
