Once the application is compiled, everything you need to run it is in the 'com.test.MyTestApplication' folder. You can copy all those files anywhere you like. You can rename the index file (or here, in your case, test.html) to anything you like and it will still all work. If you want to rename the directory that GWT actually compiles to, then I'm not sure, and it will all change when you move to 1.6, so it may not be worth the time to find out.
The <script type="text/javascript" src="com.test.MyTestApplication.nocache.js"></script> is referring to a file inside the output folder. I can't see any reason to rename it since the users will never see it. Ian http://examples.roughian.com 2009/3/10 denis56 <denis.ergashb...@gmail.com> > > thanks > > do you mean renaming the folder generated under www, that is www/ > com.test.MyTestApplication, into something meaningful (example, > "screen") > > shouldn't in that case the reference on test.html page > <script type="text/javascript" > src="com.test.MyTestApplication.nocache.js"></script> > be also updated to > <script type="text/javascript" src="screen.nocache.js"></script> > ? > > that is laborious after the code is generated. Or am I getting it > wrong? > > On 11 Mrz., 00:15, Ian Bambury <ianbamb...@gmail.com> wrote: > > Except in hosted mode (where you probably don't care) just rename > > com.test.MyTestApplication to anything you want, or copy its content to > > wherever you want > > 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 Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---